Skip to content

techniccontroller/esp8266_neopixel_basecode

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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