You are reading a single comment by @DrAzzy and its replies. Click here to read the full conversation.
  • Yup, that sensor will work with Espruino.

    I don't see a description of the I2C interface in the datasheet that I was able to find - you will need to write the module for it. Luckily writing modules for Espruino is a lot less painful than writing libraries for Arduino (just recently have been doing some deeper things with Arduino that make me appreciate Espruino more). I could comment on how bad the module will be to write if you could point me to the datasheet that explains how to talk to it over I2C.

    What do you mean by averaging/calculation libraries?

    We've got a module for one of the Maxim thermocouple controllers, and the ever-popular BMP180 (temp + pressure) and a couple of temp+humidity sensors - you can take a look on the modules page. The original Espruino Board has a builtin uSD card slot. The Pico can take an external SD reader module (of the kind available for a like $2 or less on ebay). So other than needing to write a module for the sensor, you're good to go on the sensors.

    That's a neat sensor - how much do they cost?

About

Avatar for DrAzzy @DrAzzy started