PCButton Example Sends Pan Control MIDI with No Pot Connected #915
Replies: 5 comments 6 replies
-
I can't seem to be able to reproduce this on my end, and I'm not sure what could cause this. Do you observe the same problem using a |
Beta Was this translation helpful? Give feedback.
-
Ah, thanks for the schooling.Sent from my iPadOn Apr 12, 2023, at 5:27 PM, Pieter P ***@***.***> wrote:
The debug interface prints to the Arduino Serial Monitor, it won't send actual MIDI messages.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
So I may have ruined the board. I was using running the PCButton example with a temporary button WITHOUT a resistor in series (all my bad). It did work for a while but now the board's blue light is on with external power but no flashing LEDs on power up and no computer connection. Think the board is dead? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
-
Sadly nothing happens. The only light on power up is the blue LED, no lights on pressing reset.I think I left the switch connected, loaded a very basic sketch and pressed it, which I assume would short out.Sent from my iPadOn Apr 14, 2023, at 4:06 PM, Pieter P ***@***.***> wrote:
Like you said, the internal pull-up resistor is enabled by the software, so no external resistor is required. (The resistor you need is also not a series resistor, those are necessary for LEDs, but not switches.)
Unless you shorted any pins with it or enabled OUTPUT mode in your code, the switch is unlikely to be the root cause.
Do the LEDs blink if you press the reset button?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hey, just to close this out, got a new board and hooked it up correctly and everything works fine. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I'm using an Arduino Micro with external power and USB plugged into a Mac. I installed the PCButton.ino example which works, the program change MIDI command is sent from a button press. But there is constant stream of controller pan position commands along with the button press command. This is seen in MidiView app:
This also happens with no button or anything but power and USB connected.
What am I missing? Is this a sort of 'bounce' problem?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions