Category: Raspberry Pi

Raspberry Pi (/paɪ/) is a series of small single-board computers (SBCs) developed in the United Kingdom by the Raspberry Pi Foundation in association with Broadcom. The Raspberry Pi project originally leaned towards the promotion of teaching basic computer science in schools and in developing countries. The original model became more popular than anticipated, selling outside its target market for uses such as robotics. It is widely used in many areas, such as for weather monitoring,[19] because of its low cost, modularity, and open design. It is typically used by computer and electronic hobbyists due to its adoption of the HDMI and USB standards.

Raspberry Pi Pico (rp2040) and DS18B20: introduction and parasite mode

Dallas ds18b20 with Raspberry Pi Pico (rp2040): introduction and parasite mode

The Dallas DS18B20 is a digital temperature sensor that can be easily integrated with a Raspberry Pi Pico (rp2040) microcontroller. In this response, we will provide an introduction to the DS18B20 sensor and explain how to use it in parasite mode with a Raspberry Pi Pico.

EByte LoRa E32 & MicroPython: detailed look at configuration 0

EByte LoRa E32 & MicroPython: a detailed look at configuration – 3

This article delves into the configuration of the EByte LoRa E32, we’ll guide you through the critical steps of configuration, from setting up the hardware environment to fine-tuning the software parameters. Whether you’re a seasoned developer or a curious enthusiast.

RasPad 3: transform your Raspberry Pi into a versatile tablet with multi OS boot 0

RasPad 3: transform your Raspberry Pi into a versatile tablet with multi-OS boot

The article provides an overview of the SunFounder RasPad 3, a device that converts a Raspberry Pi into a versatile tablet. It covers the assembly process, including integrating a Raspberry Pi 4 and an M2. SSD. The guide concludes with instructions for setting up a multi-boot system using PINN, allowing users to alternate between various operating systems for different applications.

EByte LoRa E32 & MicroPython: specifications, overview and first use 0

Ebyte LoRa E32 & MicroPython: specifications, overview and first use – 1

Ebyte LoRa E32 series are a collection of wireless transceiver modules. In this article series, we will explore the Ebyte LoRa E32 device and its integration with MicroPython. This first article will focus on the specifications and basic use of the device.

TS7-Pro: unleashing the power of the Raspberry Pi Touchscreen tablet for night vision 0

Night Vision on Raspberry Pi: TS7-Pro Display, PiPower & DIY 3D Printed Battery in Action!

What started as a simple review of the TS7-Pro display for a project, has evolved into a comprehensive examination of a Raspberry Pi setup. This setup features the TS7-Pro display, a night vision camera, a SunFounder PiPower module, and a DIY 3D printed rechargeable battery pack. Witness how the night vision camera effectively captures detailed images, even in low-light conditions.

Pironman enclosure Raspberry Pi 4 0

Pironman Mini PC: a Raspberry Pi in a compact package with SSD, heat sync, and more.

Let’s explore the SunFounder Pironman Mini PC for Raspberry Pi, featuring a built-in M.2 SATA SSD slot for improvements in storage performance. This compact case, complete with an efficient cooling system and a pleasing aesthetic, could be the ultimate choice for maximizing the potential of your Raspberry Pi.

0

Building and programming PiCar-X: getting started with your robot car

Building and Programming Your PiCar-X: A guide to getting started with your robot car using EzBlock programming language. Learn how to assemble the parts, program your PiCar-X using drag-and-drop blocks, 3D print a simple LED holder to add lights to your car, and create a blink example. Also, learn how to use a button to turn the LEDs on and off, as well as control the camera.

Raspberry Pi Pico W rp2040 how to use SD card 2

Raspberry Pi Pico and rp2040 boards: how to use SD card – 5

We have already talked about the internal flash memories for rp2040 boards and other microcontrollers, which are very useful for storing pages or static files. However, they are not suitable for logging or similar applications, so we will learn how to connect and use an SD card which can have a lot of space, a very small form factor, and low power consumption.

Raspberry Pi Pico, and other rp2040 boards: WiFiNINA with ESP32 WiFi Co-Processor 0

Raspberry Pi Pico, and other rp2040 boards: WiFiNINA with ESP32 WiFi Co-Processor

Even though Raspberry Pi Foundation has released the Pico W version, I still find this tutorial useful for adding WiFi to rp2040 boards using an ESP32.
We will use an esp32-wroom-32 (or esp32-s) as WiFi coprocessor and the full potential WiFiNINA library to handle it.