Huh, even the 8266 Huzzah can wippersnap
adafruit.io wippersnapper BETA support, discussions, and more!
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
brubell
Posts: 1711 Joined: Fri Jul 17, 2015 10:33 pm
Post
by brubell » Fri Mar 25, 2022 11:33 am
nerfzooka wrote: Thanks for your research, mrbubba. The arduino serial monitor check is a good idea. Just to see if my Huzzah could connect to my local WiFi I ran the arduino sketch HelloServer. It made a webpage on my network with no errors. So WiFissid and WiFipassword are ok. I'm going to check the other WipperSnapper Credentials more carefully.
Did you try this sketch:
https://learn.adafruit.com/adafruit-fea ... 2720763-33
nerfzooka
Posts: 47 Joined: Sat Nov 30, 2013 11:19 pm
Post
by nerfzooka » Fri Mar 25, 2022 4:05 pm
Hi brubell! This sketch works fine.
Code: Select all
15:56:28.118 -> This is a test of Adafruit WiFi!
15:56:28.118 -> If you can read this, its working :)
15:56:28.118 -> closing connection
15:56:33.129 -> connecting to wifitest.adafruit.com
15:56:33.182 -> Requesting URL: /testwifi/index.html
15:56:33.683 -> HTTP/1.1 200 OK
15:56:33.683 -> Server: nginx/1.18.0 (Ubuntu)
15:56:33.683 -> Date: Fri, 25 Mar 2022 19:56:33 GMT
15:56:33.683 -> Content-Type: text/html
15:56:33.683 -> Content-Length: 69
15:56:33.683 -> Last-Modified: Thu, 09 Dec 2021 17:26:22 GMT
15:56:33.683 -> Connection: close
15:56:33.683 -> ETag: "61b23c3e-45"
15:56:33.683 -> Accept-Ranges: bytes
nerfzooka
Posts: 47 Joined: Sat Nov 30, 2013 11:19 pm
Post
by nerfzooka » Mon Mar 28, 2022 7:14 pm
Thank you brubell, I started over again using your link and the ESP8266 is detected this time. Yay! :)
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.