I have 4 continuous analog data streams into a circuit board, but I want to alternate which stream of data I am utilizing. The target board only has 1 available digital input and 3 available analog inputs, so my plan is as follows:
Use a DPDT and two SPDT switches to determine which signal is being used. The 8-bit logic will perform as follows:
000 - Ground
001 - Signal 1
010 - Ground
011 - Signal 2
100 - Ground
101 - Signal 3
110 - Ground
111 - Signal 4
As you can see, the signals are all separated by a buffer 0V signal for later sorting.
My plan is to have the signal being routed goto the DIGITAL signal, but have the 3 output signals from the clock (H/L for each bit output) goto the analog inputs on the robostix. By sending the clock timing as well as the signal, the data should then be able to be later sorted computationally.
My question is as follows:
1) Which type of SOIC can continuously count from 0 to 7, in binary, and has a output referencing each of its 3 bit slots?
Tags: