[Digi-Key Follow me Issue 2] + [Task 5] Network Control WS2812B
[Copy link]
There are also cases of network control of WS2812B. By connecting to the URL io.adafruit.com, setting up the device, and other operations, it is equivalent to creating an MQTT server, through which commands are sent to the board, and then the board changes the light status.
We register an account and then create a feed. This is mainly data communication.
Then create dashboards, which is mainly an interactive interface.
Then connect the data communication part we created.
By changing an RGB color palette, different data can be sent.
Copy all the libraries.
All configuration here is done through the external settings.toml file, otherwise it won’t work.
Increase this accordingly.
As shown above, we can connect to this website. Then the operation can change the state.
Make sure the name you create is consistent with this one.
Then I found another way, which is to download the firmware from their website and test it.
That is to create this devices. Please note that you need to download the corresponding firmware.
When we click on Create a New Device, we will be guided step by step. The final step is to produce a board that connects directly to the website.
After completion, there will be a prompt to connect directly.
Then we add the peripherals under this device, which makes the configuration more convenient.
After completion, operate directly on the panel. It has the same effect.
|