adafruitio_26_led_btn example

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
jimk123
 
Posts: 708
Joined: Sun Dec 26, 2010 7:04 pm

adafruitio_26_led_btn example

Post by jimk123 »

trying to follow this example with a esp32-s3 tft board and this guide: (this guide says s2 but I have a s3 board if that matters ?)

https://learn.adafruit.com/adafruit-esp ... dafruit-io

i created the dashboard, put my IO creds and wifi info in the config file, the code compiled ok but when I open the serial monitor window it seems to be stuck here:
while(io.status() < AIO_CONNECTED) {
Serial.print(".");
delay(500);
}

it just scrolls ..... across the screen. I cant really tell if that function also connects to wifi ? is there a way to enable a more verbose debug and see where it is getting stuck ?
thanks

User avatar
jimk123
 
Posts: 708
Joined: Sun Dec 26, 2010 7:04 pm

Re: adafruitio_26_led_btn example

Post by jimk123 »

fyi before I started this I upgraded the adafruit IO arduino library to 4.2.3

User avatar
jimk123
 
Posts: 708
Joined: Sun Dec 26, 2010 7:04 pm

Re: adafruitio_26_led_btn example

Post by jimk123 »

my fault , had the wrong SSID/pwd

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”