Category: Embedded Systems
In this section, you will find tutorials on embedded systems & electronics development boards such the Arduino, and Raspberry Pi Pico. A development board is a printed circuit board with a microcontroller/microprocessor and other electronic components onboard. It is designed in a way to make it easier for prototyping hardware and software projects.
-
How to Power Raspberry Pi Pico with Batteries: Li-ion, 9V, 12V, AA, AAA Examples
This article will show various ways to power Raspberry Pi Pico & Pico W with batteries. Both rechargeable and non-rechargeable batteries will be discussed along with…
-
Raspberry Pi Pico & Pico W Pinout Guide – All Pins Explained
This is an in-depth article on the pinouts of Raspberry Pi Pico and Pico W. The boards feature an RP2040 microcontroller and provide 40 pins (20…
-
How To Reset Raspberry Pi Pico & Pico W – 3 Easy Ways
In this guide, you will learn how to soft reset and factory reset your Raspberry Pi Pico and Pico W. Soft reset is similar to restarting…
-
Raspberry Pi Pico W Data Logger – Save Temperature to Flash Using MicroPython
In this tutorial, you will learn to perform temperature sensor data logging to the flash memory of Raspberry Pi Pico W using MicroPython. In our previous…
-
RPi Pico W: Save Data to Flash Permanently Using MicroPython.
In this guide, learn how to save data permanently on the flash storage of Raspberry Pi Pico W using MicroPython. As an example, we will discuss…
-
Raspberry Pi Pico W Bluetooth(BLE) using MicroPython | Point-to-Point Communication
In this tutorial, you will learn to use the onboard Bluetooth on Raspberry Pi Pico W using MicroPython to communicate with an Android app. The steps…
-
Raspberry Pi Pico W with TM1637 7-Segment Display
In this article, you will learn to interface a TM1637 4-digit 7-segment display module using MicroPython code and Raspberry Pi Pico W. We shall see various…