Skip to content

Releases: insighio/microSDI12

v0.6.1

21 Oct 08:39
dc8d545
Compare
Choose a tag to compare

New Features

  • support force_wait_period in get_measurements

Enhancements

  • minor visual changes in README file

v0.6.0

16 Oct 12:15
7960388
Compare
Choose a tag to compare

Enhancements

  • updated get_sensor_info function to extract info based on SDI12 specs
    • important change: model which is the second returned value in the tuple now holds only the actual 6 characters that describe the model
  • added function get_sensor_info that provides the complete response of aI! command splitted based on SDI12 specs

v0.5.0

12 Sep 04:28
8ff8f28
Compare
Choose a tag to compare

New feature

  • Support digit count parameter for start measurement command

v0.4.1

11 Feb 15:22
Compare
Choose a tag to compare

New Feature:

  • Expose internal _send function + document it in README
  • Enhance _send function to make timeout and termination condition configurable (important when waiting for specific sensor service request)

v0.4

08 Feb 11:17
Compare
Choose a tag to compare

New Features:

  • ESP32 support. Made changes due to the different initialization parameter names of the UART and the different usage of Pin contol while using UART.
  • added funtion 'set_wait_after_uart_write' to be able to enable/disable the sleep command after a UART write.
    • For micropython implementations that uart.write calls uart_wait_tx_done, this sleep can be deactivated
  • added function 'set_timing_params' to be able to set wait duration for each character (default: 8333us). Mainly affects the timing of direction change for RS485

Bug fix:

  • in 'get_measurement' proerly read the seconds to wait for the measurement to be ready.
  • add safetly guard when requesting for additional sensor data in case the sensor mulfunctions to avoid infinite while loop.

v0.3

14 Feb 09:01
85de106
Compare
Choose a tag to compare

New feature:

  • Support configurable query name in get_measurement function.

v0.2

10 Feb 18:23
Compare
Choose a tag to compare

New feature:

  • Support reading all available values provided by aM! request through sequentia calls to aDx!

Bug fix:

  • fixed wrong usage of variable that caused runtime error

v0.1

09 Feb 12:45
Compare
Choose a tag to compare

First release of initial code.