You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/07 18:58:24 UTC

[GitHub] [incubator-nuttx] Marco-Krahl opened a new pull request #3472: drivers/sensors: Adds support for hyt271 sensore module

Marco-Krahl opened a new pull request #3472:
URL: https://github.com/apache/incubator-nuttx/pull/3472


   ##  Summary
   This adds a sensor driver for the hyt271, hyt221, and hyt939 sensor module from
   vendor iST (Innovative Sensor Technology). This sensor type is connected via i2c
   bus and allows the measurement of relative humidity and temperature.
   
   Each driver instance supports two different character device for each type
   (/dev/sensor/tempX and /dev/sensor/humiX).
   
   This driver also supports changing the i2c address of one connected sensor on
   the bus. This requires a callback to the platform-specific board logic which
   must ensure a power-on reset.
   
   Optional the driver allows setting up a read interval for fetching sensor data.
   This is done by a worker thread and can be useful when watching several sensors
   via poll() by the userspace application.
   
   ## Impact
   Sensor subsystem
   
   ## Testing
   stm32f103-minimum (Bluepill) connected on I2C bus number 2 (PB10 and PB11).
   
   Signed-off-by: Marco Krahl <oc...@gmail.com>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] Marco-Krahl closed pull request #3472: drivers/sensors: Adds support for hyt271 sensore module

Posted by GitBox <gi...@apache.org>.
Marco-Krahl closed pull request #3472:
URL: https://github.com/apache/incubator-nuttx/pull/3472


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org