Questions tagged [pressure]
The pressure tag has no summary.
26 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
144
views
Pressure transducer returns 2.4v at 0 psi when working with a 0.5v to 4.5v pressure transducer
I have this pressure transducer:
https://www.amazon.co.uk/dp/B07YZL6TYD?psc=1&ref=ppx_yo2ov_dt_b_product_details
The transducer has a range of 0.5v to 4.5v which translates to 0 psi to 100 psi.
...
4
votes
1
answer
1k
views
Connecting pressure sensor to Arduino to collect pressure and time data
I'm trying to build a pressure data logger using an Arduino and Mindman MP47P-03-F1 (https://www.mindman.com.tw/proimages/pdf/E_MP47_S.pdf) pressure sensor, the sensor is connected to an outer 12-24 ...
0
votes
1
answer
217
views
Connect an MPX10DP Pressure Sensor to an Arduino Mega 2560
I'm literally new to using Arduino, i am trying to build a Pitot Tube to measure airspeed using an MPX10DP differential pressure sensor and i am working with an Arduino Mega 2560.
Honestly, i have ...
0
votes
1
answer
372
views
Arduino with bmp280 sensor not entering void loop
I've been working on a project in which I need to know my altitude. For this purpose I've been using the BMP280 sensor. But I have an issue.
I've been trying to test if the sensor works with the ...
1
vote
0
answers
61
views
How to pause the analog value according to input signal applied to a particular digital pin?
I'm working with a digital blood pressure meter using arduino nano. I need to display the pressure reading during inflation and deflation of the cuff instantly. And when an input signal applied to a ...
-1
votes
2
answers
407
views
Pressure Switch 4-20mA
Im working on a project trying to read the pressure value from an Allen Bradley Pressure Transmitter 836P-D2NFGB20PA-D4 Ser.A
However the pin configuration that comes on the description along with ...
0
votes
1
answer
348
views
I2C Communication with the ICM-20789
I am trying to interface with the ICM-20789 over I2C. DataSheet
I have been successfully able to get all three gyroscope readings and all three accelerometer readings. I am now trying to get the ...
1
vote
1
answer
521
views
Control Air Pump Depending on Pressure Sensor [closed]
I am working with an Arduino Mega, a 12V micro air pump, and a MP3V5050 air pressure sensor. The sensor outputs an analog voltage depending on the pressure reading in an inflatable member. I'd like to ...
1
vote
0
answers
123
views
Unsure how to get pressure data from MCP3424
I am having trouble reading data from an MCP3424 chip, specifically the one from this website:
https://uk.rs-online.com/web/p/general-purpose-adcs/6696086/
I have a pressure transducer that connects ...
0
votes
2
answers
578
views
Arduino Force sensitive Resistor with an lcd
So we were asked to do something with a force sensitive resistor so naturally i thought of a project which takes the name of the main component which is force and applies it ,mine works by as you ...
-1
votes
1
answer
284
views
How to track a pressure sensor from analog inputs? [closed]
I am a beginner with arduino. I have been researching pressure sensors composed of 2 conductors that sandwich a layer of velostat. My understanding is the velostat when compressed creates resistance ...
2
votes
0
answers
80
views
Can I track 70 pressure sensors from Arduino Mega?
I am a beginner at Arduino which I just received in the mail. My understanding is my Arduino Mega has 54 digital inputs and 16 analog inputs making for 70 inputs all together. I would like to track ...
2
votes
0
answers
3k
views
5V Pressure sensor module with 3.3V ADC
I'm using ESP32 to read analogue pressure readings from this pressure transducer. My Problem is this sensor outputs 0.5V – 4.5V linear voltage output based on the pressure but ESP32 can only handle 0 -...
-1
votes
1
answer
514
views
How to add additional sensors [Arduino]
I am new to Arduino.
I have currently connected a FSR sensor to the TOUT pin of ESP WROOM-02.
How do I add additional FSR sensor to ESP WROOM-02?
1
vote
0
answers
74
views
Analog Read gives Erratic behaviour in Struct
I'm getting some very strange behaviour from a Haptic feedback system I'm trying to make.
The test code works fine as a Multiple-In One-Out in the main loop, but once I moved the code to the Struct, I ...