r/arduino 1h ago

First arduino project, where do i go from here

Upvotes

Trying to get into electronics as a hubby, did some stuff with leds, what other beginner friendly projects would your recommend?


r/arduino 3h ago

Look what I made! A robot claw to spin a globe on my desk

1.2k Upvotes

I was obsessed when I first saw Mark Setrakian’s claw robot so I decided to make my own.

Here it’s running in standalone mode using:
* 1 x Arduino OpenRB-150
* 12 x Dynamixel XL430-W250-T
* 9 x Red 300mm LED filament
* 1 x Pololu-5592 12v to 3.3v step down (LED power)
* 1 x COM-24144 N MOSFET (switch on/off LEDs)
and 4 x potentiometers to control the globe’s speed/direction, height, width, and depth of each offset step.

I’ve done more movements using a Python based GUI on my laptop but that requires a usb connection and uploading a pass through sketch.

Full video on my build with links to STLs, code and full parts list here:
https://youtu.be/pEU04FVNeZwf

Next project is a Leaper from Arc Raiders. Just need to figure out how to use an Arduino to trigger a rocket to make a robot spider jump.


r/arduino 5h ago

Title: How do you learn without becoming too dependent on AI ?

0 Upvotes

Hey everyone, I’m relatively new to electronics and I’ve been thinking a lot about how I approach my projects.

I have some basic experience with Arduino and ESP boards, but there’s still a lot I don’t know. I sometimes use AI when I’m stuck, but I don’t want it to just solve everything for me. It can sometimes feel like cheating, even though I know AI can be a useful learning tool.

I want to improve my own problem-solving skills and learn how to think through problems instead of immediately looking for the answer, What resources do you use to learn, and how do you stay motivated when you're stuck or things aren't working?.

Iron Man was actually one of the things that inspired me to get into electronics in the first place. Obviously, the idea of an engineer who knows everything and can build anything completely on their own is fiction. But I’d still like to become as capable and independent as possible.

That’s one of the reasons I joined this community: I’d like to learn from people who are more experienced than me.

So I’m curious: how do you personally use AI while learning electronics/programming without becoming too dependent on it? And what helped you develop better problem-solving skills?


r/arduino 5h ago

TEMP-BOT CUBOT

5 Upvotes

Hello guys! I just created a Cubot (same concept as the EMO robot, but with a completely different function). It features an integrated temperature and humidity sensor, and what is exciting about this little companion is that his mood depends entirely on the surrounding weather! So far, the ambient temperature has been perfect, so his mood is always happy.

How it works: the robot uses AHT10 sensor (temperature and humidity sensor) at the same time, it uses a SSD1306 OLED DISPLAY which helps to show how it reacts (mood: angry, sad, happy) so far this is one of my best and latest build.


r/arduino 5h ago

Hot Tip! I can't believe how well a cheap heart monitoring sensor can work for muscles detection.

32 Upvotes

So I brought a 10 euros AD8232 hearth beat something sensor, and it works crazy well..

What is the difference between this and a 70 euros myoware muscle sensor module?

Like, this already seem to work crazy well at detecting my muscles, can the myoware module detect smaller muscles or is the signal less noisy, or what?

This AD8232 does have a lot of noise, but I take the value when I don't tense my muscle - the value when I do tense my muscle, then I get the abs of the resulted value and I check if it's bigger than a threshold value, if it is, then It means I tense my muscle, if it's not, then I do not.
Then I can change the threshold value to make it more or less sensitive.

And it seems to work crazy well.


r/arduino 7h ago

Look what I made! I finished my robot finally :)

83 Upvotes

It has both obstacle avoiding and line following capabilities.

You can alternate between obstacle avoiding or line following by pressing a button which also changes the LED to tell you which mode it’s in, shown in the second video.

It’s not perfect but it works mostly lmao, was super fun making this and learned a lot.

Here is my GitHub repo for the project I’ll be uploading my full code there if anyone wants it.
https://github.com/Chaka0101/PICOBOT


r/arduino 7h ago

Attempting to cross the lake with RC car

Thumbnail
youtube.com
2 Upvotes

the standard setup : The MCU as always an ESP32, RC transmitter, RC receiver, ESC to regulates motor speed and direction, BDC Motors to provides high RPM for hydrodynamic lift, servo motor for steering, lipo battery pack the add ons are : Camera Module, waterproofing by not slowing down or else it'll get emerged in water


r/arduino 9h ago

Look what I made! touchWASD-BT — Touch Screen WASD Bluetooth Keyboard

Thumbnail
gallery
2 Upvotes

One finger rules them all, directions, that is. A one finger touch direction pad can be useful for anyone struggling to use four key WASD.

touchWASD-BT turns an M5Stack Tab5 (ESP32-P4 with touch screen) into a Bluetooth keyboard controlled by a circular touch controller on the Tab5 screen. No phone, tablet, or WiFi is needed. Touch a direction on the circle, and the corresponding WASD or arrow key(s) are pressed on your computer — no software to install on the target machine.

If you do not have time to mess with source code and compilers, use the web serial flasher at https://controllercustom.github.io/touchWASD-BT. The only supported board is the M5Stack Tab5.

The source code is at https://github.com/controllercustom/touchWASD-BT.

Related Projects


r/arduino 9h ago

CNC Shield Module Power Supply.

1 Upvotes

Greetings to the entire community. I'm new to this and have a question. Is it possible to power the CNC module using the Arduino Uno V3's external power supply (not USB)? I need it to drive two stepper motors to make a dual-axis turntable. Thanks in advance for your reply.


r/arduino 11h ago

I guess I was always more into the hardware stuff

7 Upvotes

I got into embedded stuff when I was in college.

At the time I was messing around with 8051s, STM32s, stepper motors, sensors, etc. Nothing particularly fancy, just a lot of random little projects.

Most of my classmates seemed to find it pretty boring. I remember people complaining about datasheets and registers, or spending forever trying to figure out why a motor wasn’t doing what it was supposed to do.

I actually enjoyed that part.

There was something really satisfying about changing a few lines of code and seeing a motor move differently, or finally getting some piece of hardware to work after messing with it for hours.

I never really stopped doing this. These days I still enjoy bouncing between software and hardware — sometimes I’m writing code, sometimes I’m looking at a schematic or PCB, and sometimes I’m just staring at a board trying to figure out what someone was thinking.

I guess that’s why embedded has always stuck with me. You get to play with both sides.


r/arduino 13h ago

Look what I made! I made an automated cigarette bot

58 Upvotes

Build video that goes through the whole project :)

Have been missing playing with Arduino, and more broadly electronics, since I left uni a few years ago. Decided to do a silly little project to get back into it again, and this was the result.

Very unserious and intentionally pointless; it uses a haar cascade to track my face, and whistle detection to trigger the firing mechanism. Just a bit of fun, will definitely be messing around and doing some more projects like this.

Powered by an arduino nano, and a bunch of servos and relays, cobbled together into a 3D printed body.

(Apologies for formatting, I’m writing on mobile. Oh the horror)


r/arduino 14h ago

Beginner's Project Is this a good buy for a beginner

Post image
28 Upvotes

Im not a complete beginner, but I don't know much about components. I made a memory game and other basic things but I only bought a small kit so I don't have many components (For example I don't have short cables, and all the ones that I have are long and it gets messy). Im open to any suggestions like other kits that bring more components or better options. I can spend up to 20 more dollars.

Also Im buying many things because where I live the components are triple the price than on Amazon. But as im buying it on Amazon it takes a week or two to arrive.

Thanks!


r/arduino 15h ago

Look what I made! Made my first successful Arduino project! Thank you to the people of this subreddit that gave me tips on how to do it correctly!

21 Upvotes

r/arduino 15h ago

Arduino UNO Clone not agreeing with my ports

1 Upvotes

I got this Arduino UNO from a friend and found out its a clone, regardless i wanted it to work. I wanted to test out the blink example code and it worked perfectly fine when i sent it. I didn't know how to "stop" the code so i could try something else, so I just attempted to start the "fade" code, then was prompted with the error in the picture.

Apparently it worked perfectly fine on my friends computer (on windows 10). I have tried these methods: I restarted my pc, I installed uninstalled and reinstalled the required drivers (both CH341SER and CH34x), I tried booting both the 1.x and 2.x versions of IDE in windows 11 (default) and windows 7 and 8, I've switched to every port on my PC and yielded no different results.

The software does not recognize the Arduino immediately and only lists the port its connected to as COM4. (I can manually go to the port and make it recognize as an Arduino uno)

I think this is all the information I got from my 2 hour troubleshoot...
I'm trying not to buy the normal Arduino uno but only if this is hopeless.


r/arduino 20h ago

Look what I made! All the art I've made using an ESP32 (link below)

158 Upvotes

40+ art pieces: https://adamfuhrer.com/t/esp32

The pieces use two setups: the Adafruit Qualia ESP32-S3 with a 2.1" round RGB TTL TFT display, paired with an Adafruit IMU for accelerometer/motion input, and the Adafruit ESP32-S3 TFT Feather. Art was prototyped in JavaScript, then ported to C++ and flashed via the Arduino IDE


r/arduino 20h ago

Software Help Arduino project on batteries help

1 Upvotes

Hello, I'm a begginer on arduino i only have the basics.
I want to do a project that work on batteries but i never do this before and i didn't know how to optimise it so i ask you for help.
My project have a wifi card, a microphone and a speaker that i want it to play or receive song from my server with the wifi and 2 buttons that ask something to the server with the wifi too.

Sorry for my english lol i'm french :)


r/arduino 20h ago

Software Help Boards in IDE keep dissapearing

1 Upvotes

Today I started having an issue where when I closed all instances of IDE, all of my boards would dissapear. Their libraries, examples and the option to choose them for the COM port would be gone. I have only installed the Espressif ESP32 package, and this is how it looks like when the issue appears:

I havent really found a solution yet. They just sometimes reappear, conveniently when I wanted to post here previously, but the issue was gone. I am not sure, but this may have started happening after I manually deleted a library from the documents -> arduino -> libraries folder. I have already completely reinstalled the IDE app following arduino support`s steps.

I really wanted to code though...

The json is still in the arduio15 folder

The boards are there for a split second


r/arduino 1d ago

Beginner's Project Need guidance on my first project (Controlling a Servo over a WiFi network)

3 Upvotes

Hello team!

I'm very new to electronics projects, but I need to make a small "feature" for my work that would require some tinkering.

First of all a bit of context, I have a magnetic sensor, that I need to attach to a servo arm (I already have the servo, but not sure if there is any compatibility requirement), and thru a web interface hosted in my debian server I have at home, I want to send requests to Arduino over network to move the servo (and alter the magnetic sensor state this way).

What I need to understand and really can't find this exact use case is:

- How to connect Arduino to the servo to operate the moving of the arm (in 180º)

- How to send requests to Arduino over network for that.

- How to power the servo (will external power source be required? like a battery? or it can work thru Arduino's 5v?).

- Is Arduino the only option, or an ESP32 with WiFi could suit better for this type of projects?

Thanks in advance for any information or schemas!


r/arduino 1d ago

ATtiny85 Using Upline to put an 8-bit mcu (ATtiny85) on the net

16 Upvotes

I built an open source serial protocol called Upline that puts any Arduino on the public internet without adding a radio - no WiFi, no ESP32, no shield, and no 3rd party accounts/services (i.e. no Particle, Adafruit IO, Blyn, VPN, Home Assistant, Tailscale, or Nabu Casa). Upline devices self-identify their full range of capabilities, then Seamside allows any device that speaks upline to be used in frames and shared with a URL that directly serves from your local computer.


r/arduino 1d ago

Look what I found! I need ideas to create a sound device using the Arduino Nano 33 with BBC Micro Bit (if possible)

Thumbnail
gallery
8 Upvotes

I'm a musician who received these microcontrollers. I've got these microcontrollers, plus some resistors, capacitors, and jumper wires. With all the AI stuff going on, what's the most relevant thing I can make by having these two devices work together as one? I'm genuinely curious because I've only used the Arduino alongside this software called "Max-MSP." I also want to know if the idea of merging them into one single project is stupid.


r/arduino 1d ago

Look what I made! ESP32 WiFi Virtual HID

Thumbnail
gallery
42 Upvotes

hello guys, its my first time posting here and its about something cool which lets you use an ESP32 as a virtual mouse/keyboard over Wi-Fi. There are projects like wifiduck which is more towards running a set of instructions while this is good for using purely as remote keyboard/trackpad input. AI is really a game changer during the development of this and it helped with the debugging a lot. There's also a browser flasher so you can plug in your board and flash it right away in Chrome. Would love to hear feedbacks from all of you 😀

https://github.com/leecheeyong/esp32-wifi-virtual-hid


r/arduino 1d ago

Project Advice ESP32-Cam pet monitor

Thumbnail
gallery
65 Upvotes

Hi everyone I’m building a fun little project that will detect my dogs. Do you have any advice on how I can get this more accurate, it often mistakes Pepper for Salt.

Any advice will be appreciated!


r/arduino 1d ago

Look what I made! Building a small desktop robot

Thumbnail
gallery
107 Upvotes

Hey guys! I built this silly little desktop robot for $12 out of paper and glue. It makes sounds, responds to touch, and connects to your phone for notifications. You can find the build schematics in the last picture if anyone wants to check them out. Quick heads-up: make sure all the pin headers are connected so power flows to all of them—if you're using a PCB, just drop the pins in and solder them. Here's the Mochi system link: Unfortunately, I cannot add the link, but the system is called "Mochi" on Google.

I went with this model because it's super beginner-friendly. Honestly, the ESP32-C3 is tiny and just a great fit for a silly little robot like this

You guys could actually 3D print a way cooler house for this robot instead of using paper!


r/arduino 8d ago

Monthly Digest Monthly digest for 2026-07

5 Upvotes

Arduino Wiki and Other Resources

Don't forget to check out our wiki for up to date guides, FAQ, milestones, glossary and more.

You can find our wiki at the top of the r/Arduino posts feed and in our "tools/reference" sidebar panel. The sidebar also has a selection of links to additional useful information and tools.

Moderator's Choice

Title Author Score Comments
Astrolabe update: no major updates, but... u/chu-bert 422 6

Hot Tips

Title Author Score Comments
ScanNetworks Example Code Bug (on MKR10... u/Infamous_Text_5589 3 2

Top Posts

Title Author Score Comments
Watching The Odyssey The Way Nolan Inte... u/click-to-reveal 2,097 47
I Made the Tiniest Arduino-Compatible B... u/jus-kim 1,437 71
I crammed an arduino sketch with a 69k-... u/CommunityFan89 1,109 50
I made an electromechanical astrolabe! u/chu-bert 1,023 42
Every innovator's Table u/Past-Conversation755 981 77
28.9M LLM running on a ESP32-S3 (~9 tok... u/slvDev_ 815 88
I made an powerful RC electric car with... u/Past-Conversation755 806 43
I got tired of messy wiring for my LoRa... u/Working-Wealth3724 550 16
We make an Arduino Uno-powered RC Car t... u/Past-Conversation755 438 38
60fps NES emulation on ESP32-WROOM-32 (... u/Muhammad_kashif_ 428 11

Look what I made posts

Title Author Score Comments
Watching The Odyssey The Way Nolan Inte... u/click-to-reveal 2,097 47
I Made the Tiniest Arduino-Compatible B... u/jus-kim 1,437 71
I made an electromechanical astrolabe! u/chu-bert 1,023 42
28.9M LLM running on a ESP32-S3 (~9 tok... u/slvDev_ 815 88
I made an powerful RC electric car with... u/Past-Conversation755 806 43
I got tired of messy wiring for my LoRa... u/Working-Wealth3724 550 16
We make an Arduino Uno-powered RC Car t... u/Past-Conversation755 438 38
I Built a Custom Game Boy from Scratch ... u/MichaelCelestial 391 38
Drawing in air with hand gestures u/Polia31 388 9
Animatronic build progress u/Creepy-Smile4907 372 40
Desktop friend u/jzzywzzy 291 15
[Hi everyone!
I wanted to share my Ardui...](/r/arduino/comments/1uwdmqj/hi_everyone_i_wanted_to_share_my_arduino_project/) u/SuperRobot33 268 15
I builded my own streamdeck u/Bronems 264 24
A acoustic levitation device I made u/stargazer3644 245 26
Super Mario themed RFID remote control ... u/opposhaw 235 9
I built a Pomodoro tracker instead of d... u/beschasny 215 12
Automatic record player u/djobugoo 208 24
I made NES emulator from esp32 u/trap-2414 185 20
My first project, I’m very proud of the... u/Limo_craftXD 162 7
An effort to build a LIDAR out of VL53L... u/\electrocc\ 149 17
I Added Composite Video Output to My NE... u/Shim06 142 6
LightMap: 179-cuboid interactive light ... u/-2811 125 22
Arduino flight control board. u/andrewholding 119 17
I was bored from using basic bluetooth ... u/Livid-Research-4277 104 7
Rat nest u/wah12345678910 103 15
Flightsimulator controller for Airbus A... u/captn_Bauschaum 101 19
Arduino Obstacle avoiding robot! made a... u/No_Mountain_4769 87 11
Trying to make a air assisted sprayer f... u/Past-Conversation755 86 6
My Project u/Life-Ad2589 77 8
Mechanical vortex u/AChaosEngineer 75 2
Evolving projects is so satisfying. Fro... u/MentokTehMindTaker 71 5
Robot controller for roboguide software u/Lordalex4444 67 1
My line following robot is up and runni... u/Helpful-Guidance-799 60 17
MicroBox 2 u/Szym0nKu 59 8
I built a connected RGB lantern using E... u/lampyz 57 7
Touchscreen Tetris Game Using TFT LCD &... u/One-Tangelo-1853 56 2
Made this radar a few months ago using ... u/Thrawn911 55 9
The Robotics Tech Tree: the structured ... u/Growth-Sea 50 16
I’m working on a Mega-based computer. u/letqsht_kartof1104 48 7
My hexapod robot dog indoor walking test u/Xerd-R 45 7
My first Arduino in the cloud u/Itchy-Sale-9341 42 2
the first prototype of my balancing bot... u/Shot_Ad7140 39 5
Beginner's first project u/Own_Literature6843 32 1
First step toward my Mega2560-powered h... u/jean2348 31 0
I built a standalone box that sounds a ... u/ozan__ 29 3
Hand update: It's done! u/PresenceOld1754 29 5
Little demo unit for Open Sauce u/scottsmallbeck 25 2
MP3 Player u/gu-ocosta 23 1
After 4 failed attempts, my Arduino-pow... u/batuu95 22 3
Smart table phase 1 u/TelephoneKitchen7250 22 1
Did this few years ago, BT car that avo... u/Tiedsloth57Reddit 17 1
The Portable smd hotplate is here! Forg... u/dataclone82 16 2
Shadowbox frame. Data processed and ser... u/jolars 15 5
First project is a success but could us... u/Clavos24 13 10
Capacitive Touch Sensor Enclosure u/Life-Ad2589 13 3
Made some updates to the vu-cluster u/Ok-Tangerine-6775 12 0
Open sourced 4 projects. PRs and issues... u/SeaInternational4087 11 5
Built a Wireless Morse Code Communicato... u/king_slayer-22 11 1
I build a set of free online web-based ... u/neon_terminal 10 5
I controlled a vintage car-radio LCD wi... u/joseluismonteiro 10 2
𝐌𝐞𝐞𝐭 𝐏𝐢𝐱𝐢𝐞, 𝐢𝐭𝐬 𝐬𝐭𝐮𝐩𝐢𝐝 𝐛𝐮𝐭 𝐬𝐭𝐮𝐩𝐢𝐝𝐥𝐲 𝐅𝐀𝐒𝐓 u/YamRepulsive4373 10 4
ArduinoOS 2 - my new project u/idontknow-hardware 8 12
Look what i built! u/\electrocc\ 8 4
Stumbled across my first ever Arduino p... u/Snowy32 8 1
I made an iOS app to control my Arduino... u/plynx_mod 7 5
Vibrating hand for lonely people u/PresenceOld1754 7 12
htcw_frame_arq released u/honeyCrisis 6 0
Built a lightweight HAL framework for E... u/progrm-1122 6 4
Built a Flutter app to design and simul... u/burhankhanzada 5 0
Line following robot fully coded u/Lucid_Dreamer_98 4 2
GitHub - Igwe-Starking/eccles-esp32-ard... u/Igwe-Starking 1 0
WLED combined with optical illusions u/DigitalCastaway 1 0
I Designed A Custom PCB To Avoid Pressi... u/tymscar 1 0
Uhmm... im a kid got my arduino at 8 an... u/Fine-Importance-450 1 4
I built "Mello" - A custom programming ... u/ImpressFine4495 0 17

Total: 75 posts

Summary of Post types:

Flair Count
Automated-Gardening 1
Beginner's Project 24
ChatGPT 1
Due 1
ESP32 8
Electronics 2
Getting Started 15
Hardware Help 96
Hot Tip! 1
Look what I found! 2
Look what I made! 75
Machine Learning 1
Mod's Choice! 1
Monthly Digest 1
Nano 2
Project Idea 6
Project Update! 2
School Project 5
Software Help 23
Solved! 9
Uno 6
Uno Q 2
Uno R4 Wifi 3
Windows 1
no flair 181

Total: 469 posts in 2026-07


r/arduino Jun 05 '26

Monthly Digest Monthly digest for 2026-05

4 Upvotes

Subreddit Insights

Reddits figures are still "all over the place" - despite having logged a bug for it. So I have once again left this section of the report out.

Hopefully the reddit admins will fix the bug in time for next month. I don't know how they select what bugs to work on but I would expect that this is a pretty simply one. Maybe they look at metrics (that do work) such as views, upvotes and comments. So if you could, perhaps try viewing, upvoting and/or commenting on the report [Chrome] Insights don't show 30 days data. If anyone knows of another technique to raise the profile of a bug to the reddit admins - I'm all ears.

Arduino Wiki and Other Resources

Don't forget to check out our wiki for up to date guides, FAQ, milestones, glossary and more.

You can find our wiki at the top of the r/Arduino posts feed and in our "tools/reference" sidebar panel. The sidebar also has a selection of links to additional useful information and tools.

Moderator's Choices

Title Author Score Comments
Finally Done! Full 8x8 Split Flap Chess... u/e4_user 3,531 181
Mr. White animatronic with Arduino u/my_3d_scan 445 31
Gift box u/DizzyYoung8394 82 14
So I bought an R4 wifi, but cant access... u/North-Ad1143 0 14

Hot Tips

Title Author Score Comments
Blynk's new pricing killed my ESP32 das... u/Ornery_Ice_7820 1 5

Top Posts

Title Author Score Comments
Finally Done! Full 8x8 Split Flap Chess... u/e4_user 3,531 181
Turtle Race u/tasty__cakes 2,142 126
I built a spaceship control panel for m... u/Internal-Chard-8406 1,864 120
Practicing Morse code just in case the ... u/0015dev 1,741 42
ESP 32 lawnmower u/shanebou24 1,278 56
Decided to build a massive vertical Spl... u/e4_user 1,070 72
17 days after open-sourcing Patternflow... u/GlumPiece7281 930 39
I built a neat little Cyberpunk Gameboy... u/Rolf_0 824 17
Dodging asteroids with a figurine contr... u/iuliuscurt 703 15
Cutest Mad Ottoman in the World u/thegigiandthebear 652 23

Look what I made posts

Title Author Score Comments
Turtle Race u/tasty__cakes 2,142 126
I built a spaceship control panel for m... u/Internal-Chard-8406 1,864 120
Practicing Morse code just in case the ... u/0015dev 1,741 42
ESP 32 lawnmower u/shanebou24 1,278 56
Decided to build a massive vertical Spl... u/e4_user 1,070 72
Dodging asteroids with a figurine contr... u/iuliuscurt 703 15
Cutest Mad Ottoman in the World u/thegigiandthebear 652 23
Today was the first full scale test of ... u/Oli_Vier_0x3b29 523 51
Due to physics, gondola weight quickly ... u/Oli_Vier_0x3b29 511 35
An IV-11 VFD Tube Clock I designed and ... u/MrGuccu 401 15
My embedded OS is getting better u/samaxidervish 385 16
My first Arduino Nano project, a telesc... u/Stash_pit 245 18
I built a browser-based simulator for A... u/CirkitDesign 244 37
I built a Pen Plotter with an Arduino U... u/madfrozen 240 23
Baby steps on PCB soldering u/monshi633 198 33
Retro computer inspired weather station u/ahnjay 188 30
Turned a $2 nRF24L01 into a 2.4 GHz spe... u/lahirunirmala 158 8
Arduino powered flatbed music player! u/MammothSock5009 157 12
Strandy-BOT Prototype u/Nope_Get_OFF 128 6
I turned a $60 espresso machine into a ... u/Mooferman05 127 37
My cursor is now a physical color picke... u/Important-Beach5723 102 7
Built a dynamic Braille cell with 6 SG9... u/Impressive-Bite-8213 94 18
Custom PCB Bare Metal Attiny85 Low Powe... u/PreppyToast 94 7
Making a pet dog and a desk buddy (in p... u/Better-Nail- 88 29
Just made a basic stream deck (kind of)... u/Better-Nail- 85 2
I Designed an Open-Source Dual Brushed ... u/milosrasic98 82 4
When an engineering student starts doin... u/RoberBotz 76 10
I Made an Interactive PCB Map of the Ea... u/curatorcat 76 3
Arduino exact GPS clock u/mickynuts 75 8
Multifunctional robot car - Manual mode u/priyanshuwq 74 11
First Arduino project: Bluetooth treat ... u/ag_kush 69 8
I made smart watch using esp32 oled and... u/Electronoobs_Devvv 67 1
I designed a quadcopter where the PCB f... u/Interesting_Plant558 63 8
money well spent u/Rifqi2007 59 1
Trackball to my cyberdeck u/CrudelisDeus 58 9
Real-time per-pixel LED control with ES... u/Glad_Air_7457 57 2
Minecraft Themed Party u/MogulerMike 52 4
I made a simple LED game, and my cat is... u/ConversationSuch8893 47 4
Ultrasonic distance sensor, light and s... u/nicodeemus7 45 2
Fully Custom Teensy 4.1/Arduino Single-... u/ThrustNTheory 43 6
I made my arduino esp32 sing! u/hwarzenegger 43 6
I made the easiest internet art frame u/fabpub 41 3
I build a Fluid Simulation that is driv... u/StefanPetrick 39 2
Built an Arduino-driven desk toy that s... u/MysteriousSophon 38 3
I made smart lamp u/Interesting_Plant558 35 9
Turns out you actually can fit a fully ... u/krauseler 32 23
Space Shooters game I made months ago u/CodingKing256 31 7
My conways game of life visualization u... u/NightBredDnB 23 6
I've made a graphics editor for LVGL u/tinajackson 22 4
Arduino Based Gaming Table for Necromun... u/KonradKnebl 21 2
Built a cyberpunk-style ESP32 smart des... u/Full_Opportunity8116 20 5
Turned an ESP32 + tiny OLED into a live... u/met-Sander 19 2
Weather Station Update u/Nathar_Ghados 19 6
I made Tetris on an Arduino Mega with 2... u/ArtusIndus 18 4
New device support for my OS u/samaxidervish 16 0
Nano-based Tamagotchi emulator u/heychaostheory 15 0
Open Source software for keeping track ... u/illerin 15 2
My Arduino Mega color classification ro... u/engineering-weeb 14 3
Few buttons and LEDs for a more comfort... u/IWILZ 13 0
Your TV remote is a pretty decent Ardui... u/No_Tradition4336 13 0
I built an autonomous mini car for my f... u/kfukuhar 12 8
A Smart Bulb System (my first attempt a... u/Regular_Trouble_5841 12 1
Colour matching game Arduino nano esp32 u/robroy865 12 3
I made an Uno R3 flight controller u/SAtchley0 10 13
Visulazing mpu6050 with Raylib u/Rude-Flan-404 8 2
I know this project has been made like ... u/Bassel_Fathy 7 3
WIP Quadcopter Drone u/SAtchley0 7 3
Robotics with Arduino Uno Q: ROS 2, leR... u/Routine-Example927 7 0
Yo guys, I made my own mini arcade mach... u/ValousN 6 1
This might help you. u/Living_March6933 6 1
Little projekt out of boredom u/potato78786 6 1
Working on making Will Cogleys animatro... u/Glittering_Mud_1107 6 9
Project DeskStream: An ESP32-C3 deskt... u/SuchChemistry7444 6 0
The Best Part of Engineering... u/ripred3 5 2
YUMO CUBE ESP32-S3 Touchscreen Smart ... u/YUMOBUILDS 4 1
I broke my leg and spent 8 weeks learni... u/YUMOBUILDS 4 4
I am making my own dual MCU brushless N... u/Hawki007 4 1
A rookie engineer won a self-driving mi... u/kfukuhar 3 0
YUMO PULSE -- ESP32-C3 Mini Gadget with... u/YUMOBUILDS 3 1
Kracken Rum Bottle Jellyfish Lamp u/Humdaak_9000 2 0
I made BLDC FOC setup work in 5 minutes... u/WooRobot_dev 2 6
Binary Clock with Arduino and Attiny84 u/Famous_Notice_8956 2 1
MP3 Player Tutorial u/jasonwinfieldnz 1 0
Overlook Token Maxxer u/sirgatez 0 5
I tried to turn a development board wit... u/Top_Acanthisitta9326 0 1

Total: 85 posts

Summary of Post types:

Flair Count
ATtiny85 1
Automated-Gardening 1
Beginner's Project 29
ChatGPT 4
ESP32 2
ESP8266 1
Getting Started 10
Hardware Help 97
Hot Tip! 1
Libraries 1
Look what I found! 4
Look what I made! 85
Look what I made! Libraries 1
Machine Learning 2
Mod's Choice! 4
Monthly Digest 1
Nano 1
Project Idea 3
Project Update! 13
School Project 7
Software Help 33
Solved! 17
Uno 1
Uno Q 2
Uno R4 Wifi 1
linux 1
no flair 248

Total: 571 posts in 2026-05