The board is a WiFi enabled interface board, that I am designing to be small but able to control a wide variety of devices, an ESP8266 does the heavy lifting, providing WiFi interaction, a web server (for configuration and control) and some GPIO, this is also connected to a second microcontroller, the PIC12LF1552 from microchip, small footprint, and a 32mhz crystal less clock means this can be doing something entirely independant of the main CPU, whether its running PWM, or bit-banging midi.
nice