Feather M0 does not connect with Adafruit IO

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
ingenieriamicrotec
 
Posts: 3
Joined: Tue Oct 23, 2018 5:22 pm

Feather M0 does not connect with Adafruit IO

Post by ingenieriamicrotec »

Good afternoon!

I am trying to run the digital out example for Adafruit IO with my Feather M0, but it never connects!

On my Arduino IDE's Serial Monitor I get:

Connecting to Adafruit IOAdafruitIO::connect()
.....................................

... till inf and it never connects :(

Please help!

Thank you!

User avatar
oesterle
 
Posts: 806
Joined: Tue Sep 17, 2013 11:32 pm

Re: Feather M0 does not connect with Adafruit IO

Post by oesterle »

Hi, Isaac!

Which Feather M0 are you using? Is it internet capable, or are you using an internet-capable FeatherWing? (Wi-Fi, cellular (FONA), or Ethernet?)

Cheers,

Eric

User avatar
ingenieriamicrotec
 
Posts: 3
Joined: Tue Oct 23, 2018 5:22 pm

Re: Feather M0 does not connect with Adafruit IO

Post by ingenieriamicrotec »

Feather M0 WiFi ATWINC1500
This one:
https://www.adafruit.com/product/3010

User avatar
abachman
 
Posts: 352
Joined: Mon Feb 01, 2010 12:48 pm

Re: Feather M0 does not connect with Adafruit IO

Post by abachman »

Hi isaac,


Two things to check are that you have the correct Adafruit IO keys in your sketch (pretty easy to check) and that you have up to date SSL certificates for io.adafruit.com on your device (more complicated to check). You can find the guide for that here.

The SSL certificate problem in particular is hard to diagnose without going through the whole update process, so you might as well give that a try if you haven't done it yet.


- Adam B.

User avatar
ingenieriamicrotec
 
Posts: 3
Joined: Tue Oct 23, 2018 5:22 pm

Re: Feather M0 does not connect with Adafruit IO

Post by ingenieriamicrotec »

Thank you oesterle and abachman!

I updated the ssl certificates and now it works!

Thank you so much!

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”