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
amp amplifier arduino-core bass digital-guitar-amps diy esp32 guitar iot pedal python raspberry-pi trs

tinderboxpedal

Bluetooth "Universal Remote" Footpedal for Digital Guitar Amps, on ESP32 or Pi Zero W

Tone Demo Video: https://www.youtube.com/watch?v=tqi_EmIKPC0

https://github.com/jrnelson90/tinderboxpedal/wiki/Basic-Project-Q&A

Enivronment Setup Notes:

On client, edit tinderbox.py or tinderbox.ino to match your GPIO mapping or OLED screen type before running. On demo server (to run on another Pi if you don't have a Spark yet), edit demoLedServer.py to match your LED GPIO mapping before running.

Basic Schematics:

ESP32 Schematic

In this code pins 4, 5, 18, and 19 are used for button input. Your ESP32 dev board's GPIO layout may be different, so please double-check after wiring and before running!

Raspberry Pi Schematic

Essential Parts Needed:

Other Parts Used In Justin's First Pi Prototype:

Other great projects used in the TinderBox Pedal include:

Pi

ESP32

Wireless Sniffing

License

Copyright 2020 TinderBox Pedal Project and Justin Nelson

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.