Pressure sensor

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

cross mob
Diako
Level 1
Level 1
10 sign-ins 5 sign-ins First reply posted

 

Hi I'm connecting the following pressure sensor to my psoc using my psoc 5lp . I watched couple of tutorials on how to interface a pressure sensor and have looked at the ADC example on psoc website. My code is very similiar to the person on the youtube link below.  I also have watched the following analog sensor for the arduino code but its not working. similiar psoc posts also  couldn't help me solve the problem. The pressure is from alibaba, I have used the formula used by arduino community. 

 

Diako_0-1633654326819.png

 

 

Diako_0-1633653781019.png

 
 

 

 

https://www.youtube.com/watch?v=IqHeLsDwxVY&ab_channel=AngelaSodemann

https://youtu.be/UrqPxwsPWGk - anlog pressure sensor in arduino 

https://community.cypress.com/t5/PSoC-5-3-1-MCU/Bourns-analog-pressure-transducer/m-p/127862

 

 

 

0 Likes
1 Solution

 

This problem has been solved many times, so there shouldn't be any serious problems.
Check a few points:
1. Create / use a simple project with ADC DElSig with 10 bit resolution without using float.
- make sure that the measurement is working and is in the range> 0 <1000 bit.
2. The sensor signal should vary from 0.5V to 5V / 3.3V (check with a tester) аnd must be connected to the ADC input.
The archive of your project and the name / Datasheet of the sensor will help a lot
- it is always easier to continue what you started than to guess.
Evgeniy

View solution in original post

0 Likes
6 Replies