Hi,
I am working on a project where I will have to make an array of 32 resistive heating elements. The elements will be controlled by MOSFET, or maybe SCRs, I'm not sure which is more favorable. Whatever the gate is, it needs to either control the heat of the elements using PWM, or if a MOSFET, I suppose it could be controlled by variable voltage at the gate.
Corresponding to each of these elements is a force sensor, that will send a HIGH signal when struck. Each of these sensors needs to be calibrated with a digital pot.
That is 32 pins in, and 64 messages to go out.
This is a large project, and I have a couple of months to work on it. I am unsure of a few things:
What is a suitable chip to scan over all the inputs, and send the different types of messages out? I have been looking at the MCP23S17 port expander to receive the HIGHs from the force sensors, but how to send messages to 32 RDACs, or even 64 if using MOSFETs, is a more complicated question. Can that many digital pots be addressed and strung together?
I am sure there are many ways to go about this, but does anyone have some recommendations?
Thanks!