insightx / SSC

Honeywell SSC and HSC pressure sensors with digital output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Honeywell Pressure Sensors

This Arduino library handles the SSC and HSC range of air pressure sensors from Honeywell with digital output only.

Product codes for supported parts will have S or 2–7 in the third-last position, e.g.: HSCDANN005PGSA5 is a 5V DIP part, single axial barbed port, 0–5PSI gauge pressure for dry gasses only, with SPI output.

The code is originally by Tomas Van Verrewegen tomasvanverrewegen@telenet.be https://code.google.com/p/arduino-ssc/

SPI functionality added by Alex Satrapa grail@goldweb.com.au.

Sensors

Paraphrased from the brochure:

"The Honeywell TruStability® High Accuracy Silicon Ceramic (HSC) and Standard Accuracy Silicon Ceramic (SSC) air pressure sensors are piezoresistive silicon pressure sensors offering a digital output for reading pressure over the specified full scale pressure span and temperature range."

The SPI functionality in this code uses HSCDANN005PGSA5 as the normative reference, with Honeywell technical note SPI Communication with Honeywell Digital Output Pressure Sensors as the technical reference.

Usage

I plan to add usage examples to the wiki by the end of April 2017. Please contact me at grail@goldweb.com.au if you need assistance in using this library: your request for help helps motivate me to maintain the library!

About

Honeywell SSC and HSC pressure sensors with digital output.


Languages

Language:C++ 100.0%