Arduino Expansion Board Soldering Method by Lele

Arduino Expansion Board Soldering Method by Lele

In the fourth grade, Lele won second place in the microcontroller competition in Haidian District Lele loves programming and robotics but the most favorite is still the production of hardware circuit boards Seeing the soldering iron not soldering a few boards that is absolutely not acceptable Lele most likes the combination soldering iron, solder, components, … Read more

MicroByte: DIY Retro Game Console Based on ESP32

MicroByte: DIY Retro Game Console Based on ESP32

MAKER: JuanF92/Translated by: Fun Endless Meeting is Just a First Encounter MicroByte is a mini console capable of running games from NES, GameBoy, GameBoy Color, Game Gear, and Sega Master System. All components are designed within this 78 x 17 x 40 mm package. Despite its small size, it conforms to the layout of the … Read more

Getting Started With Arduino Programming (3rd Edition) PDF Download

Getting Started With Arduino Programming (3rd Edition) PDF Download

Author: [US] Simon Monk (Simon Monk) Translated by: Wang ChaoPublisher:Tsinghua University PressPublication Date: June 2023 Editorial Recommendation A new Arduino programming guide that requires no prior programming experience! This edition has been comprehensively updated to introduce how to quickly and easily write all programs based on Arduino models using a modified C language and the … Read more

DIY Game Console: This Young Man Made It!

DIY Game Console: This Young Man Made It!

👇👇Follow and reply “Join Group” to be added to the Programmer Group Chat👇👇 MAKER: JuanF92 / Translated by: Fun Endless, Meeting is Just the Beginning MicroByte is a micro console capable of running games from NES, GameBoy, GameBoy Color, Game Gear, and Sega Master System, all components designed within this 78 x 17 x 40 … Read more

Getting Started with pySerial: A Powerful Python Library

Getting Started with pySerial: A Powerful Python Library

pySerial, a Powerful Python Library – A Beginner’s Guide for Python Newbies In modern hardware development, serial communication is one of the common ways to connect different devices. Have you ever needed to communicate with external hardware (such as sensors, Arduino, Raspberry Pi, etc.) through your computer? If so, you will find that the pySerial … Read more

In-Depth Observation: Why RS-232 Competes with USB?

In-Depth Observation: Why RS-232 Competes with USB?

Author Jeff Dorsch RS-232-C is a serial physical interface standard established by the Electronic Industry Association (EIA) in the United States in the 1960s. RS stands for “Recommended Standard,” 232 is the identifier number, and C indicates the number of revisions. Why is RS-232 so widely used? Why not the Universal Serial Bus (USB) or … Read more

Exploring the Secrets of Arduino Serial Communication

Exploring the Secrets of Arduino Serial Communication

Basic Principles of Arduino Serial Communication Communication Methods and Implementation Serial communication is a method of transmitting data in a bit-wise order. In Arduino, serial communication is mainly achieved through UART (Universal Asynchronous Receiver-Transmitter). UART utilizes two pins, TX (transmit) and RX (receive), to complete the data sending and receiving tasks. Data is transmitted in … Read more

Debugging ESP32 Startup Issues Caused by CH343

Debugging ESP32 Startup Issues Caused by CH343

*This article has been modified or fictionalized in certain “story” elements for various reasons. The “issues with a certain chip” mentioned in this article only describe the situation of my tested samples. At the end, there are two solutions and a summary. Recently, I designed an IoT device using the ESP32 as the main control … Read more

Practical Applications of MOSFETs

Practical Applications of MOSFETs

When I mention MOSFETs, your mind might be a bit confused. [Paid] STM32 Embedded Material Package Most textbooks will tell you a long paragraph: MOSFET stands for Metal-Oxide-Semiconductor Field-Effect Transistor, which is an insulated gate field-effect transistor, made using silicon wafers and diffusion processes……. There are both N-channel and P-channel types. Moreover, it has two … Read more

Differences in Development Methods: STM32, Arduino, and Raspberry Pi

Differences in Development Methods: STM32, Arduino, and Raspberry Pi

Follow+Star Public Account Number, Don’t Miss Wonderful Content Author | strongerHuang WeChat Public Account | Embedded Column Recently, I saw a netizen asking: Are there significant differences in the development methods of STM32, Arduino, and Raspberry Pi? To say the similarities, there are indeed many commonalities between them. However, if you talk about the differences … Read more