Posts

Showing posts from November, 2022

Using WiFi in the Raspberry Pi Pico (Part 3)

Image
As the next step in my studies, I implemented a SNTP client. I also connected an alphanumeric display, so there was something to see in the photo.

Using WiFi in the Raspberry Pi Pico (Part 2)

Image
As I mentioned before, I decided to start my study of the Pi Picos's C/C++ SDK function for WiFi communication implementing an SNTP client . This just an exercise, as it is also available in both the lwIP library and the SDK examples. So we start by looking how it is done in the SDK example (code here ). The Pico example output 

Using WiFi in the Raspberry Pi Pico (Part 1)

Image
 The Raspbery Pi Pico W  adds to the Pico the ability to do network communication using WiFi (and, maybe, Bluetooth in the future). For starters, I will focus on C/C++ programming. The first steps in learning about the way WiFi is implemented and how to use it are the SDK documentation and the official examples . For those who want an easier and faster path, there is also MicroPython support. My first Pico W!

Quick Review of the Raspberry Pi Pico W

Image
While the Pico W was announced months ago, only now it is available in Brazil. This is a quick review of what it brings. A Pi Cow (photo by @RaspberryPi)