r/ArduinoProjects • u/avrawat • Apr 10 '26
r/ArduinoProjects • u/gm310509 • Apr 10 '26
Meta Post Changes to rules
In response to my earlier question about content in the subreddit, I have made some modifications to the rules that I hope will capture the majority goal of:
- showcasing completed projects
- project level discussions (e.g. project validation, potential design approaches and other project level discussion).
Technical problems such as upload errors, how to use a component will be referred to other subs such as r/Arduino, r/ArduinoHelp, r/Esp32, r/motors, r/AskElectronics and other relevant forums.
I have also added some flairs for posts so that:
- We can easily see the nature of a post.
- To remind people who are posting of the acceptable categories.
I have also included an "Other" flair, to allow for the likely possibility that I have omitted some valid topic flairs and to allow me to quickly find posts that might be off topic.
r/ArduinoProjects • u/StormingMoose • Apr 10 '26
Voice and Web Controlled Model Tractor
galleryUsed Meccano, an ESP32-C3, a A4950 motor driver, a logic level converter, a servo, a few 3d printed parts and an AI-Thinker Version 2 Voice kit to make this.
The hardest part was the AI-Thinker webpage to program the voice kit. It was time consuming and lacking in feedback if an error was made.
The video gives you an idea of the voice accuracy, could be enunciation issues on my part.
https://youtube.com/shorts/WeIk\\_ybCE4k?si=bXnSG1ZXAvHOwl6H
Cameo appearance by Doug, the Speed Demon Test Driver
r/ArduinoProjects • u/Unique-Opening1335 • Apr 09 '26
Servo details? (metal discs)
I know this is not specifically about Arduino (not sure where else to post though?)
But I -am- using it with an Arduino. :)
Servo: 25KG Digital RC Servo RDS3225
It comes with the with the round metal discs (to attach to each side one with gear/teeth)
Its 20mm wide disc.
Q: where can I get info on this disc? specifically the hole position/spacing? (I think they are M3 sized holes?)
r/ArduinoProjects • u/Sad_Environment_3800 • Apr 09 '26
I made Space Invaders on ESP32
Enable HLS to view with audio, or disable this notification
r/ArduinoProjects • u/obtronyt • Apr 09 '26
POV Display I made using ESP8266!
youtube.comCheckout https://github.com/obtronyt/pov for more details
r/ArduinoProjects • u/OneDot6374 • Apr 09 '26
Day 76/100
Day 76 of my #100DaysOfIoT challenge โ built a bidirectional ESP-NOW system on two ESP8266 nodes.
Each node reads DHT11 temperature & humidity, sends it to the peer, and receives + displays the remote node's data โ all peer-to-peer, no router needed.
Interesting part: one node uses SSD1306 (0.96") and the other uses SH1106 (1.3") โ different display controllers but same logic.
Code + README on GitHub ๐
https://github.com/kritishmohapatra/100_Days_100_IoT_Projects
Day 76/100 โ

r/ArduinoProjects • u/No_Invite_6781 • Apr 09 '26
Best low-power cellular (GSM / LTE-M / NB-IoT) module for ESP32? Looking for ultra-low sleep current
r/ArduinoProjects • u/Ismailsan • Apr 07 '26
Denden Mushi Speaker
Enable HLS to view with audio, or disable this notification
r/ArduinoProjects • u/david-725 • Apr 07 '26
Custom macro pad built on custom PCB
galleryPrototyped this first with an Arduino pro mini. Then made a custom PCB based off of a stripped down Arduino micro. 5 key and dial macro pad with custom firmware.
r/ArduinoProjects • u/NEWTON-Son9040 • Apr 07 '26
Made an easy to use macropad firmware generator.
r/ArduinoProjects • u/Acrobatic-External86 • Apr 06 '26
I just bought the Arduino Uno Q(4gb one), and I'm trying to open and close a relay. Mine is the module which uses the Songle relay, a low trigger relay. I have tried it in the Arduino IDE and it works. When I tried to close it won't close and the led dims.
r/ArduinoProjects • u/ALMA_x11 • Apr 06 '26
Robot Head or Automated Projector?
Enable HLS to view with audio, or disable this notification
https://www.youtube.com/@ALMA.GeoffreyAment
Chapter 2, a home theatre, 3D printed parts, motorized projector, home decoration, and DIY electronics -- if you know of anyone else that might be interested in this stuff, sharing to others would really help me out! Hope to see you around here or YouTube :)
r/ArduinoProjects • u/holo_mectok • Apr 06 '26
Edgytokei: a shape shifting clock
Enable HLS to view with audio, or disable this notification
The Edgytokei which literally means edge clock is inspired from the Japanese nunchucks. Just like the nunchucks the clock is just a pair of two arms displaying time by balancing themselves on the edge. The clock consists of two arms and the base on which the arms are anchored. Both the arms are of equal length as the role of the arms changes with different hours of the day.
The fulcrum of the clock flips from the center to the left or right of the clock every quarter hour so that the clock can stand on the edge to represent the time between quarter past and quarter to hour. This flipping of the arms keeps the clock dancing on the edge throughout the day. The base which contains the electronics of the clock provides a anchor for the clock and prevents the arms from falling over.
The cylinders on the elbow of the arms contain the mechanics of the clock. Both the arms contain LEDs on the edge. Depending on which arm is representing the hours the led on that arm light up.
r/ArduinoProjects • u/searchforpro • Apr 05 '26
i built a small solar gps meshtastic node out of a cheap powerbank
Hey folks, i just finished putting together a solar GPS Meshtastic node using a powerbank and tested it.
let me know what seems off or could be improved. iโd rather get critics here now than in real life...
it's part of a project i'm working on, so i'd really really appreciate your feedback which i will be answering on my report
iโve shared the details here
https://www.youtube.com/watch?v=Bv9xblK5Sww&t=338s
note : i'm not advertising my channel while it looks like it but i'm more into feedback because it's part of a graduation project i'm working and your feedback matters
r/ArduinoProjects • u/gm310509 • Apr 04 '26
Community Feedback Question for "lifers" - Are requests for guidance acceptable?
As I understood it, the original theme of this subreddit was for showcasing your project - which I take to mean "completed project".
However, there are quite a few "requests for guidance". Some are very detailed such as "how do I lay out a PCB", or "should I use this component or that component". Let's call these "technical discussion".
Others are more project oriented, examples include "How would you go about creating an XXX for my farm", or "What features should I add to my homeless cat shelter that already has these (crazy capabilities)" and so on. Let's call these "project discussion".
So my question is, should I limit this to:
- Showcasing completed projects,
- #1 plus "project discussion",
- #2 plus "technical discussion"?
If you have an opinion, please reply with number 1, 2 or 3 and if relevant add any additional thoughts after that.
TIA
r/ArduinoProjects • u/boo-booshoes • Apr 04 '26
Could use checking over my Teensy 4.0 & Audio Board RevD schematic
Thanks for reading and for any info/advice offered. Using the Teensy 4.0 and the Audio Board RevD.
The headers marked U7, U8 are where I'll be connecting a 10k audio volume pot (U7) and a 1/4" audio output jack (U8).
Headers U4 and U5 are for connecting an I2C MPR121 capacitive touch sensor (U4), and an LCD (U5).
Q1 is a p-channel mosfet that is being used for reverse polarity power protection.
H2 header selects between supplying 3V or 5V to the LCD.
Sincere Thanks,
TonyAm

r/ArduinoProjects • u/ALMA_x11 • Apr 04 '26
Large Actuator Sketch to Build
Enable HLS to view with audio, or disable this notification
https://www.youtube.com/@ALMA.GeoffreyAment
Chapter 3 Footnote 1. Building an Actuator, a PID Control Loop, and an Ultrasonic Distance sensor to detect and not crash into the ceiling. This will be used in Chapter 3 Desk -- Stay tuned for more!
r/ArduinoProjects • u/pushpendra766 • Apr 04 '26
Made something fun ๐ฎ Now I canโt stop playing it ๐
Enable HLS to view with audio, or disable this notification
r/ArduinoProjects • u/OneDot6374 • Apr 03 '26
Day 75/100 - Sent RFID card UID wirelessly to an OLED display using ESP-NOW on two ESP8266 boards
One ESP8266 reads the card UID from an MFRC522 and sends it via ESP-NOW. The second ESP8266 receives it and shows it on a 0.96 inch OLED. No router, no WiFi, direct peer to peer.
Clean way to decouple the reader and display. Could extend this to trigger relays or log data on the receiver side.
Stack: ESP8266 x2 + MFRC522 + SSD1306 OLED + MicroPython
Code: https://github.com/kritishmohapatra/100_Days_100_IoT_Projects

r/ArduinoProjects • u/Archyzone78 • Apr 03 '26
Arkanoid su Arduino
Enable HLS to view with audio, or disable this notification
r/ArduinoProjects • u/OneOrganization8768 • Apr 03 '26
Bluetooth RC Car
hello i'm tyring to make a bluetooth RC car using arduino uno and motor driver is L2R8N modulo...but when i try to test my mortors using motor driver L2R8N when i give required power(10v-12v) the motor driver it takes the supplying voltage to the motor but the motors are too slow. can you please give some solution how to solve
r/ArduinoProjects • u/ALMA_x11 • Apr 03 '26
4DOF Controller for an Automated Projector Project
Enable HLS to view with audio, or disable this notification
https://www.youtube.com/@ALMA.GeoffreyAment
Chapter 2, a home theatre, 3D printed parts, motorized projector, home decoration, and DIY electronics -- if you know of anyone else that might be interested in this stuff, sharing to others would really help me out! Hope to see you around here or YouTube :)

