reading multiple analog sensor

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello everyone: 

   

Electronics noob here. I want to read multiple analog sensor values using CYBLE-022001. I have six pressure sensors and I would like to read their values simultaneously or sequentially. The issue is that there are not enough pins on PROC. Could any one guide me in the right direction. 

   

The pressure sensor I am using is: https://www.sparkfun.com/products/9673?_ga=2.131403334.874986698.1499420437-891638232.1499420437

   

Best,

   

Apoorva

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

You have two choices: Using external ADCs with I2C, SPI or UART interface or using a PSoC with more pins.

   

 

   

Bob

View solution in original post

0 Likes
3 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

You have two choices: Using external ADCs with I2C, SPI or UART interface or using a PSoC with more pins.

   

 

   

Bob

0 Likes
Anonymous
Not applicable

Thank you Bob. That was very helpful. I found some tutorials on that, and have started reading and implementing that.

   

 

   

Best,

   

Apoorva

0 Likes
Anonymous
Not applicable

Using an external mux to switch between sensors is also an option, as it would use 4 pins instead of 6+

0 Likes