Creating Input Buttons for Microcontroller Circuits

AI Thread Summary
To create input buttons for microcontroller circuits, a basic setup can be achieved using a circuit board or even wires on a surface. A simple switch can be made by interrupting the circuit with solder beads and using a small conductor mounted on a spring to bridge the gap. For button matrix scanning, signals are typically driven down columns while sensing rows, and diodes may be used to detect multiple key presses simultaneously. Resources like keypad circuit tutorials can provide further guidance on implementation. Understanding concepts like switch bounce is also beneficial for effective circuit design.
dionysian
Messages
51
Reaction score
1
I am an ee student and i want to start a project with a microcontroller and i was wondering how i would go about useing/creating input buttons in my circuits... possibly i would like something like the button arangement on a channel changer. Can someone direct my to a resource about how i could go about doing this.

Thank you.
 
Engineering news on Phys.org
All that you really need is a board of some type with your circuits on it. A PC setup is probably best, but you could do it with wires on any surface. Where you want a switch, just cut the circuit and raise both ends with something like a solder bead. Mount a penny or some other small conductor on a little spring or a blob of silicone sealant so that it overlaps the beads, and there's your switch. A good coat of liquid latex or similar will waterproof it while maintaining the components in place.
 
And when you want to scan a button matrix, you will generally drive signals down the columns and sense the signals coupled to the rows, or visa versa. You may optionally want to make the connections with diodes, to allow multiple key presses to be sensed at once.

I googled scanning keypad circuit tutorial, and got lots of good hits for info. Here's the first hit:

http://www.winpicprog.co.uk/pic_tutorial9.htm
 
My apologies. I took the question to mean how you might physically create the switches, rather than how to combine them into a controller. :redface:
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top