User Tools

Site Tools


connect_pico_to_wifi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
connect_pico_to_wifi [2026/08/17 12:17] – [Wifi Connect with LCD] walkeradminconnect_pico_to_wifi [2026/08/17 12:26] (current) – [Wifi Connect with LCD] walkeradmin
Line 109: Line 109:
 ==== Wifi Connect with LCD ==== ==== Wifi Connect with LCD ====
 \\  \\ 
-If you have completed the wiki page [[using_pico_with_ssd1306_based_lcd|Using Pico with SSD1306 based LCD]]+If you have completed the wiki page [[using_pico_with_ssd1306_based_lcd|Using Pico with SSD1306 based LCD]] and you still have your LCD, then you can use this following code to: 
 + 
 +  * Connect to the Wifi 
 +  * Print IP to LCD 
 + 
 +Download the code below and save it to your Pico as lcd-test-wifi.py
  
 <code:python | download> <code:python | download>
Line 158: Line 163:
 lcd.show() lcd.show()
 </code> </code>
 +
 +If this has worked then you should see something similar to below.
 +\\ 
 +\\ 
 +{{ :wifi-connect-lcd.png?800 |}}
 +\\ 
 +Here we can see the last line on the LCD is my Pico IP Address
connect_pico_to_wifi.1786969065.txt.gz · Last modified: by walkeradmin