Questions tagged [pressure]
26 questions
4
votes
1 answer
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 VDC power source.
I've connected the analog wire…
Omer Davidi
- 49
- 3
3
votes
1 answer
Is there a manometer available to use with Arduino?
I used an analog manometer in a plumb system. I would like to actually track information about water pressure across an entire building on different points and record all this information to analyze changes on pressure. I was wondering if there is a…
bruno.bologna
- 133
- 1
- 4
2
votes
0 answers
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 pressure sensors which are configured to detect…
Matt Macy
- 21
- 4
2
votes
0 answers
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 - 3.3V in the ADC inputs. Can anyone advice me to…
Prasad De Zoysa
- 143
- 1
- 6
2
votes
4 answers
Reading pressure sensor using Arduino analog
I'm using a Arduino Uno to read pressure and I want to know if I have wired/coded the sensor correctly. I'm not sure I'm getting the correct readings (it could be the right readings - I just want to check I have done everything right). The sensor I…
resolver101
- 155
- 2
- 2
- 8
2
votes
1 answer
Force Sensitive Resistor OverLoad
I've got just a simple question. What happens when I overload Force Sensitive Resistor (FSR). Example Here.
Let's say that it's got force sensitive range between 100g and 10 000g. What would happen if I'd create pressure about 100kg? I see that…
CMAZE
- 21
- 2
1
vote
0 answers
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 particular pin during deflation, I need to print…
Mstar3
- 11
- 2
1
vote
1 answer
Control Air Pump Depending on Pressure Sensor
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 turn on the micro air pump when the pressure is…
Elizabeth
- 11
- 1
1
vote
0 answers
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 to the MCP3424 chip. The chip is then connected to…
TyB
- 11
- 1
1
vote
0 answers
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 ended up with very erratic behaviour on the…
Minothor
- 111
- 3
1
vote
1 answer
Reading 4 to 20ma pressure sensor using uno
I have a OsiSense™ XMLP pressure sensor that I want to read from my Arduino uno. This is the circuit I am looking at building for measure 4 to 20 milliamp.
I've read online to find out how to build the circuit. Can you tell me if it is…
resolver101
- 155
- 2
- 2
- 8
1
vote
3 answers
Using Multiple identical sensors - Beginner
I'm trying to make an interactive installation where I have 6 pressure pads that each control an Air Fan. The pressure sensors ideally will be on chairs.
I would like the changes in pressure to change the speed of the Air Fans.
What is the easiest…
JASP
- 21
- 2
1
vote
0 answers
Pressure Sensor-MPX10DP with amplifier and Arduino UNO - output to kPa
I'm working with an Arduino UNO. I'm trying to use this Sensor to obtain the pressure in kPa. I'm using a tl084cn to amplifier the signal. But I don't know what values I'm getting and what to do with them.
Not applying pressure prints 0, if I apply…
exsnake
- 123
- 1
- 6
1
vote
1 answer
CRC test fail on MS5803-14BA pressure sensor - what can I do?
Problem:
I bought two MS5803-14BA sensors and I soldered them myself to a SOIC-8 PCB to be able to use them. Only one sensor is used in my circuit. To access it, I use an Arduino Pro Mini 8MHz/3.3V with a library that has a CRC check for the sensor.…
rvbarreto
- 248
- 1
- 8
1
vote
3 answers
Run motor for a set amount of depending of Pressure Sensor
I'm a noob when it comes to time-based coding.
I have a pressure sensor which shows me readings for when someone is sitting on a chair.
I want to turn a motor for 2 seconds when the pressure sensor says occupied
I want to turn the motor the other…
Akif Manzoor
- 13
- 2