Microcontroller design of logistics sorting control system based on Arduino

Summary This project uses a robotic arm as a sorting tool to grab items and deliver them to a designated location; it uses a photoelectric tube as a scanning identification instrument to detect nearby items, and determines whether there are items by returning the signal value to the microcontroller, and then determines whether Control the […]

[Arduino TFT] Arduino uzlib library, used to decompress gzip streams and parse wind and weather return data

Forget the past and surpass yourself Blog homepage Microcontroller rookie brother, a wild non-professional hardware IOT enthusiast Creation record of this article 2023-10-21 Update record of this article 2023-10-21 Welcome to follow Like Collection Leave a message This blog is written by the blogger alone and is not operated by any commercial team. If you […]

[Arduino TFT] Weather clock based on ESP8266 and SSD1306

Forget the past and surpass yourself Blog homepage Microcontroller rookie brother, a wild non-professional hardware IOT enthusiast Creation record of this article 2023-10-21 Update record of this article 2023-10-21 Welcome to follow Like Collection Leave a message This blog is written by the blogger alone and is not operated by any commercial team. If you […]

Elasticsearch and Arduino: Better together!

Author: Enrico Zimuel An easy way to communicate with Elasticsearch and Elastic Cloud using Arduino IoT devices At Elastic?, we’re constantly looking for new ways to simplify the search experience, and are starting to look at the world of IoT. Data collection from IoT can be very challenging, especially when we have thousands of devices. […]

Develop lvgl touch panel based on Arduino IDE

The first is how to configure vgl in the ArduinoIDE environment. You can refer to Arduino – LVGL documentationhttps://docs.lvgl.io/master/get-started/platforms/ arduino.html#get-the-lvgl-arduino-library For the ESP32 configuration of the touch panel, select the ESP32S3 Dev module: its configuration needs to be adjusted according to the following documents: Sunton ESP32-S3 4.3 inch 800*400 IPS with Touch – Makerfabs Wiki […]

[Arduino Uno] Using the DS1302 clock module (without calling the library)

Goal: Use the Arduino Uno development board to read and write the DS1302 clock module in hours, minutes and seconds without calling the DS1302.h header file. 1. Introduction to DS1302 DS1302 is a high-performance, low-power calendar clock chip launched by DALLAS in the United States. DS1302 is a serial interface real-time clock. The chip has […]