ESP8266 Module Firmware Local Upgrade Steps

ESP8266 Module Firmware Local Upgrade Steps

The article about the module is about to begin, and I plan to write a series of beginner and intermediate tutorials on modules and STM32 in the future. Generally speaking, manufacturers of the ESP8266 module will periodically upgrade the firmware inside the module and release it, so we must also master the method of upgrading … Read more

Simple Implementation of Home Intelligent Control Platform Using Python

When it comes to smart homes, people might first think of impressive products from various major companies or innovative products. Just thinking about it feels complex; some use industrial control machines, some use Raspberry Pi, and others use Arduino. Regardless of what is used, it always involves a server for control, such as the Yeelink … Read more

Chassis Design of Wheeled Mobile Robot Based on Arduino

Chassis Design of Wheeled Mobile Robot Based on Arduino

DOI: 10. 3969 / j. issn. 1009-9492. 2019. 12. 006 LUO Runxin, YU Liuping, LIANG Hanfeng, et al. Chassis Design of Wheeled Mobile Robot Based on Arduino [J]. Electromechanical Engineering Technology, 2019, 48(12):21-22. Funding Project: Guangdong Province Science and Technology Plan Project (No: 2016B090927010); Guangdong Province General Higher Education Characteristic Innovation Project (Natural Science) (No: … Read more

Creating Your Own Penetration Testing Tool

Creating Your Own Penetration Testing Tool

This article is an excellent piece from the KX forum. KX forum author ID: 98 In the previous article of the series on creating your own penetration testing tool, the author discovered that many users reported that the badusb made with the Digispark development board could only execute the pre-written commands once. If it fails … Read more

Top 10 Microcontrollers Loved by American Engineers

Top 10 Microcontrollers Loved by American Engineers

Author:Cabe Atwell EET Electronic Engineering Magazine Original Like single-board computers (SBCs), CPUs, GPUs, and other electronic products on the market, the COVID-19 pandemic has affected the production of microcontrollers, leading to shortages. However, the current chip shortage is expected to improve in the coming months. Regardless of how severe the shortages are, manufacturers had already … Read more

DIY Magical Thermochromic Clock

DIY Magical Thermochromic Clock

MAKER: mosivers/Translator: Qun Endless Thermochromic liquid crystal film is a fascinating material that changes color with temperature variations. DIYing a clock with this material makes the display and the changing process particularly unique! The clock uses a four-digit seven-segment display, with hours and minutes arranged vertically and slightly offset. Each part contains a controller PCB … Read more

Getting Started with the ESP8266 Development Environment

Getting Started with the ESP8266 Development Environment

Today, I will introduce the development environment for ESP8266 and how to configure the VScode Arduino development environment. Our series of ESP8266 development is based on VScode, rather than using the Arduino IDE, which will be explained below. The ESP8266 module I am using is the ESP-12F, and the development board is similar to NodeMcu, … Read more