I would like recover a value from my dashboard which is on Adafruti IO, I've an AIO Key but I don't know how could I catch the 1 or the 0 when the button switch state.
I have an Arduino Uno Wifi Developper edition so I can't use the program for the ESP8266. But on the Arduino interface, I have a page for a MQTT client but I don't know anything.
When I am on Adafruit IO, I turn on the button when I click it and the value switch to 1 and I would like take this value for turn on or turn off the pin on my arduino uno wifi
The factory firmware of Uno WiFi is an old version of esp-link. Perhaps you find there something about how to set up MQTT.
If you want to use the MQTT examples written for Ethernet or WiFi shield, the you can change the firmware of Uno WiFi Dev Ed to WiFi Link and use WiFi Link library, which is very similar to Ethernet library.
Hi,
Have you looked at the Adafruit site and looked for examples?
I have not used the Adafruit site, but I would imagine they provide examples for their dashboard app.