Industrial Pressure Sensor - Arduino

Industrial Pressure Sensor - Arduino

EETech_Fix

2 года назад

63,998 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Batsi Live
Batsi Live - 23.08.2023 11:32

Hello and congratulation for your video. I am using a Honeywell 150psi 0.5-4.5V (ratiometric) sensor and as far as I understood the equation should be: psiVal = (37.5 * voltage) - 18.75. Is that right? [or... psiVal = (voltage - 0.5) / 0.02666 ] Also because I am using an Uno R4 Wifi and the transducer is very accurate according its specs, the aRef could be 5.00. Am I right too?

Ответить
Gevo1
Gevo1 - 16.08.2023 11:01

Thank you! Any chance one can pay you to come up with code/arduino solution for compressor and air pressure control which is adjustable via the buttons and screen?

Ответить
Jacob Kinsley
Jacob Kinsley - 30.07.2023 23:47

I love that you can just directly plug these across the arduino 5v pins and put the output cable into an analog pin and it just straight up works

Ответить
Itzel V Alcantar
Itzel V Alcantar - 24.07.2023 23:47

Well explained, thank you! I am currently working with a 5000PSI pressure transducer (Output voltage 0.5V-4.5V) and the Arduino NanoEvery. I have some questions; do I have to test my pressure transducer before creating the code or it can work with your code? Why do you use 4.6 as your X1 instead of 4.5? What is it the thing you are using to connect the pressure transducer to the breadboard, and it has a capacitor inside?

Ответить
2Point4Turbo
2Point4Turbo - 15.07.2023 13:24

I am just coming across this video and it's absolutely amazing. I am learning about all of this in hopes of make a oil pressure/ boost gauge with negative pressure with a small 2-1/16” (52mm) circle lcd screen , I am stumped on the coding to get not only the value change but possible having its set as a normal gauge with a lcd needle sweeping across the gauge similar to a big hand on a clock

Ответить
Abdulrahman Saeed
Abdulrahman Saeed - 08.07.2023 16:46

Greetings, I want to configure this air pressure sensor to a leg pressure cuff in my project. Is 100PSI doable for my project? Thank you for the wonderful video.

Ответить
justmythoughts
justmythoughts - 19.06.2023 12:11

i am tempted to buy the 30PSI version of the walfront sensor, but i am unsure how it operates it's output when i can only supply 3.3V since i am working from battery ... can anybody tell me or recommend an alternative transducer that outputs voltage or is even digital !? 30PSI, 3.3V liquid

Ответить
Kyallon
Kyallon - 16.06.2023 09:57

Incredibly helpful video. I'm currently working on a project involving measuring burst pressure in membranes, and ideally would like to use a pressure transducer to measure the pressure inside a tube and record/plot the pressure over time on a computer. Do you know how I could set up something like this?

Ответить
Blondie SL
Blondie SL - 26.05.2023 03:55

With the right fitting be put inline on a 1/2" copper pipe?

Also, will this code work on an ESP32?

Ответить
TECNOLOSA
TECNOLOSA - 07.05.2023 12:45

Geat video

Ответить
Anton vos 1
Anton vos 1 - 03.04.2023 17:17

how do i get psi to bar in arduino IDE?

Ответить
Charlie Giudici
Charlie Giudici - 01.04.2023 22:55

I’m looking for a sensor to read small gage pressures in the range of 0.01-0.02 bar. Do you know any sensors that can read these small pressures.

Ответить
victor grille
victor grille - 19.03.2023 01:30

Your contribution is very good. Could you tell me where I can find information to program 5 sensors simultaneously and be able to change the reading unit? (to be able to pass it from psi to bar)

Ответить
etete anie
etete anie - 20.02.2023 20:55

i need someone to work with for vacuum and flow measurement

Ответить
M P
M P - 16.02.2023 20:32

Hi. Thank you for your interesting video. I found it while searching for Vacuum sensors for Arduino. I wondered if you could advise me on what I require?
I want to test the vacuum in a chamber as it’s being evacuated out of the chamber so I can stop evacuating when I’ve got to the pressure I require.
There are so many to choose from and with little to no knowledge on the sensors I’m unsure.
Again an interesting video. I’ve liked and subscribed 👌

Ответить
beananimal
beananimal - 14.02.2023 06:24

Great lesson with analog read, voltage conversion, lowpass (though I think lowpass code in video is wrong) concepts, etc. But for both accuracy and code space on a micro - would it not be better/easier just to take your reference ADC values and map those to PSI?

You skip the need for reference voltage offset/measurement, rounding, variable space and cpu cycles for the conversion to voltage.

For Arduino with 10 bit ADC and example sensor (say 0-150 psi) you record ADC readings of 18 at 0 psi and 987 at 137 psi (or whatever). map (sensorval, 18, 987, 0, 137)
Fewer variables, no need for point slope, etc. (Assuming a linear sensor response).

Ответить
احمد حسين
احمد حسين - 13.01.2023 14:29

can I use this sensor to measure the vacuum?

Ответить
hüseyin dilli
hüseyin dilli - 04.01.2023 21:28

hello, is it possible to measure the milli bar? If so, how should the code be?

Ответить
ASRAJO
ASRAJO - 09.12.2022 14:16

can this sensor be used to read negative pressure?
thanks

Ответить
Carolina Borne
Carolina Borne - 06.12.2022 16:59

how much psi are hold up by arduino? I need to make a dispositive that receive at least 290 psi

Ответить
secrett
secrett - 06.12.2022 13:15

can I ask how to input the TI-84 Plus ce to program

Ответить
udit saxena
udit saxena - 13.09.2022 23:11

Hi i have a question regarding one microfarrad capacitor. Is it a ceramic capacitor and second thing is. Is it safe to use 0.1 microfarrad capacitor since I am a bit new to this therefore I wanted to know.
Approximately how much current will the 0.1 uf Capacitor will generate . Shall I connect one end of it to ground and the other to the incoming voltage signal of the sensor.

I need your help please comment.

Ответить
Roberto Carmona
Roberto Carmona - 22.08.2022 05:54

Hi again Mr.

I acquired a SPI blue OLED display, of 6 pins (GND, VCC, SCL, SDA, RES, DC) but when I connect A4 to SDA & A5 to SCL, the display does not show anything; the screen remains in black. I tried to invert the connections, but does not work too, because the display uses de SH1106 driver
What do you recommend to do ?

Ответить
Roberto Carmona
Roberto Carmona - 19.08.2022 09:38

Hi Mr

Excellent explanation.
I write from Mèxico and I would like to know what sketch changes do I have to do if I use a pressure sensor with a range from 0 to 232 PSI
If you can help me, I would appreciate a lot
Another. Where did you got the SPI display ?
Do you connect the display wit A4 and A5 of the arduino ?

Thanks in advance

Ответить
Edrei Grez Arteaga
Edrei Grez Arteaga - 02.08.2022 07:41

Hello, excellent video, how can I use a 174 psi sensor, I'm only interested in that value,. I speak Spanish, sorry if my translation is not very good, but your video helped me a lot.

Ответить
smallears1234
smallears1234 - 25.07.2022 04:48

Can this type of sensor be used for a submersible to find the current depth? I guess I would have to have this sticking out of the hull somehow.

Ответить
nidhal7184
nidhal7184 - 22.07.2022 19:16

Thank you very much for the vedio, very helpful, please I Need your advice to use such system to measure and control air pressure inside plastic containers, I need the unit to be as a air leak tester, it it possible, for your comments please...Thnx..,

Ответить
thanawat teebauban
thanawat teebauban - 18.06.2022 12:11

Which arduino board are you using and which pin is connected?
Thankyou

Ответить
Soronics Tamás
Soronics Tamás - 20.05.2022 21:43

Hi
I'm using such sensor too.
I'm calculating the pressure:
pressure_temp = mapfloat(adc, 0.0, 4095.0, min_pressure, max_pressure)
pressure = a * pressure_temp + b
This is bad? (min pressure 0, max pressure 100psi)
a = 1,4 b=0,4 about

Ответить
shadowpit19
shadowpit19 - 18.05.2022 06:50

hello, excellent video, how can I use a 200 psi sensor, I'm only interested in that value, thanks friend

Ответить
ANGEL ANTONIO MURILLO AGUIRRE
ANGEL ANTONIO MURILLO AGUIRRE - 24.04.2022 16:19

so nice

Ответить
Joseph Ferris
Joseph Ferris - 17.04.2022 04:28

Great video. I've been working on something similar recently, and I have no idea why I neglected to think of using a low-pass filter to smooth out my sensor data. Had been working between doing both rolling averages and rolling medians and was quite unhappy with both. Now, I am pushing detected pressure changes out to my MQTT server less frequently, as the drift in my voltage is less than 2mV (hence, much more stable pressure readings). Thank you!

Ответить
prince aries
prince aries - 12.04.2022 20:12

Thanks

Ответить
Dr.xxx
Dr.xxx - 23.03.2022 02:01

Cool video

Ответить