How receive an Adafruit value on an Arduino Uno Wifi Dev ?

Hi,

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.

Thanks

Yoyol :wink:

what do you mean by 'recover'?

you can use esp8266 on board of Uno WiFi Dev Ed for esp8266 sketch

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 right word is "receive"

Sorry, I'm French :slight_smile:

So, do you have an idea ?

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.

Yes but I have an interface in the Arduino so I don't need program for that !

yoyol:
Yes but I have an interface in the Arduino so I don't need program for that !

I know, but do you know how to use it?

no, that's the reason why I posted my question on the forum

use the "Arduino_Uno_WiFi_Dev_Ed_Library". see the examples

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.

Tom.. :slight_smile:

Yes, I have this example but it's for an ESP8266 module...

there

yoyol:
Yes, I have this example but it's for an ESP8266 module...

Overview | Adafruit IO Basics: Digital Output | Adafruit Learning System

this can never work with Uno WiFi Dev Ed. you could make it work with WiFiLink if you would write your version of AdafruitIO_WiFi.h.

Why do you want to use Adafruit IO, if you don't have Adafruit boards?

Hi,
If you are using an ESP8266, try this site for web display and control.

It is called Cayenne and I have found very well documented and free. :slight_smile:

Tom... :slight_smile:
PS. I am using an ESP32 and have easy digit and slider control from the web dashboard to the ESP.

TomGeorge:
If you are using an ESP8266, try this site for web display and control.

this is Arduino Uno WiFi Developer Editon

Juraj:
there
this can never work with Uno WiFi Dev Ed. you could make it work with WiFiLink if you would write your version of AdafruitIO_WiFi.h.

Why do you want to use Adafruit IO, if you don't have Adafruit boards?

Because I connected an IFTTT rule that changes the state of the Adafruit switch when I say a sentence to Google assistant.

TomGeorge:
Hi,
If you are using an ESP8266, try this site for web display and control.

https://mydevices.com/

It is called Cayenne and I have found very well documented and free. :slight_smile:

Tom... :slight_smile:
PS. I am using an ESP32 and have easy digit and slider control from the web dashboard to the ESP.

Yes but I don't have the Arduino Uno Wifi Developper Edition in the list of Cayenne