The Evolution of the Most Powerful Mobile Chips: How Apple’s A-Series Processors Are Forged!

The Evolution of the Most Powerful Mobile Chips: How Apple's A-Series Processors Are Forged!

Apple held its 2019 Fall Conference at 1 AM Beijing time on the 11th. This time, the upgrade of the iPhone 11 from the X to the XS generation is quite significant, with the A13 chip featuring regular hardware upgrades, camera upgrades, the addition of night mode, increased battery capacity, and the pro version standard … Read more

The Untold Stories of Business WiFi

The Untold Stories of Business WiFi

This is the first time Xiao Hei Yang has reposted someone else’s article. Having followed business WiFi for a long time, this article resonates deeply with me. I originally wanted to write a critique on business WiFi, but now I feel that this article is enough as a foundation. Author: He Mingke Link: View Original … Read more

Arduino Lab for MicroPython: An Integrated Development Environment for MicroPython Developers

Arduino Lab for MicroPython: An Integrated Development Environment for MicroPython Developers

MicroPython is a lightweight implementation of Python designed for embedded systems, capable of running on microcontrollers. Arduino Lab for MicroPython (hereafter referred to as Arduino Lab) is an integrated development environment (IDE) specifically designed by Arduino for MicroPython developers, aiming to provide a convenient programming environment and tools to help developers write and debug MicroPython … Read more

Porting Arduino IDE on Fedora 21

Porting Arduino IDE on Fedora 21

Without further ado, let’s get to the point. Last year, I made a small news about getting the latest version of Arduino IDE running on Loongson Fedora 21, but later I found that the serial monitor and serial plotter were completely unusable, which made it very inconvenient to debug Arduino boards on Loongson computers. A … Read more

Quick Start for Beginners: Mastering ESP32 with Arduino IDE

Quick Start for Beginners: Mastering ESP32 with Arduino IDE

Hello everyone, I am Machine Panda. In order to do a good job, one must first sharpen their tools. Therefore, choosing a suitable development environment is crucial. Since this series mainly uses the ESP32 microcontroller, there are generally three mainstream development methods: Arduino, a convenient and flexible open-source electronic prototyping platform, supports ESP32, ESP8266, etc., … Read more

Understanding ARM Embedded System Hardware: A Comprehensive Guide

Understanding ARM Embedded System Hardware: A Comprehensive Guide

Limited Time Download:Reply “Tutorial” to get the microcontroller eBook, reply“Simulation“ to get Proteus simulation materials, Baidu disk group share link update time: 2018-05-15,if invalid, please leave a message at the end of the article, do not leave a message in the background,you can also search for more resources you want in the background menu “Resource … Read more

Beautiful Arduino Development Boards You Must See

Beautiful Arduino Development Boards You Must See

Summary:Recently, I found several development boards based on the shape of Arduino UNO, let’s appreciate them together. 1. Adafruit METRO M7 The main control chip is NXP’s IMXRT1011, with an ARM Cortex-M7 core. IMXRT1011 is a microcontroller unit (MCU) developed by NXP Semiconductors. It belongs to the i.MX RT series of MCUs based on the … Read more

Running Arduino Libraries on RT-Thread: A Comprehensive Guide

Running Arduino Libraries on RT-Thread: A Comprehensive Guide

1 Introduction RTduino is an Arduino ecosystem compatibility layer for RT-Thread, initiated by the core developers of the RT-Thread community. Its aim is to make the RT-Thread community’s software package ecosystem richer and lower the learning threshold for the RT-Thread operating system and the chips compatible with it. Users can easily use RT-Thread and specific … Read more