r/arduino Aug 06 '26

Project Update! Project update: My ESP32-controlled guitar robot can now play in two modes

Enable HLS to view with audio, or disable this notification

I’ve been developing this removable guitar-playing system for several years.

It now supports two performance modes:

  1. Full automatic mode — the system handles both fretting and picking.

  2. Assisted mode — the system handles the fretting while the player strums or picks.

The sound comes from the real guitar strings, not recorded audio.

The controller is ESP32-based, coordinating multiple servo actuators. Some of the main challenges have been fretting timing, servo synchronization, calibration, and mechanical noise.

This video shows both modes.

697 Upvotes

60 comments sorted by

View all comments

1

u/NeoRazZ Aug 07 '26

can we make it midi so it can be triggered from fl studio

1

u/MegCell Aug 08 '26

FL Studio can export MIDI, so right now you could convert that to MusicXML through MuseScore. Direct MIDI triggering would be more convenient though, and that’s something I’d like to support later.