ArduinoGeneral

Mutiple Sensor Signal Reading and interface with arduino

userHead Account cancelled 2018-04-16 14:57:56 3059 Views1 Replies
Please suggest the hardware which will read the signals from multiple sensors and send it to arduino and show the output on LCD

Suppose i need to read the signals for more than 12 sensors what type of hardware should I use to check the readings in LCD ?

your advice will be very helpful
2018-04-17 14:28:16 What are the signals of the sensors? Digital? analog? or do they use I2C, SPI for communication, if they are just digital or analog sensors, you can use digital &analog pins on Arduino, and Arduino Mega has many digital and analog pins to use. userHeadPic robert.chen