I wanted to get a quick writeup out there so at least the community has something to work off of while I still put together case and circuit designs. Using a list of basic off the shelf components:
- AC-DC converter (or whatever gets you a steady 12v dc power source wherever you may be located) (~10$)
- Adafruit feather huzzah esp8266 (~$15)
- LM2596 dc-dc buck converter (~2$)
- RS232 to TTL converter, MAX3232 (~5$)
- LCM1602 LCD I2C (~$18)
- Adafruit MAX31865 PT100 Amplifier (~12$)
- PT100 Temperature sensor (~15$)
- MKS 901p Vacuum transducer (~25-50$ used)
- DB15 Female adapter w/terminals (~$10)
You too can put together a monitor that can:
- Measure temperature from -50C to 250C
- Measure vacuum/pressure from 1x10^-5 to 1500 torr
- Easy to read lcd display
- Easy and cheap to build/maintain; expandable in the future
Using the source code here and uploading via an arduino platform:
vac_temp_monitor.ino.txt (2.9 KB)
You should end up with a working setup like this:
I will follow up with wiring/circuit designs and case designs as soon as I can; busy time at work. Enjoy!