Common Software Tools for Embedded Development

Common Software Tools for Embedded Development

Author | strongerHuang WeChat Official Account | Embedded Column Readers have asked: What software tools are generally used in embedded development? Today, I’ll take some time to organize a list of commonly used software tools, hoping to be helpful for everyone. Integrated Development Environment (IDE) Embedded software engineers typically use a few integrated development environments … Read more

Essential Tools for Embedded Development

Essential Tools for Embedded Development

Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | strongerHuang To make it easier for everyone to review articles on their phones while commuting or running errands, I have carefully organized this tutorial column: Embedded Tools | What are the commonly used IDEs for Microcontrollers? Embedded Tools | … Read more

Introduction to Arduino: IDE Installation and Board Connection

Introduction to Arduino: IDE Installation and Board Connection

Arduino is an IoT device that provides a hardware programming platform Basic Knowledge Basic knowledge of physics and electricity from middle school Basic computer operation skills IDE Installation https://www.arduino.cc/ Download from the official website, a VPN is required. http://www.taichi-maker.com/ This website is accessible within China. Double-click the installer to install, make sure to install the … Read more

Understanding Wing IDE: A Premium Tool for Python Developers

Understanding Wing IDE: A Premium Tool for Python Developers

1. What Is Wing IDE Wing IDE is an integrated development environment specifically designed for the Python programming language. Since 1999, Wingware has focused on Python development and has become a renowned Python development framework. Wing IDE boasts numerous distinct features and powerful functionalities. Its interface resembles an enhanced IDE, using a “multi-window” layout similar … Read more

Understanding Project Files in Embedded Development

Understanding Project Files in Embedded Development

Hello everyone, I am Pi Zi Heng, a serious tech person. Today, I will talk about project files in embedded development. In the previous two lessons, I introduced two typical input files in embedded development: source files (.c/.h/.s) and linker files (.icf). I want to ask again, are there any other input files? The answer … Read more

Android Studio Tips: Enhance Development Efficiency with Bookmarks and TODO

Android Studio Tips: Enhance Development Efficiency with Bookmarks and TODO

In the world of software development, it is often said “To do a good job, one must first sharpen one’s tools”, this saying is not limited to the choice of tools, but serves as a reminder: effective tools can significantly enhance work efficiency. A developer’s ability is not solely reflected in the code itself; how … Read more

Exploring Arduino Development with AVR Microcontrollers

Exploring Arduino Development with AVR Microcontrollers

Click on the “Fruit Little Master” above, select “Top/Star Official Account“ Practical Benefits Delivered First-Hand! Abstract: The commonly used chip for Arduino development boards is the AVR microcontroller series produced by Atmel. The most common is the ATmega328P, widely used in the Arduino Uno development board. Developing AVR microcontrollers on the Arduino platform is very … Read more

Common Methods for Downloading Production Programs in Microcontrollers

Common Methods for Downloading Production Programs in Microcontrollers

What methods does your company use to download programs during production? Today, I will share several methods for downloading programs and see how many you have encountered. Downloading Programs via 【IDE】 Downloading programs via IDE means directly connecting the microcontroller (board) to a computer with a programmer and using an IDE (such as: Keil) to … Read more

Transform Your Raspberry Pi into a Video Rearview Mirror with One Command

Transform Your Raspberry Pi into a Video Rearview Mirror with One Command

During winter cycling, it’s common to bundle up in thick clothing, wearing hats and scarves tightly. For example, like this. While this keeps you warm, it raises safety concerns – it becomes inconvenient to look back to see if there are vehicles or pedestrians approaching. If a car is accelerating and you happen to be … Read more

How to Install Arduino IDE: A Step-by-Step Guide

How to Install Arduino IDE: A Step-by-Step Guide

Software Introduction Arduino is an open-source electronic prototyping platform. In terms of hardware, there are various development boards, such as Uno, Mega, etc. The development boards have rich interfaces, including power interface, digital and analog pins, which can connect sensors and actuators. On the software side, it mainly uses C/C++ programming, and the Arduino IDE … Read more