Learn Raspberry Pi Pico/Pico W with MicroPython
The complete getting started guide to get the most out of the the Raspberry Pi Pico/Pico W (RP2040 / RP2350) microcontroller board using MicroPython programming language. This eBook is compatible …
The complete getting started guide to get the most out of the the Raspberry Pi Pico/Pico W (RP2040 / RP2350) microcontroller board using MicroPython programming language. This eBook is compatible …
This is a quick guide showing how to install OpenCV (Open Computer Vision Library) software on a Raspberry Pi board. We tested this installation on Raspberry Pi OS 64-bit. OpenCV …
Learn how to control the direction and speed of a DC motor using an ESP8266 NodeMCU board and the L298N Motor Driver. We’ll start by explaining how the L298N motor driver …
In this guide, you’ll learn how to install the ESP8266 LittleFS filesystem uploader plugin on Arduino IDE 2 (2.2.1 or higher) and how to upload files to the ESP8266 NodeMCU …
Learn how to use the BME280 sensor module with the Raspberry Pi Pico board with MicroPython to get temperature, humidity, and pressure readings. This is a short tutorial to get …
Get started quickly with the BME280 sensor module with the Raspberry Pi Pico board, programmed using the Arduino IDE, to get temperature, humidity, and pressure readings. This brief tutorial will …
This is a quick guide to show you how to find the address of I2C devices with the Raspberry Pi Pico programmed using MicroPython firmware. Already familiar with the Raspberry …
Another year is coming to an end. As usual, we’ll share our Year in Review: a summary of what happened throughout the year on the Random Nerd Tutorials blog. We’ll …
This is a quick guide that shows how to find the address of I2C devices with the Raspberry Pi Pico programmed using Arduino IDE. Already familiar with the Raspberry Pi …
This guide shows how to use the SSD1306 OLED display with the Raspberry Pi Pico programmed with MicroPython firmware. You’ll learn how to display text and other useful functions to …
This guide shows how to use the SSD1306 OLED display with Raspberry Pi Pico using Arduino IDE. We’ll show you how to write text, set different fonts, draw shapes and …
Learn how to interface the Raspberry Pi with the DS18B20 temperature sensor and how to get temperature readings using a Python program. Table of Contents Throughout this tutorial, we’ll cover …
Learn how to interface the DHT11 and DHT22 digital temperature sensors with the Raspberry Pi to get temperature and humidity readings. You’ll learn how to connect the sensors to the …
In this guide, you’ll learn how to program the Raspberry Pi Pico board with MicroPython using VS Code Editor and the MicroPico extension (previously called Pico-W-Go). New to the Raspberry …