debsahu / E131_PixelPusher

Minimalistic Async code around Async E131 for ESP8266
MIT License
19 stars 9 forks source link

We have to discuss !!! #3

Open jbreizh opened 4 years ago

jbreizh commented 4 years ago

Hello,

i just find you project on youtube.

You can check my project here : https://github.com/jbreizh/imagePaintingSTA (work in progres but pretty much done)

If i understand you project, it stream data through udp. I use to do the same (but take an other path due to network timing unpredictability). I even make an android app for it. I just make a custom way to handle frame (FRM then data) but to adapt it will be an easy fix. I put an WIP apk for you to have a look (no virus garanty). It won't work directly with your project but you will see the idea

https://drive.google.com/open?id=1-a4_f-HbaCCxuCvS7kfIFtJguggCF8SZ

debsahu commented 4 years ago

See if this is what you are looking for. Offline painter from bmp file: https://github.com/debsahu/ESP8266-NeoAirPainter

jbreizh commented 4 years ago

This is the same idea (display bmp from spiffs) than my project here https://github.com/jbreizh/imagePaintingSTA your project could have help me when i begin, but now i think that my project is more advance for light painting.

About my other project (streaming data through UDP), it take my some time to make the android app. I doesn't know about e131 protocol so i use a custom one. I will try to modify as a e131 server so it can stream to a client like yours. Is on my todo list for future.

Anyway thanks for your project and the E131 discovery.

jbreizh commented 4 years ago

here some old videos :

This one is when i still use arduino + blue tooth + mitapp inventor https://drive.google.com/file/d/1hBXkOOQ6qoo7M6KXM7hO5PGi9tMETPyW/view?usp=sharing

And this one is android studio to my udp "simulator" (just a dirty hack on linux shell) but it work on real led https://drive.google.com/open?id=1r0ukFl7mwFRc_UDBchU2dzi253ZjLI5v

debsahu commented 4 years ago

Fantastic job there. Looks pretty cool.