So I'm trying to figure out if I'm thinking about this in the correct way, as I have not done a project at this scale.
Goal:
32 devices mounted to a wall
Each device is touch sensitive, probably using the AT42QT101X board from Sparkfun
Haptic feedback provided using DRV2605L and an ERM motor
My original thoughts:
Each device has a Nano to control the touch and haptic as a separate "unit"
Each device has an output pin going to an input on a central Mega
Each pin triggered on Mega sends a serial string to the PC (this is required for the software running on the PC)
Single central power supply (12v ?) with a wire to each nano to power them
Total of 3 wires to each "unit" Ground, signal, and power (I don't have much room for wiring so minimal amount of wires to each device is preferred)
Considered NRF or something for wireless, but trying to make this all as simple as possible
Looking for some thoughts on this, am I crazy thinking it will work this way? will I have power problems I'm not thinking of once i have this many devices?
Really any thoughts or help would be great.
Thanks so much!