DGUS Color LCD Display: A Model for Embedded System Design in the IoT Era

DGUS Color LCD Display: A Model for Embedded System Design in the IoT Era

"Industry Control Chat" is a professional information and service platform under the "Machinery Industry Press" brands "Machinery Industry Control" and "Machinery Industry Communication", dedicated to helping readers keep up with cutting-edge information and master core technologies in the fields of electricity, communication, and automation, quickly enhancing their professional competence. Click on the blue WeChat name … Read more

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

Creating a Motorcycle Dashboard with Raspberry Pi

Creating a Motorcycle Dashboard with Raspberry Pi

Due to the changes in the public account article push rules, which no longer sort by publication time, please remember to click the 「Looking」 at the bottom right corner to receive our article pushes on time, and click the “ … ” at the top right corner of the public account homepage to mark Programmer … Read more

Mastering Raspberry Pi Development with PyRaspberry: An Efficient Python Library

Mastering Raspberry Pi Development with PyRaspberry: An Efficient Python Library

PyRaspberry: Mastering Raspberry Pi Development with an Efficient Python Library! PyRaspberry is a Python library specifically designed for Raspberry Pi, allowing you to easily control various hardware, such as LED lights, read sensor data, drive motors, and more. It’s simply a powerful tool for making the Raspberry Pi come to life! Just think about it, … Read more

Beware! 6 Default Configurations Favored by Attackers

Beware! 6 Default Configurations Favored by Attackers

Default configurations may contain numerous security vulnerabilities. For your network security, here are 6 products and services that need careful examination. When it comes to devices connected to corporate networks, “out of the box” seems like an enticing promise, but little do we know, it is also where the danger lies. Imagine devices being able … Read more

Unlocking the Infinite Potential of ESP32 with Arduino Core

Unlocking the Infinite Potential of ESP32 with Arduino Core

Introduction The Arduino core for the ESP32 is an open-source framework that allows you to develop for the ESP32 microcontroller using the Arduino IDE. The ESP32 is a powerful microcontroller with a dual-core processor, built-in Wi-Fi and Bluetooth modules, and a rich set of I/O interfaces. The Arduino core for the ESP32 enables you to … Read more

Daily Learning! Application of LM35D Temperature Sensor in Arduino

Daily Learning! Application of LM35D Temperature Sensor in Arduino

Click on the arrow and the “blue text” to follow us! Sensor 2 – LM35D Temperature Sensor 1. Physical Diagram of the Sensor Physical Diagram 1 Introduction: LM35 is a temperature sensor produced by National Semiconductor, with an output voltage based on the Celsius scale. LM35 is a widely used temperature sensor. Due to its … Read more

Smart Dustbin Using Arduino and Ultrasonic Sensor

Smart Dustbin Using Arduino and Ultrasonic Sensor

The smart dustbin using Arduino and ultrasonic sensor is an innovative IoT project that simplifies waste management. First, it uses an ultrasonic sensor to detect nearby objects. Then, a servo motor automatically opens and closes the lid. Therefore, this contactless design promotes better hygiene and perfectly fits with the growing trend of modern IoT solutions. … Read more

Remote Firmware Updates for ESP32 Using Arduino IDE and BLE

Remote Firmware Updates for ESP32 Using Arduino IDE and BLE

The ESP32 chip, known for its powerful capabilities and low cost, has become the preferred choice for IoT developers. However, updating device firmware often requires physical contact, significantly increasing maintenance costs and inconvenience. To address this issue, the ESP32_BLE_OTA_Arduino library was born, providing a convenient and efficient Bluetooth Low Energy (BLE) wireless firmware upgrade solution, … Read more

Real-time Video Streaming with ESP32-CAM, C#.NET, and JavaScript

Real-time Video Streaming with ESP32-CAM, C#.NET, and JavaScript

!! Note of Pitfall !! Documenting the painful experiences of a beginner Device ESP32-CAM 12E (purchased very cheaply on certain platforms), be sure to buy one with a charging port and no soldering required, otherwise it can be easily damaged if you’re not familiar with it. Development Tools Arduino IDE 2.32, VS2022 (.Net 7) Programming … Read more