Thus far in the book, we have learned that the Raspberry Pi Pico is a great small microcontroller that has a lot of power in such a small package. It’s inexpensive and easy to program. However, there is one thing missing – there is no way to connect it to the Internet. At least, not directly because it doesn’t have WiFi support. We will see how to add WiFi support in this chapter.
In previous chapters, you’ve seen a number of projects, ranging from very basic to advanced in difficulty; it is ...