Close

Support for ESP8266

A project log for Remora

Remora is a simple pseudo animation language that receives UDP short commands to launch LED Animations

martin-fasaniMartin Fasani 01/02/2020 at 07:180 Comments

Remora now supports ESP8266 too. Please follow instructions on this branch:

https://github.com/martinberlin/Remora/tree/esp8266

Developers that had small Wemos D1’s and similar small boards in their labs asked for this.

Is working at similar speed as the ESP32 with the only caveat that receiving frame per frame animations at high frame rate using udpx protocol from time to time is resetting. Maybe speed is not enough or we need to play with is Lwip wifi settings and find out:

https://docs.platformio.org/en/latest/platforms/espressif8266.html#lwip-variant

If someone wants to try it please give it a go!

To send frame per frame video animations or simple UDP text messages search for:

udpx Android application in google play store


UPDATE: Check here Remora in action on a Euroracks setup

Discussions