Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsfraz/guitar
G.U.I.T.A.R is simple guitar playing "robot" based on ESP32-DevKitC board.
https://github.com/jsfraz/guitar
ch340 esp32 esp32-devkitc fritzing guitar guitar-chords guitar-robot lm2596 max3232 pcb rs232-to-ttl serial-port uln2803a
Last synced: about 1 month ago
JSON representation
G.U.I.T.A.R is simple guitar playing "robot" based on ESP32-DevKitC board.
- Host: GitHub
- URL: https://github.com/jsfraz/guitar
- Owner: jsfraz
- Created: 2024-08-30T19:06:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T20:32:29.000Z (2 months ago)
- Last Synced: 2024-09-30T09:21:53.262Z (about 2 months ago)
- Topics: ch340, esp32, esp32-devkitc, fritzing, guitar, guitar-chords, guitar-robot, lm2596, max3232, pcb, rs232-to-ttl, serial-port, uln2803a
- Language: C++
- Homepage:
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# G.U.I.T.A.R
G.U.I.T.A.R (Graphical Universal Interface for Tone and Audio Reproduction) is simple guitar playing "robot" based on ESP32-DevKitC board.
TODO image
You can controll it and play it using [G.U.I.T.A.R Desktop App](https://github.com/jsfraz/guitar-app).
TODO window image
## How it works
TODO How it works
## ESP32-DevKitC Pinout
![Pinout](pinout.png "Pinout")
- [ESP32-DevKitC V4 User Guide](https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32/esp32-devkitc/user_guide.html)
## Sketch
![Sketch](sketch.png "Sketch")
## Fritzing parts
- [ESP32 DevKitc V4 ready](https://forum.fritzing.org/t/esp32-devkitc-v4-ready/17213/6)
- [RS232-to-TTL-Converter](https://github.com/foorschtbar/Fritzing-Parts)
- [Power supply 12V](https://forum.fritzing.org/t/power-supply-12v/23193)
- [LM2596 step down module](https://forum.fritzing.org/t/lm2596-step-down-module/6380)## Used software
- [Fritzing 0.9.9](https://github.com/Move2win/Fritzing-0.9.9.64.pc-Compiled-Build)
- [Arduino IDE](https://www.arduino.cc/en/software)