Friday, 7 August 2015

How to encode a large number of digital input signals into a signal result


I would like to know how I can detect simultaneous pulses on several wires. Essentially I will have several wires that will serve as connection points when pressed upon. A simple visualtization of this is if you were to view several wires draped over (but not touching) a metal plate. The plate would be connected to the negative end of the battery & the wires would be connected to the positive end of the batter. When touched, the wire will hit the plate & pulse. Initially I was thinking something like a 64-6 encoder, but I now I feel that there are much better solutions.



So, in short, what is the best way 'hardware' to encode 2^n into n data lines.


Any help is appreciated!




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...