(Created page with "{{Project |Name=SHA badge mpd client |Skills=Coding, Python, |Status=Active |Niche=Music |Purpose=Tool |Picture=SHA_badge_mpdclient.jpg |Tool=Yes |Location=Space |Cost=Free }}...") |
No edit summary |
||
Line 13: | Line 13: | ||
For the [https://sha2017.org/ SHA hacker camp] that was organized this summer a cool badge has been developed. In short: ESP32 SoC with WiFi, Bluetooth and plenty of processing power paired with capacitive touch buttons, a battery and an e-ink screen. The creators of this badge did an awesome job and after the event we got a couple of them from the orga. It runs MicroPython and has some nice functions to draw to the screen, do things with the wifi etc. | For the [https://sha2017.org/ SHA hacker camp] that was organized this summer a cool badge has been developed. In short: ESP32 SoC with WiFi, Bluetooth and plenty of processing power paired with capacitive touch buttons, a battery and an e-ink screen. The creators of this badge did an awesome job and after the event we got a couple of them from the orga. It runs MicroPython and has some nice functions to draw to the screen, do things with the wifi etc. | ||
== MPD client == | == MPD client == | ||
Of course no platform is complete without an MPD client, so I started writing one. Still needs some work, but is almost an a state that we can use it in the space. | Of course no platform is complete without an [https://www.musicpd.org/ MPD] client, so I started writing one. Still needs some work, but is almost an a state that we can use it in the space. | ||
* https://badge.sha2017.org/projects/mpdclient | * https://badge.sha2017.org/projects/mpdclient | ||
== More information on the badge itself == | == More information on the badge itself == | ||
* https://wiki.sha2017.org/w/Projects:Badge | * https://wiki.sha2017.org/w/Projects:Badge | ||
* https://orga.sha2017.org/index.php/Projects:Badge | * https://orga.sha2017.org/index.php/Projects:Badge |
Latest revision as of 00:17, 27 August 2017
SHA badge mpd client | |
---|---|
Participants | Dennis |
Skills | Coding, Python |
Status | Active |
Niche | Music |
Purpose | Tool |
Tool | Yes |
Location | Space |
Cost | Free |
Tool category |
SHA_badge_mpdclient.jpg {{#if:Yes | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:Yes | [[Tool Cost::Free | }}
Background
For the SHA hacker camp that was organized this summer a cool badge has been developed. In short: ESP32 SoC with WiFi, Bluetooth and plenty of processing power paired with capacitive touch buttons, a battery and an e-ink screen. The creators of this badge did an awesome job and after the event we got a couple of them from the orga. It runs MicroPython and has some nice functions to draw to the screen, do things with the wifi etc.
MPD client
Of course no platform is complete without an MPD client, so I started writing one. Still needs some work, but is almost an a state that we can use it in the space.