-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Wikinaut edited this page Jul 26, 2023
·
25 revisions
A Lightning Talk for Berlin Hack and Tell edition #89: camping hacks, c-base Berlin 25.07.2023.
- Mopidy: a server-client system, complicated & instable π
- Mplayer: a dead project; very instable π
- PyRadio: not bad; nice maintainer; adding further features was too difficult for me π
- mpv: Python-wrapper available (libmpv-dev/python3-mpv) ππ
- RPi.GPIO: debouncing is not the only thing what is crappy π
-
RPi.GPIO: pulse width modulation (PWM) is also crappy π
PWM is needed for LCD 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 (2-button press)
- restarting the WiFi connection stack only
- clean shutdown sequence (long keypress)
- minimizing memory wear and system load:
disabled syslog; own debug logging goes to β RAM
- See complete list in the readme and code