This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to read multiple sensors on ADC LM4F120xl board.

Other Parts Discussed in Thread: LM35

can any one provide me the code or guide me to interface the 3-sensors like LM35 tempreture sensor,Humidiy sensor SY-HS220 and Lighht intensity.

Im already read the internal tempreture sensor. but after modifying the code im able to read only one sensor but other sensors cant read so plz can anyone provide me the code or guide me? 

  • Hi Sachin,

      See, qs-logger example program for EK-LM4F232 if it may serve as reference for your requirements.  Partial qs-logger description below.   

    "This example application is a data logger. It can be configured to collect
    data from up to 10 data sources. The possible data sources are:
    - 4 analog inputs, 0-20V
    - 3-axis accelerometer
    - internal and external temperature sensors
    - processor current consumption"

    -kel