Raspberry Pi Basics: How to Control Shutdown with a Button

【Click the blue text above to follow DF Maker Community and become a tech enthusiast】 1. Hardware Preparation Raspberry Pi Breadboard Jumper wires Button 2. Configuration Steps 1. Connect the hardware according to the wiring diagram 2. Enter the example folder cd example/ Create and edit a Python file named shutdown_button.py nano shutdown_button.py Enter the … Read more

Getting Started with Raspberry Pi: Controlling a 6-Degree-of-Freedom Servo

Without further ado, let’s prepare the materials: 1. Materials Raspberry Pi Robotic Arm Tracked Vehicle Power Supply and several Dupont wires, one L298N Tools (various) As shown in the figure: 2. Wiring First, choose GPIO for control. The Raspberry Pi has a total of 40 GPIOs, but not all of them are suitable for use. … Read more

Raspberry Pi Basics: Debugging Sensors via I2C

Click the above “blue text” to follow the DF Maker Community and become a technical beauty lover together! Now that we are gradually familiar with the Raspberry Pi, we can start doing some simple experiments! Among digital sensors, the most commonly used are I2C communication sensors. The I2C (Inter-Integrated Circuit) bus is a two-wire serial … Read more

Getting Started with Ultrasonic Sensors on Raspberry Pi

Click on the above “blue text” to follow DF Maker Community and become a tech enthusiast together! Hardware Preparation Raspberry Pi Breadboard HC-SR04 Ultrasonic Sensor Configuration Steps 1. Connect the hardware according to the wiring diagram 2. Enter the example folder Create and edit a python file named ultrasonic_sensor.py nano ultrasonic_sensor.py Enter the editing interface … Read more

Getting Started with Raspberry Pi: How to Contribute to the Raspberry Pi Community

In our thirteenth article in the Getting Started series, we explore ways to get involved in the Raspberry Pi community. — Anderson Silva In our thirteenth article in the Getting Started series, we explore ways to get involved in the Raspberry Pi community. This series is gradually coming to an end, and I have written … Read more

Getting Started with Raspberry Pi: How to Update Your Raspberry Pi

In our seventh guide on getting started with Raspberry Pi, we learn how to patch the Raspberry Pi. — Anderson Silva Like tablets, phones, and laptops, you need to update your Raspberry Pi. The latest enhancements not only help your Pi run smoothly but also make it more secure, especially if you are connected to … Read more

Getting Started with Raspberry Pi (SSH Login)

In the previous article, we introduced how to configure wifi login and enable SSH service when burning the image on Mac. See “Getting Started with Raspberry Pi (Burning Image on Mac)”. 1. Enter the Mi Home App to check the Raspberry Pi IP. 2. Open the terminal on your local computer. 3. Enter the command: … Read more