The Origin and Development of Arduino

The Origin and Development of Arduino

Today, in the field of the Internet of Things, the open-source hardware Arduino can be said to be popular all over the world, becoming the first choice for many electronics enthusiasts and hardware geeks.So, do you know the origin and development history of Arduino? Origin In the winter of 2005, a cold winter, Massimo Banzi’s … Read more

Build Your Own Raspberry Pi Robot Dog: A Step-by-Step Guide

Build Your Own Raspberry Pi Robot Dog: A Step-by-Step Guide

Follow the official account “Programmer Meets GitHub“ Set as “Star“, delivering heavy content at the first time. This is the 147 th sharing by A San. Reprinted | Quantum Bit What if you can’t afford a Boston Dynamics robot dog that costs 530,000? Why not use open-source projects to DIY one with Raspberry Pi, costing … Read more

Comprehensive Guide to Mifans Pi T527 Development Board

Comprehensive Guide to Mifans Pi T527 Development Board

Nowadays, various Pi boards are emerging, such as Raspberry Pi, Orange Pi, and the previously shared Remi Pi. What other Pi boards do you know of? Today, I bring you another Pi board – Mifans Pi T527, which is the first industrial development board launched by Mil Electronics, featuring edge computing with high-performance Allwinner T527. … Read more

Arduino IDE: A Powerful Programming Tool for the Electronic World

Arduino IDE: A Powerful Programming Tool for the Electronic World

Introduction: Arduino IDE is a powerful integrated development environment (IDE) designed specifically for Arduino boards. It provides a user-friendly interface that simplifies the programming process, enabling electronics enthusiasts and makers to easily build various electronic projects. This article will provide a detailed introduction to the Arduino IDE, including its features, usage methods, and some common … Read more

Comprehensive Review of Mainstream Arduino Visual Programming Software in China

Comprehensive Review of Mainstream Arduino Visual Programming Software in China

Mainstream Arduino Visual Hardware Programming Software Comprehensive Review With the popularity of Arduino open-source hardware more and more people without an engineering background can easily use Arduino to quickly realize their ideas Arduino has gradually entered schools We must thank Uncle Board (Massimo Banzi) and his team for creating Arduino Although Arduino has separated hardware … Read more

Build Your Own Wearable Device with Open Source Hardware

Build Your Own Wearable Device with Open Source Hardware

“Retro Band” is the second version of an open source Arduino wearable device. For me, it shouldn’t be called a “smart band”; it only has basic functions. In fact, it might be better to call it an activity tracker… but the term “smart band” feels more familiar to me. The important feature of smart bands … Read more

Build Your Own Handheld Linux Computer with Raspberry Pi

Build Your Own Handheld Linux Computer with Raspberry Pi

Introduction: Penkēsu Computer: A DIY retro handheld Linux computer. Word count: 1363, reading time approximately: 2 minutes https://linux.cn/article-14408-1.htmlAuthor: John PaulTranslator: geekpi Have you ever wished for a handheld Linux laptop with a keyboard? If so, you’re in luck. A hardware designer has created such a device and made the design open source, allowing anyone to … Read more

Understanding the FreeRTOS License

Understanding the FreeRTOS License

Follow+Star public number, don’t miss the wonderful content Author | strongerHuang WeChat Public Account | Embedded Column Many commercial software requires a License to function properly; otherwise, one can only use illegal “*cracks” to use it. Many software libraries and source codes used by software engineers also need to comply with licenses. Here, I will … Read more

Introduction to FreeRTOS Tasks

Introduction to FreeRTOS Tasks

1. Uses of FreeRTOS FreeRTOS is generally used in hardware designs where there are certain limitations on RAM size (cost, resources, performance-to-power ratio, etc.). It is one of the most widely used real-time operating systems today. Choosing FreeRTOS for project applications generally considers the following aspects: Real-time (time constraints): Like most RTOS, at each clock … Read more