augmented guitar with esp32 and mpu6050
 
 
 
 
 
 
Go to file
Rob Canning b8785b9782 gtr+ working with algomom 2023-02-20 09:54:36 +01:00
jacksession midi and setup files added 2023-01-05 13:15:54 +01:00
osc32final new button logic in supercollider 2022-09-05 10:02:57 +02:00
scratchboard added lukas 3d print magick 2022-09-01 00:58:53 +02:00
segments gtr+ working with algomom 2023-02-20 09:54:36 +01:00
setup midi and setup files added 2023-01-05 13:15:54 +01:00
sooperlooper gtr+ working with algomom 2023-02-20 09:54:36 +01:00
visuals sphere visuals 2023-01-26 10:05:59 +01:00
wavey-wind added segments as composition descriptors 2023-01-19 14:26:29 +01:00
ESP32-DevKit-Lipo-GPIOs.png esp32 lipo pinout diagram added 2022-08-31 16:05:21 +02:00
GUI.scd manually executable commands moved to own file 2022-12-07 13:51:30 +01:00
INSTALL installation notes 2023-01-20 13:18:09 +01:00
LICENSE Initial commit 2022-08-30 23:26:37 +02:00
README.md fix for noise on touch0 lowpass and new threshold logic 2022-09-02 08:26:37 +02:00
gtr.scd gtr+ working with algomom 2023-02-20 09:54:36 +01:00
live_jackpatchbay.xml glitch fix - pointer enabled properly 2022-12-05 12:39:53 +01:00
livecode.scd gtr+ working with algomom 2023-02-20 09:54:36 +01:00
midimother.scd added segments as composition descriptors 2023-01-19 14:26:29 +01:00
motherMIDISetup.scd gtr+ working with algomom 2023-02-20 09:54:36 +01:00
motherPatterns.scd segments added 2023-01-12 13:21:42 +01:00
recording_jackpatchbay.xml gtr+ working with algomom 2023-02-20 09:54:36 +01:00
start_all_apps.sh added segments as composition descriptors 2023-01-19 14:26:29 +01:00

README.md

gtr

augmented guitar with esp32 and mpu6050

deps

last working version of esp32 arduino with current hardware is :

branch of wavey wind

the nodejs glue

the esp32 firmware

GPIO / PINS

LEDS

32 (ADC1_4 / TOUCH9)

GND

// OR 33

ACCELEROMETER/GYRO

MPU6050

GPIO:

21 - SDA

22 - SCL

GND - GND

VCC - 3.3V

CAPACATIVE TOUCH

GPIO:

momentary switchs

on diagram (0,1,2,3)

4 TOUCH0 - SHIFT KEY

0 TOUCH1 - record to buffer 0

2 TOUCH2

15 TOUCH3

on diagram (4,5,6,7)

13 TOUCH4

14 TOUCH5

12 TOUCH6

27 TOUCH7

TOUCH0 + TOUCH3 = EULER ROTATION RESET

array of 16 values -

8 x data inputs +

8 x 0/1 values - first 4 momentary second 4 toggle

args: [ 35, 56, 53, 47, 99, 106, 99, 48, 0, 0, 0, 0, 0, 0, 0, 0 ]

BUTTON MAPPING

BUTTON 0 ----- SHIFT BUTTON 1 ----- TRIGGER ONESHOT BUFFER RECORD

BUTTON X ----- GRANULAR POSITION MODE BUTTON X ----- GRANULAR PITCH MODE BUTTON X ----- GRANULAR IMPULSE MODE

BUTTON X ----> LOOP RECORDING MODE ON/OFF BUTTON X ----> OVERDUB RECORDING MODE ON/OFF

BUTTON X ----- LIVE SIGNAL / PROCESSED / MIX

BUTTON 0 && X RESET/ZERO SENSORS [in firmware]