开源硬件 - 如果做一个仅含有豆瓣电台的音响,必须要搞个android系统进去么?
黄舟
黄舟 2017-04-17 11:46:23
0
8
852

如题,是否有更好的方法,简单稳定的只是某个单一功能,而不用把庞大的系统搞进去。

感谢(新手提问)

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(8)
阿神

The entire Cortex M3 can be implemented. In fact, someone has already done it

http://www.chuxue123.com/forum.php?mod=viewthread&tid=599

小葫芦

It is recommended to use Raspberry Pi. There is a Douban radio station running under the terminal on github.
You can also add a hairport, which can output the iPhone's audio to the speaker.

巴扎黑

Hard to say.

If you need a human-computer interface, Android may not be a bad choice. At worst, the bottom layer of Android is used, but the home screen desktop environment is abandoned, and only a single application is used as the launcher.

Of course, it would be convenient if you agree with lightweight. It would be good to grab and use the Douban Radio code written in nodejs.

迷茫

Wrtnode is enough, OpenWrt plus a sound card available on Taobao for 3 yuan

刘奇

With the system, development is faster, but it can also be achieved without it

巴扎黑

If you are familiar with the Android source code architecture, you can customize the system according to the required modules!

刘奇

It is completely feasible without Android.

If it were me, I would develop based on the Cortex-M chip, use the lwIP protocol stack to read the audio stream from Douban FM, then send this audio stream to the decoding chip for decoding, and finally use the DAC to output.

Of course you can also use the Android system, but the hardware cost and power consumption will increase accordingly, and it will give people the feeling of swatting mosquitoes with a cannon.

小葫芦

Wifi speakers, you can refer to this
http://item.taobao.com/item.htm?spm=a1z10.1.w4024-214688842.2.HLonPi&id=27035100570&scene=taobao_shop
Router solution + openwrt + Douban open source client can handle it
https://github.com/turingou/douban.fm

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!