General Adafruit IO issues

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
nick6811
 
Posts: 2
Joined: Thu Sep 17, 2015 2:52 pm

General Adafruit IO issues

Post by nick6811 »

I've used Adafruit IO successfully in the past and loved it. Now trying to get any of my feather devices to work with no success. Initially tried with 2 different Huzzah ESP32s. I can get them to load the WipperSnapper firmware to load on them, but then cant get them to connect to Wifi or Adafruit IO with no real idea why from the serial monitor. Then tried to connect via Arduino sketches with the same issue.

Ultimately decided to try an older Huzzah ESP 8266 - using the WipperSnapper firmware able to get it to connect to my wifi, but not Adafruit IO. Tried to connect using the Publish and temp&humidity Arduino sketches which appeared to connect and function as intended from the serial monitor output, but my streams never updated with the new data. I've checked my Adafruit IO username and key multiple times, regenerated my key, etc. Is anyone else having trouble like this? I've had these exact sketches working years ago with no trouble and now I cant seem to get anything to work.

User avatar
mikeysklar
 
Posts: 14168
Joined: Mon Aug 01, 2016 8:10 pm

Re: General Adafruit IO issues

Post by mikeysklar »

What are you using for WiFi?

Does anything show up on your access point side?

Paste in the console output you are seeing from Whippersnapper as well as the version of Whippersnapper you are running.

User avatar
brubell
Learn User Page
 
Posts: 2017
Joined: Fri Jul 17, 2015 10:33 pm

Re: General Adafruit IO issues

Post by brubell »

^ also requesting the info above to help assist you

User avatar
nick6811
 
Posts: 2
Joined: Thu Sep 17, 2015 2:52 pm

Re: General Adafruit IO issues

Post by nick6811 »

I am able to see the ESP on the network and it responds to pings. My wifi setup is a little odd where my apartment building has a central network which is divided into VLANs for each apartment based on MAC addresses. The MAC for this device is registered with the system. I am currently using other ESP8266s on this network without any issues.

The console output it copied below which continuously loops:

Adafruit.io WipperSnapper
-------Device Information-------
Firmware Version: 1.0.0-beta.57
Board ID: feather-esp8266
Adafruit.io User: BANNED
WiFi Network: BANNED
MAC Address: BANNED
-------------------------------
Generating device's MQTT topics...
Subscribing to device's MQTT topics...
Running Network FSM...
Attempting to connect to WiFi
Attempting to connect to WiFi...
CONNECTING
Attempting to connect to Adafruit IO...
Unable to connect to Adafruit IO MQTT, retrying in 3 seconds...
Unable to connect to Adafruit IO MQTT, retrying in 3 seconds...
Unable to connect to Adafruit IO MQTT, retrying in 3 seconds...
Unable to connect to Adafruit IO MQTT, retrying in 3 seconds...
Unable to connect to Adafruit IO MQTT, retrying in 3 seconds...
ERROR [WDT RESET]: ERROR: Unable to connect to Adafruit.IO MQTT, rebooting soon...
--------------- CUT HERE FOR EXCEPTION DECODER ---------------

Soft WDT reset

>>>stack>>>

ctx: cont
sp: 3ffffd40 end: 3fffffc0 offset: 01a0
3ffffee0: 3fffff20 00000002 3fff2fac 4020e83a
3ffffef0: 40100a1c 3fff2fac 00000002 4020e926
3fffff00: 3fff2fac 00000002 3fff2fac 4020a33d
3fffff10: 3fff2fac 3fff2b8c 3fff20f8 4020a43e
3fffff20: 3fff7f0c 003f003f 80000000 4021cac8
3fffff30: 00000001 00000001 3fff2fac 4021cbac
3fffff40: 31323231 30373830 3fff2d8c 3fff30ec
3fffff50: 3fff278c 3fff2fac 3fff20f8 4020a848
3fffff60: 00000000 00000001 3fff2fac 4021c908
3fffff70: 00000000 feef7a6c 3fff20f8 3fff30ec
3fffff80: 0001c200 0000001c 00000000 3fff30ec
3fffff90: 3fffdad0 00000000 3fff20f8 402089a1
3fffffa0: feefeffe feefeffe 3fff30d8 4021db74
3fffffb0: feefeffe feefeffe 3ffe88bc 40101491
<<<stack<<<

--------------- CUT HERE FOR EXCEPTION DECODER ---------------

ets Jan 8 2013,rst cause:2, boot mode:(3,6)

load 0x4010f000, len 3460, room 16
tail 4
chksum 0xcc
load 0x3fff20b8, len 40, room 4
tail 4
chksum 0xc9
csum 0xc9
v00068690
~ld
Adafruit.io WipperSnapper

appreciate your help

User avatar
brubell
Learn User Page
 
Posts: 2017
Joined: Fri Jul 17, 2015 10:33 pm

Re: General Adafruit IO issues

Post by brubell »

I can not reproduce this with my WiFi network. I'd be able to help further with debugging if we can get that stack trace of your ESP dumped, and decoded.

You will need to use the ESPExceptionDecoder plugin for Arduino.

Installation instructions: https://github.com/me-no-dev/EspExcepti ... stallation

Usage instructions: https://github.com/me-no-dev/EspExceptionDecoder#usage

Once decoded, please paste the output from the esp exception decoder here

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”