# Connect a Pico-W to the best WiFi network

**URL:** https://discourse.nodered.org/t/connect-a-pico-w-to-the-best-wifi-network/64917
**Category:** Share Your Projects
**Created:** [10 July 2022 21:24 UTC](https://discourse.nodered.org/t/connect-a-pico-w-to-the-best-wifi-network/64917 "2022-07-10T21:24:37Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![dynamicdave](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dynamicdave/32/96_2.png) [@dynamicdave](https://discourse.nodered.org/u/dynamicdave)
#### Post date: [10 July 2022 21:24 UTC](https://discourse.nodered.org/t/connect-a-pico-w-to-the-best-wifi-network/64917/1 "2022-07-10T21:24:37Z")

</div>

I've just finished writing a mini-tutorial (for my IoT students) on how to connect a Pico-W to a WiFi network with the best signal strength (lowest rssi value).

Although I must admit this posting is not directly related to Node-RED, quite a few peope have asked me to share what I've found out about networking on the Pico-W, so please accept this as a useful offering.

Here's a [link](http://www.resources-area.co.uk/node-red-flows/pico-w/connect-to-best-network.pdf) to the online tutorial.  
Inside the tutorial are links to my Micro-Python code and other related resources.

---

<div class="post-metadata">

### Author: ![MecatronicaMADE](https://avatars.discourse-cdn.com/v4/letter/m/ce7236/32.png) [@MecatronicaMADE](https://discourse.nodered.org/u/MecatronicaMADE)
#### Post date: [27 July 2022 18:26 UTC](https://discourse.nodered.org/t/connect-a-pico-w-to-the-best-wifi-network/64917/2 "2022-07-27T18:26:03Z")

</div>

Thank you for share @dynamicdave!!
