-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Momentary3 bug / need troubleshooting help #241
Comments
HI @borsei222 I experienced significant improvement with the added capacitor, so it definitely won't hurt. The other thing is that these footswitches are not the most reliable things in the world. I used to have this one issue where if I didn't step quickly enough on the switch it would send false MIDI messages. I'm pretty sure it's not the most economical solution since mosfests are "more expensive" (still not very expensive though 😄) but I'm a software engineer and with my limited electric knowledge this is what worked for me and works perfectly. With that being said there are about a bazillion things that can go wrong and your problem could be unique but that's two possibility you can experiment with. Nice build BTW. 😉 |
I don't have any experience with the momentary footswitches you used. I can suggest 3DPDT footswitches connected as Latch 2. |
Actually the footswitches are very simple NO 2-contact switches. They are wired to your schematic for Momentary-3 and as i said they were working fine for weeks. I agree that switching to momentary-2 would probably solve the issue as they seem to be resistant against the issue i am experiencing - but:
What i've found out by testing in the meantime: it seems as if the whole setup is super-sensitive on the 3.3V side, even touching any contacts on the (configured as "none" = off) extension jacks triggers switch-events. Should i introduce an external 3.3V power-supply or capacity to the 3.3V lane? Is there any way to control the sensitivity on the ESP32 inputs via software (yes, i can read, understand and change code)? |
Can you post a picture of inside? Are you using a metal case? How do you fixed the TTGo T-Display board? |
Did you added the pull-up resistors on PIN_A1 to PIN_A6? |
Yes, they are sitting on the backside of the PCB you can see on the upper picture. I probably can draw schematics of everything as well - if needed. |
What happen using the USB as power supply? |
Same behaviour/misreadings. :( |
Hi, Many regards, |
I never broken any ESP32. It is very resistant. If the reading is crazy I suggest to check the pull-up resistors and the GND wiring. |
Hi
This is my first PedalinoMini-Build. It's using a T-Display, two Momentary3 and one momentary 2 switch sets, Legacy MIDI out and a LM2596s-based step-down to power the ESP32 module with Pedal-standard 9V (or sometimes 18V).
It was running fine and working as expected for two weeks. After that, when powering up the Momentary3 pedals where behaving irrational, Button-presses triggered Events programmed to other buttons, other pedals and sometimes even both of that at the same time. Meanwhile the Momentary2 buttons still work as expected.
I was able to solve the issue by erasing flash and complete reprogramming but this only lasted me like one week - then the same errors came back again.
I am not sure if this is an electrical problem or if it is on the software side. Any hints on where to start troubleshooting would be appreciated.
I've read that adding capacity to the 5V rail after the step-down (and the stepdown module already carries 220uf) - should that help in my case?
Many regards
Boris
The text was updated successfully, but these errors were encountered: