-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Wikinaut edited this page Jul 25, 2023
·
25 revisions
Lightning Talk for Berlin Hack and Tell #89 at c-base Berlin 25.07.2023
BHNT #89: camping hacks
- Mopidy: a server-client system, complicated & instable π
- PyRadio: not bad, nice maintainer, but features were too difficult to add for me π
- Mplayer: a dead project; very instable π
- mpv: Python-wrapper available (libmpv-dev/python3-mpv) ππ
- rpigpio: debouncing is crappy π
-
rpigpio: pulse width modulation (PWM) is crappy π
PWM is needed for display dimming - now using pigpio as a system service (daemon) ππ
- monitoring WiFi (radio signal strength RSS/RSSindication)
- easy & quick ways of restarting:
- restarting the player only
- restarting the WiFi connection (WiFi stack) only
- clean shutdown sequence (long keypress)
- minimizing memory wear: disabled syslog; own debug logging goes to β RAM
- Now take your seat, a drink and let's move to the code and Readme!