Multiplexing and electric capacitance

capacitancemultiplexer

I'm working on a project, it's basically a hand-drawn paper keyboard based on capacitance.

I was thinking I can multiplex the different lines with shift register (74HC595) and switch (4066), and as I've got a lot of these here I gave them a try. But apparently not…

So I'm looking for a solution.

I've already found that : Multiplexer for Capacitive Sensors (MUXC01)

Can you confirm that this component could work or do you have any better idea about how to multiplex these keys ?

Best Answer

I get the problem. It's not related to the 4066 or anything. It's that good ol breadboard.

I'm working with little capacitance difference and the breadboard itself have a capacitance. One or two connection, well that's ok, But I was having a long bus with at least 30 wires (so times 2 for pins connection) in series to connect the input of the AtMega328 with the 1M\$\Omega\$ to all the output of the 4066. The result was a big disturbance in the force ;)

I've done a test on a board with the chip soldered, barely not problems. Will just have to split in two groups, but not a big deal as I've got plenty of inputs remaining.

Related Topic