Skip to content
Snippets Groups Projects
  1. Oct 15, 2018
  2. Oct 12, 2018
  3. Oct 05, 2018
  4. Aug 02, 2018
  5. Jul 05, 2018
  6. Jun 27, 2018
    • Marian Buschsieweke's avatar
      drivers/sht1x: Major refactoring · de9b67bd
      Marian Buschsieweke authored
      - Use RIOT's GPIO interface to access the sensor to increase portability
      - Changed API to allow more than one sensor per board
      - Added `sht1x_params.h` that specifies how the sensors is connected - each
        board can overwrite default settings by #defining SHT1X_PARAM_CLK and
        SHT1X_PARAM_DATA
      - Changed arithmetic to use integer calculations only instead of floating point
        arithmetic
      - Added support for checking the CRC sum
      - Allow optional skipping of the CRC check to speed up measuring
      - Added support for advanced features like reducing the resolution and skipping
        calibration to speed up measuring
      - Allow specifying the supply voltage of sensor which heavily influences the
        temperature result (and use that information to calculate the correct
        temperature)
      - Reset sensor on initialization to bring it in a well known state
      - Support for the obscure heater feature. (Can be useful to check the
        temperature sensor?)
      - Updated old SHT11 shell commands to the new driver interface, thus allowing
        more than one SHT10/11/15 sensor to be used
      - Added new shell command to allow full configuration of all attached SHT1x
        sensors
      - Removed old command for setting the SHT11 temperature offset, as this feature
        is implemented in the new configuration command
      Unverified
      de9b67bd
    • Marian Buschsieweke's avatar
      drivers: Renamed module sht11 to sht1x · d208c224
      Marian Buschsieweke authored
      The sensor family SHT10, SHT11 and SHT15 only differ in their accuracy (as in
      calibration, not as in resolution). Thus, the same driver can be used for all.
      The new driver name better reflects this fact.
      Unverified
      d208c224
  7. Jun 26, 2018
  8. Jun 11, 2018
  9. May 24, 2018
  10. May 13, 2018
  11. Apr 13, 2018
  12. Apr 09, 2018
  13. Apr 06, 2018
  14. Mar 08, 2018
  15. Feb 19, 2018
  16. Jan 18, 2018
  17. Jan 17, 2018
  18. Dec 14, 2017
  19. Dec 01, 2017
  20. Nov 22, 2017
  21. Nov 17, 2017
  22. Nov 09, 2017
  23. Nov 08, 2017
  24. Nov 07, 2017
  25. Oct 10, 2017
  26. Aug 30, 2017
  27. Jun 29, 2017
  28. Jun 26, 2017
  29. Jun 19, 2017
  30. Jun 14, 2017
  31. Jun 02, 2017
  32. Jun 01, 2017
  33. Apr 13, 2017
Loading