Happy Holidays! The last shipping day for 2024 will be December 26th, and we will only be using FedEx from now on. tinkerBOY will reopen on January 6th, 2025, and we will resume postal shipments.
hi
I’m pretty new in Arduino, so sorry ahead if this is a dumb question:
– as I see from code, all “digital” buttons should be connected “normally open” to GND, correct?
– how to connect analog potentiometers? GND-vs-A0, and GND-vs-A1?
Thanks in advance,
Anton
Thanks for the guides! Just one question: How do I wire this directly to a raspberry pi 3?
Take a look at the last picture at https://www.tinkerboy.xyz/wiring-diagram-for-tinkerboy-controller-v3-0/ for usb data pins on the Pi3.
hi
I’m pretty new in Arduino, so sorry ahead if this is a dumb question:
– as I see from code, all “digital” buttons should be connected “normally open” to GND, correct?
– how to connect analog potentiometers? GND-vs-A0, and GND-vs-A1?
Thanks in advance,
Anton
Initially all buttons shouldn’t be connected to anything (open). It’s only when you push a button that needs gnd connection.