wifi¶
A quick wifi test that pings a website.
Sketch¶
The sketch can be found here.
Hypothesis¶
WIP
Assumptions¶
WIP
Procedure¶
WIP
Circuit¶

Circuit made with Circuit Diagram
Code¶
WIP
Output¶
Typical Output
 Connecting to MySSID
.......
WiFi connected
IP address:
192.168.1.77
connecting to wifitest.adafruit.com
Requesting URL: /testwifi/index.html
HTTP/1.1 200 OK
               Server: nginx/1.18.0 (Ubuntu)
                                            Date: Mon, 07 Feb 2022 04:21:00 GMT
                                                                               Content-Type: text/html
                                                                                                      Content-Length: 69
                                                                                                                        Last-Modified: Thu, 09 Dec 2021 17:26:22 GMT
                                                                                                                                                                    Connection: close
                                                                                                                                                                                     ETag: "61b23c3e-45"
                                                                                                                                                                                                        Accept-Ranges: bytes
                                                                                                                                                                                                                            This is a test of Adafruit WiFi!
                                                                                                                                                                                                                                                            If you can read this, its working :)
closing connection
Analysis¶
WIP
Conclusion¶
WIP
References¶
WIP