u/Cheap-Helicopter-225

Open-sourced my embedded learning path: motion alerts, induction actuators, and physics-driven flight control

Hey r/Arduino,

Been documenting my embedded learning curve through builds over the past year. Everything is public if anyone wants to dig into the firmware or schematics.

What’s in the repos:

  • VigiLight — PIR-based motion alert system using flashing LEDs (designed for hearing-impaired environments). Straightforward Arduino UNO + sensor logic, but the timing and debounce handling might save someone a headache. Code and wiring notes are here: https://github.com/serial-commit-dev/VigiLight
  • N-35 Flight Prototype — Newtonian physics baked into a single-file Arduino control system for a twin-elevon aircraft. Covers thrust balancing, servo sequencing, and a calculated power-to-descent flight profile. Currently stable; working toward a modular stack with web-based remote control. Full kinematics and servo mixing logic: https://github.com/serial-commit-dev/N-35
  • Web-Shooter (ESP32) — Electromagnetic induction actuator controlled via GPIO sequencing. Five stable releases so far; main learning was managing solenoid timing and flyback protection with a MOSFET + diode setup. Firmware and component diagram: https://github.com/serial-commit-dev/Web-Shooter
  • Arduino-Projects — Basic starter collection (toll gate with ultrasonic, RFID logic, etc.). Good reference if you’re mentoring someone through their first sensor-interfacing sketches. Sketches and breadboard layouts: https://github.com/serial-commit-dev/Arduino-Projects

Build photos, kinematics breakdowns, and a consolidated view of all projects are documented on my portfolio if you want the visual side of things: https://serial-commit-dev.github.io/My-Portfolio/

reddit.com
u/Cheap-Helicopter-225 — 16 hours ago

Open-sourced my embedded learning path: motion alerts, induction actuators, and physics-driven flight control

Hey r/Arduino,

Been documenting my embedded learning curve through builds over the past year. Everything is public if anyone wants to dig into the firmware or schematics.

What’s in the repos:

  • VigiLight — PIR-based motion alert system using flashing LEDs (designed for hearing-impaired environments). Straightforward Arduino UNO + sensor logic, but the timing and debounce handling might save someone a headache. Code and wiring notes are here: https://github.com/serial-commit-dev/VigiLight
  • N-35 Flight Prototype — Newtonian physics baked into a single-file Arduino control system for a twin-elevon aircraft. Covers thrust balancing, servo sequencing, and a calculated power-to-descent flight profile. Currently stable; working toward a modular stack with web-based remote control. Full kinematics and servo mixing logic: https://github.com/serial-commit-dev/N-35
  • Web-Shooter (ESP32) — Electromagnetic induction actuator controlled via GPIO sequencing. Five stable releases so far; main learning was managing solenoid timing and flyback protection with a MOSFET + diode setup. Firmware and component diagram: https://github.com/serial-commit-dev/Web-Shooter
  • Arduino-Projects — Basic starter collection (toll gate with ultrasonic, RFID logic, etc.). Good reference if you’re mentoring someone through their first sensor-interfacing sketches. Sketches and breadboard layouts: https://github.com/serial-commit-dev/Arduino-Projects

Build photos, kinematics breakdowns, and a consolidated view of all projects are documented on my portfolio if you want the visual side of things: https://serial-commit-dev.github.io/My-Portfolio/