jrnelson90 / tinderboxpedal

Bluetooth "Universal Remote" Footpedal for Digital Guitar Amps, on ESP32 or Pi Zero W
Apache License 2.0
71 stars 11 forks source link

Not an issue but a question. #7

Open bigtiny opened 3 years ago

bigtiny commented 3 years ago

How did you get the bluetooth codes for the different buttons and is there more code that could be used for different functions?

jrnelson90 commented 3 years ago

Yes, I'm working on code for more functionality, but at the moment I don't have a build stable enough yet to feel comfortable releasing it to others yet.

As for how, I use Android Debugginh and Wireshark to see what BT commands (packets) are being sent when you edit the tone in the app. Then, like a universal remote, we can use that in the project to control the amp.