Junkyard Genius

338 insane DIY builds from salvaged appliances, e-waste, chemicals, and junk.


Project maintained by rbrents3000 Theme by mattgraham Privacy Policy

🤖 Pi & Arduino

Pi & Arduino

20 Builds

Microcontrollers and single-board computers turn junk into smart junk.

A Raspberry Pi is a full Linux computer the size of a credit card. An Arduino is a microcontroller that can read sensors and control motors. An ESP32 is a wireless Arduino with WiFi and Bluetooth built in. Together, these boards are the nervous system you can graft onto anything. Old printers become robot arms. Webcams become security systems. Speakers become DJ controllers. Stepper motors become musical instruments.

The cost of entry is almost nothing — a Pi Zero is $5, an Arduino Nano is $3, an ESP32 is $4. The limiting factor isn't money, it's imagination. And if you're reading this, imagination isn't your problem.


Builds


Suggested Build Order

Start with software-only projects, progress toward complex robotics:

  1. #139 — Pi-hole Ad Blocker — Software-only DNS sinkhole. Minimal hardware.
  2. #140 — EMF Ghost Detector — Basic sensor + LED. Intro to microcontrollers.
  3. #134 — Pirate Radio — Simple FM transmission.
  4. #133 — Arduino Breathalyzer — Gas sensor + threshold alarm.
  5. #127 — Auto Plant Watering — Moisture sensor + solenoid valve.
  6. #126 — Retro Arcade Cabinet — Emulation setup + joystick wiring.
  7. #121 — Fireworks Sequencer — Relay sequencing. Introduces power delivery.
  8. #124 — Arduino Guitar Pedal — Audio processing and DSP.
  9. #123 — Smart Mirror — Display integration + software UI.
  10. #128 — ESP32-CAM Security — Camera streaming + motion detection.
  11. #130 — AI Doorbell — Vision processing + notifications.
  12. #131 — Pi DJ Controller — USB audio + MIDI integration.
  13. #132 — ESP32 Weather Station — Multi-sensor fusion + data logging.
  14. #135 — MIDI Stepper Organ — Stepper motor control + MIDI parsing.
  15. #137 — Star Tracker — Celestial mechanics + servo control.
  16. #138 — Nerf Sentry Turret — Motion detection + motorized targeting.
  17. #125 — ESP32 Mesh Walkie-Talkie — Mesh networking + encryption.
  18. #122 — LED Cube 8x8x8 — Multiplexing 512 LEDs + 3D animation.
  19. #129 — Printer Robot Arm — Stepper coordination + inverse kinematics.
  20. #136 — ESP32 Micro Drone — Flight dynamics + inertial stabilization. The endgame.

Related Categories


📚 Reference Guides