All Projects → ErichHeinemann → hman-stomper

ErichHeinemann / hman-stomper

Licence: GPL-3.0 license
Stomp Box based on ESP32

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to hman-stomper

Esp32 I2s Slm
Sound Level Meter with ESP32 and I2S MEMS microphone
Stars: ✭ 72 (+176.92%)
Mutual labels:  esp32, sound
Main-Supercollider-Files
my supercollider codes, version history is at the branches
Stars: ✭ 21 (-19.23%)
Mutual labels:  sound
ESP-StepperMotor-Server
Turn your ESP32 into a complete stepper motor control server with web UI, REST API and serial control interface
Stars: ✭ 133 (+411.54%)
Mutual labels:  esp32
Homekit
Homekit for ESP32 with Arduino framework
Stars: ✭ 80 (+207.69%)
Mutual labels:  esp32
soundfixer
A WebExtension that lets you fix sound problems in e.g. YouTube videos
Stars: ✭ 102 (+292.31%)
Mutual labels:  sound
ARD-simulator
3D sound propagation simulator using adaptive rectangular decomposition method.
Stars: ✭ 21 (-19.23%)
Mutual labels:  sound
react-native-audio-polyfill
Audio polyfill for desktop and native.
Stars: ✭ 13 (-50%)
Mutual labels:  sound
linux-show-player
Linux Show Player - Cue player designed for stage productions
Stars: ✭ 147 (+465.38%)
Mutual labels:  sound
IMU-VR-Full-Body-Tracker
Inertial Measurement Unit (IMU) based full body tracker for Steam VR.
Stars: ✭ 46 (+76.92%)
Mutual labels:  esp32
grub-tune-tester
A GRUB_INIT_TUNE online tester.
Stars: ✭ 43 (+65.38%)
Mutual labels:  sound
idf-installer
ESP IDF Windows Installer
Stars: ✭ 56 (+115.38%)
Mutual labels:  esp32
micronova controller
Allows you to easily control via MQTT any Micronova equiped pellet stove. (MCZ, Extraflame, Laminox, and many others brands!)
Stars: ✭ 30 (+15.38%)
Mutual labels:  esp32
Soundable
Soundable allows you to play sounds, single and in sequence, in a very easy way
Stars: ✭ 88 (+238.46%)
Mutual labels:  sound
WARDuino
A dynamic WebAssembly VM for embedded systems
Stars: ✭ 51 (+96.15%)
Mutual labels:  esp32
ESP-Alerts-for-Android
Send Android Notifications to an ESP32 with OLED display
Stars: ✭ 42 (+61.54%)
Mutual labels:  esp32
RJModules
Various modules for VCV Rack
Stars: ✭ 94 (+261.54%)
Mutual labels:  sound
esp32-ota
ESP32 OTA based on ThingsBoard Open-source IoT Platform
Stars: ✭ 45 (+73.08%)
Mutual labels:  esp32
rg3d-sound
Sound library for games
Stars: ✭ 58 (+123.08%)
Mutual labels:  sound
ESP DoubleResetDetector
ESP_DoubleResetDetector is a library for the ESP32/ESP8266 Arduino platform to enable trigger configure mode by resetting twice.
Stars: ✭ 34 (+30.77%)
Mutual labels:  esp32
ESP32BleAdvertise
Simple library for BLE advertise using ESP32 in Arduino
Stars: ✭ 39 (+50%)
Mutual labels:  esp32

hman-stomper

Stomp Box based on ESP32

Current status is "under development"

Background / Story

Since the last years some companies provided some professional Stompboxes for guitarrists and cajon-players to play the bassdrum or other percussion-sounds by feet. After some research I come to the final to build a stomper like this based on a sample player. I did it because I had a lot of concerns if a ready stomper from Ortega or Roland could match to the needs which I had.

If You do not have any idea which type of box I am writing about:Google most of these Stomboxes are only using wood and a piezo or a mic or a guitar-pickup. My one will use a small microprocessor (ESP32) and play different sounds based on samples.

First I did not have so many technical needs, the only requirement was: The sounds should match to the music and it should be simple as possible to select the sounds on stage. Ok, thats not a well defined requirement but many requirements could be derived from it. .. many sounds, unlimited sound-manipulation when editing the sounds, but simple gui for the stage.

It depends mostly on the sounds which are already defined in these existing tools. In most cases the sounds are fixed and You have to pay a money for many sounds you never use in your music.

I did some first tests with an ESP8266 and used around 20 WAV-Files. After the first jamsession I dropped around 6 sounds, added 2 new sounds and change the order of the sounds.

To fulfill the requirement of flexible editing and simple GUI, I came up with the idea to use a Web-UI for the editing and for the use on stage only a display and a button would be enough. I am still researching this way.

To make it more simple to change the WAV-Files I will use only a few sounds in the ROM and use a SD-Card to add more sounds.

The sound should be triggered by a simple Piezo-Element.

The microprocessor which I use for testing is an ESP32 PICO D4. The DACs which I am testing are PCM1502a and DAC98357A. Not yet tested is an alternative using Delta-Sigma-Converter which works simply with one transistor.

Most work is done by the library created by Earlee Philhower. You need this library to start: Audio8266 This Lib provides a lot of functions to play music like a mediaplayer but less functions around making music out of the perspective of an musician. I try to fix this a bit.

Connections:

  • ESP32 - DAC98357A or PCM5102
  • GPIO 26 - BCK-Pin
  • GPIO 25 - LRCK-Pin
  • GPIO 33 - DIN-Pin

special for PCM5102

  • VCC - not connected!
  • 3.3V -> 3.3 Volt (analog side)
  • GND -> ( Analog or Digital GND??)
  • FLT (Filter) -> GND
  • DMP (DEMP?) -> GND (eigentlich analog Ground)
  • SCL -> GND
  • BCK -> GPIO 26
  • DIN -> GPIO 33
  • LCK -> GPIO 25
  • XMT -> 3.3V (0V = Mute, 3.3V = unmute)

The MicroSD-Card-Reader is an active one which transforms the voltage locally from 5volts to 3.3volts.

  • ESP32 SD-Card - Adapter (active Adapter for Microsd-Cards)
  • GPIO 23 = MOSI
  • GPIO 19 = MISO
  • GPIO 18 = CLK / SCLK
  • GPIO 05 = CS has to be changed to GIO 27 because some boards have fixed connected OLED-Displays on GPIO 05!
  • GND = GND

Rotary Encoder 1 GPIO 9 Pushbutton GPIO 12 Rotary Pin1 GPIO 13 Rotary Pin3 GND Rotary Pin2 and Pushbutton

Rotary Encoder 2 GPIO 10 Pushbutton GPIO 21 Rotary Pin1 GPIO 22 Rotary Pin3 GND Rotary Pin2 and Pushbutton

A passive SDCard-adaptor does not work without additional resistors. If You would like to only use a simple Micro-SD to SD-Card-Adaptor, then pullup all pins (MOSI, MISO, CLK) to 3.3 via 10KOhm resistors. I will test this setup later to make the entrypoint for this project as chaep as possible.

Additional Pins are used for a "Next-Sound-Select-Button", an optional OLED-display attached via I2C and 2 rotary encoders but this Pinout is not yet fixed.

The minimum hardware-setup then: 1 ESP32-Devboard, 1 Piezo, 1 transistor, 2 resistors, 1 diode, 1 button, 1 capacitor,one socket for 6.3mm jacks The maximum hardware-setup then: 1 ESP32-Devboard, 1 Piezo, DAC pcm5102, 1x SDCard-Adaptor,1x SD-Card, 2 Rotary encoders, OLED-Display, 1 button, 2 sockets 6.3mm

I used a USB-Powerbank as the Powersupply which works well.

Status 2018-03-24

  • A version for a Stompbox is now available but only for WAV-Files in PROGMEM.
  • The best place to get Your own Samples is http://samples.kb6.de/downloads.php, You only have to search the right once and then transform them into Hex-Files.

Status 2018-02-17

  • Sampleplay works
  • Sample could be tuned/pitched by 12 semitones up and down (basenote is 60 = c4, range 48 to 72)
  • Velocity to play each sample with different volume ( velocity 0-127)
  • Mixer-function to play some samples at the same time (tested with 4 samples, theoretical up to 16 channels)
  • effetcs (reverb / filter) do not work

First Video of Mixer-Tests: https://youtu.be/iml-vkQtub4

Any comments: [email protected]

Erich Heinemann

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].