Skip to content

techniccontroller/esp8266_neopixel_basecode

Repository files navigation

Basecode for a Project with ESP8266 and NeoPixel LEDs

Website with detailed instructions: https://www.techniccontroller.de/smart-led-lamp-my-basic-setup-with-esp8266

IMG_20211127_231618_edit

Used Libraries

How to see Logging messages

I wrote an small python script multicastUDP_receiver.py to display the logging messages, which are sent from my own UDPLogger object. The logging messages are UDP multicast messages, so the python script will listen for those message on the specific address.

Make sure to adjust this line according to your setup:

# ip address of network interface
MCAST_IF_IP = '192.168.0.4'

Run the script with following command:

python .\multicastUDP_receiver.py

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published