https://github.com/sl-ru/raspiblueplayer
Bluetooth music and audiobooks player based on Raspberry PI.
https://github.com/sl-ru/raspiblueplayer
Last synced: 8 months ago
JSON representation
Bluetooth music and audiobooks player based on Raspberry PI.
- Host: GitHub
- URL: https://github.com/sl-ru/raspiblueplayer
- Owner: SL-RU
- License: mit
- Created: 2015-03-12T14:13:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T18:31:02.000Z (almost 11 years ago)
- Last Synced: 2023-02-28T17:06:33.500Z (over 3 years ago)
- Language: Python
- Size: 824 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RaspiBluePlayer
Bluetooth music and audiobooks player app for Raspberry PI.
Player based on Raspberry Pi A+. With internal 2200mA*h li-pol battery, bluetooth module, DC-DC convertor(from li-pol to 5V), keyboard with nine buttons, two leds, and 3 usb ports for connecting external devices. As lcd cheap i2c 0.96" 128x64 OLED display from ebay.
Current hardware stage: compiling all components together. Soon will be photos.
In develop:
* special mode for audiobooks
* LCD display control UI
Done:
* playing all major audio formats
* music player
* smart playlist for music
* bluetooth connection
* connecting to bluetooth headphones
* Lcd OLED display
* controlling with bluetooth headphone's buttons
* controlling with hardware buttons on gpio
Obsolete:
* basic web interface (not developing anymore)
##Resources
- For playing audio I'm using VLC python bindings https://wiki.videolan.org/Python_bindings
- For web interface: CherryP http://www.cherrypy.org/
- LCD library: https://github.com/BLavery/lib_oled96
##License
Released under the MIT license.