Getting Started with Raspberry Pi and A4988 Driver for 42 Stepper Motor

Getting Started with Raspberry Pi and A4988 Driver for 42 Stepper Motor

In the previous article on getting started with Raspberry Pi (Part 3), I introduced how to drive a stepper motor. At that time, the stepper motor driven was a simpler one with lower precision. Today, we will drive a more complex stepper motor. Of course, I will still use Arduino as an example, but I … Read more

Getting Started with Raspberry Pi: A Beginner’s Guide

Getting Started with Raspberry Pi: A Beginner's Guide

Preparing to write some tutorials on getting started with Raspberry Pi, this tutorial uses C language for teaching. It roughly involves the control of the GPIO pins of the Raspberry Pi, an introduction to Raspberry Pi, and specific examples of using GPIO pins. It is mainly aimed at beginners of Raspberry Pi. We use the … Read more

Getting Started with Raspberry Pi: How to Use Raspberry Pi for Entertainment

Getting Started with Raspberry Pi: How to Use Raspberry Pi for Entertainment

In the eighth article of our getting started series with Raspberry Pi, we will learn how to use Raspberry Pi to watch movies on Netflix and listen to music. — Anderson Silva So far, this series of articles has covered many topics — how to select[1], purchase[2], set up[3], and update[4] your Raspberry Pi, as … Read more

Getting Started with Raspberry Pi: Entering the Physical World – How to Use GPIO Pins on Raspberry Pi

Getting Started with Raspberry Pi: Entering the Physical World - How to Use GPIO Pins on Raspberry Pi

In the tenth article of the Raspberry Pi getting started series, we will learn how to use the GPIO. — Anderson Silva So far, this series of articles has mainly focused on the software aspects of the Raspberry Pi, and today we will learn about the hardware. One of the main features that intrigued me … Read more

Essential Guide to Raspberry Pi AI Camera: Breakthrough Advantages for Smart Home Integration

Essential Guide to Raspberry Pi AI Camera: Breakthrough Advantages for Smart Home Integration

The Raspberry Pi Foundation has partnered with Sony to announce a new AI camera module priced at $70. As the latest member of the Raspberry Pi platform, this new AI camera is designed to help developers easily complete AI image processing tasks. The new AI camera features a Sony IMX500 image sensor and a Raspberry … Read more

Raspberry Pi Clusters and Low-Cost Raspberry Pi Spectrometers

Raspberry Pi Clusters and Low-Cost Raspberry Pi Spectrometers

【Click the above「blue text」 to follow the DF Maker Community and become a technology aesthetician together】 The community’s official account records the maker-related content worth sharing every week, released every Friday~ Content is open source, and contributions or recommendations of relevant content are welcome. Submission email:<span>[email protected]</span> There will be a one-week break during the National … Read more

Raspberry Pi Fully Migrates from X11 to Wayland, All Models Default to New Wayland Compositor Labwc

Raspberry Pi Fully Migrates from X11 to Wayland, All Models Default to New Wayland Compositor Labwc

OSCHINA ↑ Click the blue text to follow us After years of effort in 2024, the Raspberry Pi teamis ready to use Wayland in the Raspberry Pi desktop environment. Over the past year, the Raspberry Pi has invested significant development resources to support Wayland in its default system, Raspberry Pi OS. Last year, Raspberry Pi … Read more

Running MQTT Client on ESP32 for Publishing and Subscribing to Topics

Running MQTT Client on ESP32 for Publishing and Subscribing to Topics

There are many libraries available for ESP32 MQTT, this time Lingshun Lab mainly uses AsyncMQTT_ESP32, and in the future, we will explore more methods for using other MQTT libraries. Prerequisites Deploy a local MQTT server on Raspberry Pi, for specific installation please check the following link: https://lingshunlab.com/book/raspberry-pi/raspberry-pi-install-mosquitto-mqtt-server-and-test-mqtt ESP32 and Raspberry Pi are on the same … Read more

Setting Up a Development Environment on Raspberry Pi

Setting Up a Development Environment on Raspberry Pi

Word Count: Approximately 4kEstimated Reading Time: 20 min Background Since I last impulsively set up the operating system on my Raspberry Pi, I have not figured out how to use it specifically, and it has just been lying in the drawer gathering dust for a year. It came to my mind again on a Sunday … Read more

OpenWrt and Samba: A Guide to Home Network File Sharing

OpenWrt and Samba: A Guide to Home Network File Sharing

#Introduction I have a large capacity mechanical hard drive that is currently unused, and I want to utilize it during the weekend. The requirements are: I have a Raspberry Pi at home, which is running <span>OpenWRT</span> as a standalone router. I now need to connect the mechanical hard drive to the Raspberry Pi and share … Read more