Installing Qt 4.8.0 and Qt Creator 2.4.1 on Raspberry Pi

Installing Qt 4.8.0 and Qt Creator 2.4.1 on Raspberry Pi

To set up the Qt compilation environment on Raspberry Pi, using Qt 4.8.0 and Qt Creator 2.4.1. 1. Installation of Qt 4.8.0. 1. Search for Qt download on Baidu. Find the link: http://download.qt.io/archive/qt/, go in and download the .tar.gz packages for Qt 4.8.0 and Qt Creator 2.4.1. 2. Use SSH to copy the files to … Read more

Unboxing and First Impressions of Raspberry Pi 4

Unboxing and First Impressions of Raspberry Pi 4

Reviewer: Circle (Base London) External Connection: Drift on a Donkey (Base Shanghai) Raspberry Pi Arrival Time: 11:00 UK time on June 24, only 3 hours after the release!! Unboxing Path: I am Circle, officially joining the Dalwen platform today to share knowledge about Raspberry Pi and other hardware teardown reviews from time to time. > … Read more

Raspberry Pi 3B+ Servo Motor Control Code

Raspberry Pi 3B+ Servo Motor Control Code

The control of the servo generally requires a 20ms timing pulse, where the high level part of this pulse is typically within the range of 0.5ms to 2.5ms for angle control. For a 180-degree servo, the corresponding control relationship is as follows:0.5ms————–0 degrees;1.0ms————45 degrees;1.5ms————90 degrees;2.0ms———–135 degrees;2.5ms———–180 degrees;Please see the illustrative description below: The operating voltage … Read more

Unveiling the Mysteries of Raspberry Pi 3

Unveiling the Mysteries of Raspberry Pi 3

Yesterday, the first photo of the Raspberry Pi 3 single-board computer was leaked, attracting widespread attention from domestic and foreign media. Although the leaked images are not very clear, we can still analyze and predict the various upgrade indicators of the Raspberry Pi 3 compared to the Raspberry Pi 2. Let’s unveil the mysteries of … Read more

How to Implement Timelapse Photography with OctoPrint and 3D Printing

How to Implement Timelapse Photography with OctoPrint and 3D Printing

In previous articles, we have introduced cloud printing based on OctoPrint, and at the end of the article, we included a timelapse video. At that time, I was still exploring, but now I have a deeper understanding and would like to carefully introduce the specific implementation methods of timelapse photography to everyone. (PS: The premise … Read more

Choosing the Right Embedded Development Board: A Comparison of ESP32, STM32, Raspberry Pi, and Domestic Boards

Choosing the Right Embedded Development Board: A Comparison of ESP32, STM32, Raspberry Pi, and Domestic Boards

With the rapid development of technologies such as the Internet of Things and artificial intelligence, embedded development has received increasing attention. The plethora of development boards available on the market can overwhelm many novice developers, making it difficult to choose the right board. This article provides a detailed comparative analysis of ESP32, STM32, Raspberry Pi, … Read more

Raspberry Pi Debug Probe: A Powerful Tool for Program Debugging and USB Serial Conversion

Raspberry Pi Debug Probe: A Powerful Tool for Program Debugging and USB Serial Conversion

【Click the above「Blue Text」 to follow DF Maker Community and become a tech enthusiast】 Since the launch of Raspberry Pi Pico and RP2040 microcontroller in January 2021, many have been using one Pico to debug programs running on another Pico. Inspired by this trend, yesterday, Raspberry Pi officially launched the Raspberry Pi Debug Probe—a hardware … Read more

Remote HTML5 Transceiver with Python Server and Raspberry Pi

Remote HTML5 Transceiver with Python Server and Raspberry Pi

Universal Ham Radio Remote HTML5 interface, check out this cool project! Universal_HamRadio_Remote_HTML5 is an implementation of a Python server and HTML5 functions for obtaining a web-accessible interface for use in RX and TX with TRX. You can use the basic functions of the radio and some advanced features. Communication is done using your computer’s speakers … Read more

Installing Cura on Raspberry Pi: Easy Control of Your 3D Printer!

Installing Cura on Raspberry Pi: Easy Control of Your 3D Printer!

3D printers and Raspberry Pi are good friends. Using Raspberry Pi to control a 3D printer is quite common as it brings many benefits (low power consumption, connectivity, remote access, etc.). I currently do not have a 3D printer, but I am interested in what applications can run on Raspberry Pi. Let’s discuss what I … Read more