Complete Guide to IoT Project Hardware Design

Complete Guide to IoT Project Hardware Design

Designing and building IoT hardware is always a pleasure. You can collaborate with hardware designers to create prototypes, run them with stakeholders, and develop practical, tangible products for your IoT environment. However, what does this process require, what are the key considerations, and what should be taken into account before building hardware? This article answers … Read more

Open Source PLC: Driving Innovation in Industrial Automation

Open Source PLC: Driving Innovation in Industrial Automation

JZGKCHINA Industrial Control Technology Sharing Platform Introduction: The development of industrial automation is inseparable from the application of PLC (Programmable Logic Controller). Traditionally, PLCs have typically used closed-source commercial products, but with the rise of open-source software and hardware, an increasing number of open-source PLC solutions have emerged. This article will introduce several open-source PLC … Read more

Exploring Arduino Development with AVR Microcontrollers

Exploring Arduino Development with AVR Microcontrollers

Click on the “Fruit Little Master” above, select “Top/Star Official Account“ Practical Benefits Delivered First-Hand! Abstract: The commonly used chip for Arduino development boards is the AVR microcontroller series produced by Atmel. The most common is the ATmega328P, widely used in the Arduino Uno development board. Developing AVR microcontrollers on the Arduino platform is very … Read more

Arduino Braccio Educational Robot Arm 3D Design and Solidworks Files

Arduino Braccio Educational Robot Arm 3D Design and Solidworks Files

Some images are sourced from the following link for downloading this model: https://grabcad.com/library/arduino-braccio-robotic-arm-1 Follow the WeChat public account “Mechanical Drawing Dog” to get more related resources. Note: This article is just a collection of images for appreciation. If you need to share, please comply with the “Disclaimer” in the homepage of this public account under … Read more

Arduino Cleaner Bot: 3D Model and Plans for a Cleaning Robot

Arduino Cleaner Bot: 3D Model and Plans for a Cleaning Robot

Some image sources and the URL to download this model are as follows: https://grabcad.com/library/arduino-cleaner-bot-room-mapping-1 Follow the WeChat public account “Mechanical Blueprint Dog” to get more related resources. Notes: This article is only a collection of images for appreciation. If you need to share, please comply with the disclaimer in the “More Blueprints” section on the … Read more

3D Solidworks Design of Arduino UNO Electronic Development Board

3D Solidworks Design of Arduino UNO Electronic Development Board

Some image sources and download links for this model are as follows: https://grabcad.com/library/arduino-uno-65 Follow the WeChat public account “Mechanical Drawing Dog” to get more related resources. Notes: This article is just a collection of images for appreciation. If you need to share, please follow the “Disclaimer” in the “More Drawings” section on the homepage of … Read more

Smart Windshield Wiper Design Based on Arduino Microcontroller

Smart Windshield Wiper Design Based on Arduino Microcontroller

1. Main Functions This project uses Proteus8 to simulate the Arduino microcontroller, utilizing an LCD1602 display module, button module, raindrop sensor, ADC, LED module, etc. Main Functions: After the system is running, the LCD1602 displays the current mode, rainfall, gear, and status of the windshield wiper. It defaults to manual mode, corresponding to the manual … Read more

Understanding Arduino Uno Pins: Digital Pin Usage Examples

Understanding Arduino Uno Pins: Digital Pin Usage Examples

To better understand how to use the data pins of the Arduino Uno, we will demonstrate how to configure and use digital I/O pins, PWM pins, and analog input pins through several specific examples. These examples will cover basic read and write operations and show how to use these functions to control external devices or … Read more

Arduino UNO Serial Communication Guide

Arduino UNO Serial Communication Guide

Arduino Uno provides serial communication functionality, allowing it to exchange data with a computer or other microcontrollers. Serial communication is a very common feature in Arduino projects, often used for debugging, data transfer, and interaction with other devices. Below is a detailed introduction on how to use the serial communication feature of Arduino Uno. 1. … Read more

Measuring Temperature with Arduino and TMP36 Sensor

Measuring Temperature with Arduino and TMP36 Sensor

The TMP36 temperature sensor operates within a voltage range of 2.7-5.5V, has very low power consumption, and a typical temperature error of ±1℃, with a maximum of ±2℃. For every 1℃ change in temperature, the corresponding voltage changes by approximately 500mV. It requires no external calibration and is suitable for applications in environments ranging from … Read more