Other

“The RP2040 datasheet has a woefully underspecified Analog to Digital Converter, only 3 lines Compare this to the Digital IO Characteristics (Table 631); it has 18 lines! And ADCs have much more complexity and nuance than a Digital IO (however …

“Writing your own custom characters on an LCD display is fun, so i will teach you how to do it by yourself. Let’s begin. Supplies: Raspberry Pi Pico 16*2 LCD Display and its i2c adapter breadboard Some Jumper …

“In this tutorial, we will learn how to use I2C Pins in Raspberry Pi Pico & go through the I2C Scanner Code. In this tutorial, we will learn how to use I2C Pins in Raspberry Pi Pico & go through the I2C …

“Morse Code is fun to play with friends and family but it is hard to understand so this machine helps you to learn this pretty fast and you can create your own code language with dots and dashes. Supplies: 1 …

“A system which detects intruders in dark with a low resolution thermal camera connected to a Raspberry Pi Pico using a Tensorflow Lite model Suppose you are alone at home or out for shopping or on vacations and someone breaks …

“This example is a Raspberry Pico RP2040 working as a basic direct-sampling SDR. The data is sent via USB using the RNDIS protocol to emulate a TCP/IP interface. The ADC speed is limited to 500 ksps. This was tested …

“The TinyML Wake Word demo on the Raspberry Pi Pico. A less than $10 wake word! TinyML Wake-Word Detection on Raspberry Pi Pico This application implements the wake word example from Tensorflow Lite for Microcontrollers on the Raspberry Pi Pico …

“i was wondering about how to put MCU and displayer into an SD card ! i use the pico to slim SD card case, finally! By now. it is powerful when you use the pico 2040, you will find out it …

“I was looking for another BOT to build and then two new SBC’s were announced or was it three SBC’s? ATMegaZero ESP32-S2 and NOW, two/three Mecanum Robots based upon the newly released Raspberry Pi Pico RP2040 …

“EEPROM is essential for many microcontroller based projects. Unfortunately, the Raspberry Pi Pico misses out on the EEPROM. So, in this write-up, I shall go through the process of adding an EEPROM to your Pi Pico. Supplies: 1. CAT24C32/AT24C32 …