Iโm starting a new build-in-public project: oomwoo, an open-source robot vacuum you build yourself. Raspberry Pi, ROS 2, 2D LiDAR, Home Assistant, 3D printed, local-first โ and open from the first commit.
This is one of my news digests. If you like my editorial choices, there are more to be found by clicking on the "dear reader" link, and on my name above. Enjoy !
Takeoff projects help students complete their academic projects. Register at takeoff projects today to find and learn about different interesting big data projects and grab the best jobs. Get started right now.
Do you have an ancient laptop or desktop just lying around? Transform that aging PC into an NAS, experiment with a new OS, build your own security cam, and more.
Meet Micro Albert, a pocket-sized quadruped robot powered by an ESP32-C3, four SG90 servos, and a tiny OLED display. It can walk, sit, wave, shake hands, display the time and weather, and even show my live YouTube subscriber count over Wi-Fi. In this video I show: โข How I redesigned my full-size Albert robot into a miniature version โข The ESP32-C3 electronics and custom shield โข A simple USB-C rechargeable battery hack using a recycled power bank โข 3D printing and assembly steps โข Servo calibration and firmware upload โข Live data features and serial commands Everything is completely open source: โ Firmware โ STL files โ Wiring diagrams โ Bill of Materials โ Assembly instructions ๐ GitHub repository: link here If you build your own Micro Albert, post a picture in the commentsโIโd love to see your version. Subscribe for more DIY robotics, ESP32 projects, and reinforcement learning experiments. #ESP32 #RobotDog #OpenSource #DIYRobotics #ESP32C3 #Arduino #Quadruped #Robotics #3DPrinting This title and description should work well for both people searching for ESP32 projects and viewers interested in small robots.
Welcome to Part 5 of the Arduino Learning Course! In this video, you'll learn how to connect and use a 16x2 LCD Display with an I2C Module using Arduino. We cover the circuit diagram, pin connections, I2C address, library installation, and complete code explanation.
๐ In This Video: โ What is LCD 16x2? โ What is an I2C Converter Module? โ Arduino UNO Connections โ LCD Wiring Diagram โ Required Libraries โ Complete Arduino Code โ Common Errors & Fixes โ Beginner-Friendly Explanation
๐ Components Used:
Arduino UNO LCD 16x2 Display I2C Module Jumper Wires USB Cable
๐ Arduino Learning Course Playlist:
Part 1: Introduction to Arduino Part 2: Arduino IDE Setup Part 3: Digital Input & Output Part 4: LEDs and Basic Projects Part 5: LCD 16x2 with I2C
๐ Like, Share & Subscribe for more Arduino tutorials and electronics projects.
This project is a Raspberry Pi-based burglar alarm system developed in C++ that integrates motion detection, temperature-change monitoring, keypad control, LCD status display, and independent alarm outputs.
The system uses a PIR motion sensor to detect movement and a thermistor connected through an ADS7830 IยฒC analog-to-digital converter to monitor environmental temperature changes. A 4x4 keypad allows the user to arm and disarm the system, while a 16x2 IยฒC LCD provides real-time system status feedback.
## Features
* Keypad-controlled arm/disarm operation * PIR motion sensor monitoring * Thermistor-based temperature-change detection * ADS7830 IยฒC ADC integration * 16x2 IยฒC LCD user interface * Independent motion and temperature alarms * Startup reliability improvements for LCD initialization * Makefile-based build system
## Hardware
* Raspberry Pi 4 Model B * PIR Motion Sensor * ADS7830 IยฒC ADC * Thermistor Voltage Divider * 16x2 IยฒC LCD with PCF8574 Backpack * 4x4 Matrix Keypad * Active Buzzer * LED
## Embedded Concepts Demonstrated
* Embedded Linux Development * C++ Programming * GPIO Interfacing * IยฒC Communication * ADC-Based Sensor Monitoring * Hardware/Software Integration * Embedded Debugging and Troubleshooting * Build Automation with Makefiles
โง How can I get a unique ID for all my Arduino boards? (3 SOLUTIONS!!) โง I really hope you found a helpful solution! โก The Content is licensed under CC BY-SA(https://meta.stackexchange.com/help/licensing) Note: This video always uses the same license as the source! โก โฟ Huge thanks to these wonderful contributors! โฟ
(arduino.stackexchange.com/users/84/jfpoilpret)jfpoilpret (arduino.stackexchange.com/users/136/Cybergibbons)Cybergibbons (arduino.stackexchange.com/users/27/Federico Fissore)Federico Fissore (arduino.stackexchange.com/users/11/sachleen)sachleen โง A special thanks goes out to the (arduino.stackexchange.com/questions/279/how-can-i-get-a-unique-id-for-all-my-arduino-boards) Stackexchange community โง
Have a lovely day! Stay safe and take care! หโหหหโห If anything needs attention, feel free to write me at: undomielya A.T gmail.com โก
Build connected devices and smart systems using Arduino, Raspberry Pi, and embedded programming to transform everyday objects into intelligent solutions. Learn IoT fundamentals through hands-on projects on Coursera, edX, and Udemy, from sensor networks to cloud integration and industrial...
@robocreater DIY Smart RFID System using Arduino | Step-by-Step Robotics Project ๐ค๐ About this Video: In this video, I am unboxing and testing the RFID RC522 Sensor I recently ordered from Amazon! RFID technology is used everywhereโfrom office ID cards to metro gates. Today, I will show you how to interface this sensor with an Arduino to build a smart security system. Whether you are a beginner or a hobbyist, this project is a perfect way to learn about wireless identification and automation. ๐ What You Will Learn: โข Unboxing and pinout of the RC522 RFID Module. โข How to connect the RFID sensor to an Arduino Uno. โข How to read unique IDs from different RFID tags and cards. โข Building a basic Access Control System. ๐ ๏ธ Components Used: โข Arduino Uno โข RFID RC522 Module (Sensor + Tags) โข Jumper Wires โข Breadboard โข LEDs (for Status Indication) Donโt forget to: โ Subscribe for more DIY Robotics and STEM projects! โ Like the video if you found it helpful. โ Comment below if you have any questions about the code or wiring.
Iโm starting a new build-in-public project: oomwoo, an open-source robot vacuum you build yourself. Raspberry Pi, ROS 2, 2D LiDAR, Home Assistant, 3D printed, local-first โ and open from the first commit.
The Tanmatsu handheld is finally ready for a full review: stable operating setup, a repository of apps, and hacker-focused hardware including WiโFi/me...
Votre รฉcran LCD I2C affiche des carrรฉs noirs, du texte invisible ou reste complรจtement รฉteint sur votre projet Arduino ? Pas de panique ! Dans ce tutoriel rapide, je vous montre les 3 vรฉrifications indispensables pour dรฉbloquer votre affichage en moins d'une minute. ๐ ๏ธ Au programme : Ajustement du potentiomรจtre de contraste. Vรฉrification du cรขblage de l'Arduino (VCC, GND, SDA, SCL). Correction de l'adresse I2C dans le code (0x27 ou 0x3F). ๐ Code "I2C Scanner" pour trouver votre adresse : [Insรฉrez votre lien si vous en avez un, sinon supprimez cette ligne
๐ Abonnez-vous ร CHEKAP-TECH pour ne rater aucun projet Arduino et tutoriel รฉlectronique ! ๐ Lรขchez un pouce bleu si la vidรฉo vous a aidรฉ ! www.youtube.com/@chekap-Tech
Immich 3.0 rolls out with major updates across mobile and web, improving editing, automation, video playback, and background syncing, plus many fixes and stability upgrades.
Ce projet a pour objectif de rรฉaliser un robinet automatique sans contact ร l'aide d'une carte Arduino UNO. Il permet de distribuer de l'eau automatiquement lorsqu'une main ou un rรฉcipient est dรฉtectรฉ ร proximitรฉ du capteur. Cette solution contribue ร amรฉliorer l'hygiรจne, ร rรฉduire le gaspillage d'eau et ร automatiser la distribution de l'eau dans diffรฉrents environnements tels que les maisons, les รฉcoles ou les laboratoires.
See how a Raspberry Pi holds up running the Hermes software for an entire month.
This footage tracks the hardware stability and physical connections during 30 days of continuous operation. If you are curious about long-term reliability for your own home server setups, this test provides a clear look at the results.
Subscribe for more hardware stress tests and project updates.
Managed by the Connectivity Standards Alliance, Aliro is a smart lock/access control standard that works over NFC, Bluetooth LE, or UWB and is designed to...
Today, our young innovators stepped into the exciting world of coding and robotics. Students learned the fundamentals of programming and explored the Arduino IDE to understand how software controls real-world electronic components.
The highlight of the day was building a Traffic Light System using Arduino and LEDs, where participants applied their coding skills to create a fully functional project. Through hands-on learning, creativity, and problem-solving, students experienced how ideas can be transformed into working innovations.
At RoboCraft Camp 2.0, we are empowering the next generation of creators, engineers, and technology leaders through practical learning and innovation.
๐ SR Public School, Kota ๐ค RoboCraft Camp 2.0 ๐ก Learn โข Create โข Innovate
๐.๐. ๐๐ฎ๐๐ฅ๐ข๐ ๐๐๐ก๐จ๐จ๐ฅ ๐๐๐ญ๐ก ๐๐จ ๐๐ฎ๐๐๐๐ฌ๐ฌ ๐ ๐จ๐ซ ๐๐ฒ๐ง๐๐ฆ๐ข๐ ๐๐๐ง๐๐ซ๐๐ญ๐ข๐จ๐ง An English Medium | Co-educational | CBSE Affiliated School |
Learn how an LDR works in a simple way! An LDR changes its resistance based on light intensity: more light means lower resistance, and darkness means higher resistance. Perfect for beginners in electronics and electrical engineering. #LDR #LightDependentResistor #Electronics #ElectricalEngineering #Sensors #Arduino #CircuitBasics #EngineeringStudents #Shorts #LearnElectronics
Every time we buy a new sensor or module, the first question is always: โHow do I use this?โ ๐ญ So in this video, I shared some of the best websites for learning embedded systems, electronics, ESP32, STM32, Arduino, sensors, communication protocols, and real hardware projects ๐ Websites covered: Random Nerd Tutorials โ Best for ESP32 & IoT Last Minute Engineers โ Great for sensors & wiring guides DeepBlue Embedded โ Perfect for STM32 & advanced embedded systems These websites can save you hours of debugging and research ๐ฅ I also created a PDF with all useful links โ check the profile/link for it โก
๐ Este tutorial es con fines educativos. Tambiรฉn hay algunos enlaces de afiliado que ayudan al canal a seguir, que en ningรบn caso son malignos ni tienen ningรบn coste adicional. No se fomenta el uso ilegal de nada, si algo te gusta, cรณmpralo para dar tรบ apoyo. No nos hacemos responsables de su mal uso.
Aclarado quรฉ comprar en AliExpress: para lo minรบsculo, WIZ Studio; con pantalla y baterรญa, LilyGo; y para empezar, Wemos o Lolin (C3 Mini o S2 Mini). #ESP32 #Arduino #DIYelectronics #Microcontrollers
To get content containing either thought or leadership enter:
To get content containing both thought and leadership enter:
To get content containing the expression thought leadership enter:
You can enter several keywords and you can refine them whenever you want. Our suggestion engine uses more signals but entering a few keywords here will rapidly give you great content to curate.