
Set the IP Address
Just like for the example WebServer project, the IP address must be set to a valid static IP address for your network. Find the IPAddress ip (…) line in the dmx-controller.ino file and set it to a suitable IP address.
Build and Download the Code to the Feather M0
If the serial monitor window is not already open, open it again by selecting Tools -> Serial Monitor. Now build and download the code by selecting Sketch -> Upload.
Using the Web Interface
Enter the IP address from above into your favorite web browser and you should get the following web page:
Now click the Fixed Color tab. The web page will update to display this screen:
Clicking on a color should change the color of the connected lights to the selected color. Once this is working, experiment with some of the other tabs and settings.
Congratulations if you’ve made it this far! At this point the project works. The following sections are for those who wish to dive deeper into the controller’s functionality or modify the software or hardware.
COMMENTS