Other Parts Discussed in Thread: HDC2010, ENERGIA
Hi team,
I have successfully used the HDC2080 and the HDC1080s to acquire data via Arduino I2C….with the nifty library that comes with it (HDC2010.cpp and .h). Worked great.
However, we are looking to interface to the sensors with an PC based Aardvark Host adapter for I2C that plugs in USB. Unfortunately the nifty library with the HDC2010 code uses the Arduino libraries under the hood and thus can’t use on the PC (that I know of). Plus there was byte swapping on the PC that made the configuration difficult. Now it is possible that I was doing something wrong though.
Do you have any other i2C sensors that automagically read humidity and temp automatically on power up and populate registers at around 1Hz (without having to do any config) that have a simple I2C interface to just read a couple registers?
Thank you.