Тёмный
No video :(

Homemade arduino controller for pirani vacuum gauge 

Advanced Tinkering
Подписаться 131 тыс.
Просмотров 7 тыс.
50% 1

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 35   
@frenchcreekvalley
@frenchcreekvalley 24 дня назад
Vert Good! So much easier (and cheaper) than when I was in the high vacuum business back in the 1960's. I think we had as many as 3 instruments to cover down to 10-5 microns and we couldn't even power up the finest one in a coarse vacuum without destroying it.
@pedrohenriclima
@pedrohenriclima 2 года назад
Thank you for the very well explained video, i was looking for exactly such solution for my leybold pirani gauge!
@electricalychalanged4911
@electricalychalanged4911 Год назад
Nice project. I have done similar stuff fo straingauges. Two comments. First the ads 1115 only gives you 15 bits the way you use it. If you want the 16bits you need to level shift so that half if the neasuring range sits at about 2.5V than you can use differential reding witch gives you the 16bit. This has another advantage, that in differntial mode the ads1115 uses a commenmode filter for the measurements so all the commen noise is filtered out. Second you are using the adafruit library and a single read. The ads1115 can work at different sample rangel. In my experience it makes a great difference what sample range you use because it decreases the noise a lot. So use the lowest samplerate 1/s for best resolution. Use averaging in the arduino code. In you code I have not see wicht samplerate the library uses so you might loss up to two bits of resolution there
@en2oh
@en2oh Год назад
BRILLIANT! Thank you for sharing this with us!
@diegoalexandreduarte
@diegoalexandreduarte 2 года назад
Nice work, congratulations. I have a question: did you use only pins 2, 3, 4 and 5?
@AdvancedTinkering
@AdvancedTinkering 2 года назад
Thank you! Yes, I only used these pins. But depending on the sensor they could be different.
@diegoalexandreduarte
@diegoalexandreduarte 2 года назад
Thank you so much. I have a Pfeiffer pirani gauge (TPR 270) with the same pins design. My measurement unit is not working and your video saved our experiments.
@vijaysharma135
@vijaysharma135 2 года назад
Good work, But just want to know how to display very low vacuum say 1E-5 mbar in this exponent form on the display.
@MrFranz155
@MrFranz155 Год назад
I would love to know it too...
10 месяцев назад
First off, great project. Subsequently, I would have a question about pin 1 (identification), what is this pin for? And also if I look right, pins 5 and 6 are connected and form ground? thank you for answer
@reedpetersen
@reedpetersen 2 года назад
Just subscribed. Great video! One question I had is in your voltage divider, how do you compensate for the resistance of the voltage measurement ADC itself? Or did you just estimate it at infinity?
@AdvancedTinkering
@AdvancedTinkering 2 года назад
Thank you! Appreciate it! Yes, I just estimated it at infinity. I know that's not the right way to do, and I am thinking about calibrating it. But since the pressure readings are reasonable, I will leave it as is for now.
@electricalychalanged4911
@electricalychalanged4911 Год назад
As far as I know a calibration of the adc resistance is not necessary in this case as the viltage is provided by an instrumentation amplifier inside if the sensor. That will keep the voltage konstant as long as it can provide enough current. So the 500k input impedance of the ads1115 is good enough. If you would measyure the h bridge of the sensor directly that would be a different matter
@MadScientist267
@MadScientist267 Год назад
Great project but your divider should have the same substrate... In other words not two separate resistors, but two resistors within the same package (such as SIP or DIP resistor packs).
@AdvancedTinkering
@AdvancedTinkering Год назад
Thank you for the advice! I guess the reason for using one package is to mitigate the effect of temperature fluctuations?
@MadScientist267
@MadScientist267 Год назад
@@AdvancedTinkering Indeed
@hellerx33
@hellerx33 2 года назад
Hi. Nice work Will it work with every penning gauge? Waiting for circuit and code. Thanks 😊
@AdvancedTinkering
@AdvancedTinkering 2 года назад
Thank you! You can find the code right here: github.com/AdvancedTinkering/Pirani-vacuum-gauge-.git Sorry for the late reply :)
@dn1927-b7c
@dn1927-b7c 7 месяцев назад
How's that Busch filter works for you? Do you have a video where it's mentioned?
@davidbalfour3390
@davidbalfour3390 2 года назад
What do you need it for? I used a bmp280 for pressure measurement. I think I got it reading down to 40pa which is lower than it's rated. But it was better than my analogue gauge. I have nothing to compare accuracy with but it was repeatable. The bmp180 would only read down to about 28000pa. Which reminds me I need to fix my vacuum pump motor.
@Sathish_vizag
@Sathish_vizag Год назад
What is minimum and maximum measures
@vikramsinghrathore6693
@vikramsinghrathore6693 2 года назад
Nicely explained and well made. Where can I get Pfeiffer PCR 260, can I have the link please?
@AdvancedTinkering
@AdvancedTinkering 2 года назад
Thank you! I got it from ebay. You can find them there from time to time.
@vikramsinghrathore6693
@vikramsinghrathore6693 2 года назад
@@AdvancedTinkering what is the approximate price of the above and for how much $ did you spend?
@AdvancedTinkering
@AdvancedTinkering 2 года назад
@@vikramsinghrathore6693 If remember correctly, the PCR260 was 140 €. The rest of the parts was approximately 70 €.
@vikramsinghrathore6693
@vikramsinghrathore6693 2 года назад
@@AdvancedTinkering thanks a lot
@UnkleEarth
@UnkleEarth 10 месяцев назад
Is there any chance you could help me with a project just like this? My pins are a bit different but almost the same, but my pins are 1 - Transmit RS , 2 Recieve RS, 3 - Power + , 4 Power Return - . I love your setup and would like to duplicate for use in a Neon Studio where I will be getting down to 1 Micron. I would love to work with you on this if possible, and I can compensate you for your time.
@AdvancedTinkering
@AdvancedTinkering 10 месяцев назад
What model of gauge do you use? In most data sheets you can find the pinout. If you wait a few weeks there will be a new video about an updated version of this controller with the schematics for the pcb and new software.
@rdalemd76
@rdalemd76 9 месяцев назад
Nice Project, Can this be setup to read Microns?
@UnkleEarth
@UnkleEarth 6 месяцев назад
Thank you, I didn't see this message@@AdvancedTinkering, I have a MKS901P gauge. I will be looking forward to the newest video as I will be doing this project soon. Thank you!
@AdnanAli-cw1hv
@AdnanAli-cw1hv 2 года назад
please share the circuit diagram. thanks
@germanmuller3111
@germanmuller3111 2 года назад
Amazing! Where I can download the circuit? Thanks
@germanmuller3111
@germanmuller3111 2 года назад
And the arduino code!
@AdvancedTinkering
@AdvancedTinkering 2 года назад
Thank you! I did not create a circuit diagram. It is a standard circuit for the ADS1115 and I just used a voltage divider to reduce the voltage. Depending on the sensor you may not even need a divider. I will upload the code to my github soon and post the link in the description.
@AdvancedTinkering
@AdvancedTinkering 2 года назад
@@germanmuller3111 Here you can find the code: github.com/AdvancedTinkering/Pirani-vacuum-gauge-.git
Далее
SAVING 2500 $ - DIY Arduino Vacuum Gauge Controller
29:11
НЕДОВОЛЬНА УСЛУГОЙ #shorts
00:27
Просмотров 18 тыс.
Cristiano Ronaldo Surpassed Me! #shorts
00:17
Просмотров 8 млн
Vacuum Measurement Equipment: Pirani Technology
2:51
Просмотров 2,3 тыс.
Arduino Gauge System | Prototype Update 2
19:22
Просмотров 15 тыс.
My New Vacuum Chamber: First Projects
12:00
Просмотров 9 тыс.
How to build a Pirani vacuum gauge
8:14
Просмотров 2 тыс.
Vacuum Sensors Are My Nemesis
12:45
Просмотров 19 тыс.
High-Vacuum Basics and Evacuating Electron Tubes
27:41
НЕДОВОЛЬНА УСЛУГОЙ #shorts
00:27
Просмотров 18 тыс.