Using ESP_NOW for Inter-device Communication on ESP32 S3 with Arduino

Using ESP_NOW for Inter-device Communication on ESP32 S3 with Arduino

0x00 What is ESP_NOW? ESP-NOW is a wireless communication protocol defined by Espressif that allows for direct, fast, and low-power control of smart devices without a router. It can coexist with Wi-Fi and Bluetooth LE. Currently, it supports multiple series of SoCs such as ESP8266, ESP32, ESP32-S, and ESP32-C. ESP-NOW is widely used in smart … Read more

Exploring Arduino Technology and Applications: A Comprehensive Guide

Exploring Arduino Technology and Applications: A Comprehensive Guide

Exploring Arduino Technology and Applications (Video Course Version) Author: Li Mingliang ISBN: 978-7-302-56332-7 Price: 59.00 Yuan New Form Textbook Planning Textbook by the Teaching Guidance Committee for Electronic Information Majors of Higher Education Institutions of the Ministry of Education Basic Knowledge → Module Experiments → Circuit Design → Project Practice Supporting Resources: Micro-course videos (53 … Read more

Build Your Own Smart Robot with ESP32-CAM

Build Your Own Smart Robot with ESP32-CAM

Introduction The ESP32-CAM is a microcontroller module that integrates Wi-Fi and Bluetooth functionality, along with a camera interface, making it an excellent choice for building smart robots. In this project, I will show you how to construct a simple AI robot using the ESP32-CAM module, which can stream video to an Android device and perform … Read more

Create an Electronic Piano with Arduino UNO

Create an Electronic Piano with Arduino UNO

An online learning platform that all national maker education teachers are paying attention to The electronic piano made with Arduino UNO can play the notes “do re mi fa so la ti” in order. To enhance the performance by an octave, a pitch-bend button is placed on the far right of the piano. Additionally, for … Read more

Step-by-Step Guide to Making an Arduino UNO Board with Wire (Includes Finished Product Video)

Step-by-Step Guide to Making an Arduino UNO Board with Wire (Includes Finished Product Video)

Follow andStar the official account to not miss out on exciting content. Material Source: Internet Everyone knows about Arduino. Arduino is a convenient, flexible, and easy-to-use open-source electronic prototyping platform, including hardware (various models of Arduino boards) and software (Arduino IDE). The hardware of the Arduino board is relatively simple. For most hardware engineers, drawing … Read more

Comparison of Open Source Hardware

Comparison of Open Source Hardware

Many large companies choose to keep their hardware closed-source, creating technological barriers and patent copyrights that hinder the development of small-scale innovators. Open source hardware allows entrepreneurs to more easily turn their ideas into reality. From left to right: Arduino Uno, BeagleBone, Raspberry Pi Arduino Uno is very common in the Maker community. Arduino comes … Read more

Measuring Heart Rate and Blood Oxygen Saturation with Arduino UNO: High Accuracy!

Measuring Heart Rate and Blood Oxygen Saturation with Arduino UNO: High Accuracy!

This project uses an Arduino UNO board connected to the MAX30102 module (pulse oximeter and heart rate monitoring module), along with an OLED display and a buzzer for BPM measurement. BPM stands for “beats per minute”, which is about 65-75 for a normal person at rest, and may drop below this during sports activities. SpO2 … Read more