I want to connect 40 light sensors to my Arduino .Is there any possibility to connect all together without mega arduino?I really appreciate if any one could give me advice, tutorial or…
Thank you
I want to connect 40 light sensors to my Arduino .Is there any possibility to connect all together without mega arduino?I really appreciate if any one could give me advice, tutorial or…
Thank you
If you have no choice but to use 40 IO Pins, then as Shabaz said above you need to look in to I2C.. For example look at expanding the I2C Port by using TI 8574, 8575, 9555 or MCP 23017
http://playground.arduino.cc/Code/I2CPortExpander8574
http://tronixstuff.com/2011/08/26/tutorial-maximising-your-arduinos-io-ports/
If you have no choice but to use 40 IO Pins, then as Shabaz said above you need to look in to I2C.. For example look at expanding the I2C Port by using TI 8574, 8575, 9555 or MCP 23017
http://playground.arduino.cc/Code/I2CPortExpander8574
http://tronixstuff.com/2011/08/26/tutorial-maximising-your-arduinos-io-ports/