Getting Started with Raspberry Pi: 3 Popular Programming Languages You Can Learn

Getting Started with Raspberry Pi: 3 Popular Programming Languages You Can Learn

Learning programming with Raspberry Pi makes you more valuable in the job market. — Anderson Silva In the previous article in this series, I shared some ways to teach kids programming with Raspberry Pi[1]. Theoretically, these resources are not limited to just children; adults can also use them. However, learning programming languages that are in … Read more

Getting Started with Raspberry Pi Scratch: The Easiest Way to Build a Smart Car with GPIO

Getting Started with Raspberry Pi Scratch: The Easiest Way to Build a Smart Car with GPIO

Hardware Raspberry Pi 3 Model B Scratch Programming Car Infrared Tracking The overall power supply uses two 3.7V 18650 lithium batteries. The Raspberry Pi requires 5V power, so a step-down module like the Lm2596 is needed. The assembly is the same as the previous C language-controlled car. Now let’s learn how to program the Raspberry … Read more

Getting Started with Raspberry Pi Pico: A Beginner’s Kit for microPython Programming

Getting Started with Raspberry Pi Pico: A Beginner's Kit for microPython Programming

Getting Started with Raspberry Pi Pico: A Beginner’s Kit for microPython Programming Getting Started with Raspberry Pi Pico: A Beginner’s Kit for microPython Programming #Computer Programming Forum IoT Project’s Top 6 Programming Languages. Contact me 💯💯💯✅✅✅ What version have you learned?

Getting Started with Network Programming on Raspberry Pi

Getting Started with Network Programming on Raspberry Pi

Getting Started with Network Programming on Raspberry Pi In today’s article, I will explore how to perform network programming on the Raspberry Pi. As a cheap and powerful microcomputer, the Raspberry Pi provides an ideal platform for learning and practicing the basics of network programming, including TCP/IP protocols, socket programming, and how to create simple … Read more

Raspberry Pi Basics: How to Control Shutdown with a Button

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

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

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 Raspberry Pi: How to Contribute to the Raspberry Pi Community

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

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)

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