Topic: ESPboy

ESPboy is an open source DIY handheld, kind of Arduboy, but powered with 32-bit ESP8266, and with a color screen. For sound it only features 1-bit piezo on the board (maybe will be replaced with a tiny speaker in further revisions), controlled via GPIO line. The creator of the thing asked me to help with the sound code, his intent is to bring ZX Spectrum beeper music to the platform. So I'll be porting some engines (Phaser1 is ported as proof of concept at the moment). Thought it may be interesting to some folks here.

More info on the device:

https://hackaday.io/project/164830-espb … cation-fun
http://community.espboy.com/

website - 1bit music - other music - youtube - bandcamp - patreon - twitter (latest news there)

Re: ESPboy

That's way cool! smile

3 (edited by Shiru 2019-12-13 00:08:20)

Re: ESPboy

As a first step, I ported over my PC Speaker album System Beeps. Due to the nature of the platform it comes in form of source code (for regular Arduino IDE). More info on the official forum.

website - 1bit music - other music - youtube - bandcamp - patreon - twitter (latest news there)

Re: ESPboy

Now not 1-bit, but ZX Spectrum related - I made a PT3 player (with AY emulation) that plays files loaded into the internal memory. Cool thing about ESP8266 is that you can load these files over Wi-Fi. Forum thread.

website - 1bit music - other music - youtube - bandcamp - patreon - twitter (latest news there)

Re: ESPboy

PT3 play demo video https://www.youtube.com/watch?v=zYsDjjNx5j0

Re: ESPboy

it sounds great!!
Nice little device!