ESP32 Project: UDP Broadcasting Tutorial (ESP8266 Compatible)



ESP32 Project: UDP Broadcasting Tutorial (ESP8266 Compatible)

ESP32 Project: UDP Broadcasting Tutorial (ESP8266 Compatible)

In this ESP32 projects tutorial I will show you the basics of how to get your ESP32 or ESP8266 communicating and transmitting data with your PC by means of a python script using UDP Broadcasting. We will use the Arduino libs and PlatformIO. This method needs almost no configuration to work, which makes it super simple for users to use this project. It makes your python script auto discover your ESP32 or 8266.

This is going to be part of a larger project to create a DIY sound mixer used for streaming.

Source Code:
https://github.com/BionicWeb/esp-udp-broadcasting

Safe pins to use on your ESP 32:
https://randomnerdtutorials.com/esp32-pinout-reference-gpios/

Join me on discord: https://discord.gg/aJAQAtq .

Comments are closed.