TobKra96 / music_led_strip_control

Audio visualization for LED strips in real-time with web interface on a raspberry pi.
https://tobkra96.github.io/music_led_strip_control/
MIT License
297 stars 64 forks source link

ESP Client #123

Closed Gutleben closed 3 years ago

Gutleben commented 3 years ago

Is it possible to use an esp client in an existing network? I have a place where the mlsc runs where no ethernet connection is possible. And i can't see any limitions to work on an existing wifi.

Thanks for the answer

Gutleben commented 3 years ago

maybe a duplicate of https://github.com/TobKra96/music_led_strip_control/issues/122

Gutleben commented 3 years ago

Ok, i can confirm that esp32 is working with udp over an already existing wifi. Like described in the wiki: Here We have to configure the esp32. You have to add these libaries: #include <WiFi.h> instead of the ESP8266WiFi libary.

Than flash and start the program.

After that go to mlsc, add a new device with the ip-address of the device and the port (default 7777) works like a charm!

Love this project!

TobKra96 commented 3 years ago

Hi, yes this will work but

If you are fine with these limitations, you can use your home network.

Have a great day TobKra