Skip to content

Releases: fphammerle/wireless-sensor

timeout

22 Apr 16:14
v0.4.0
b3dcf24
Compare
Choose a tag to compare

Changed

  • FT017TH.receive: use edge detection on CC1101's GDO0 pin to detect arrival of packages
    (instead of polling)
  • command wireless-sensor-receive: added parameter --gdo0-gpio-line-name (default: GPIO24)
  • FT017TH.receive: yield None on error or timeout to allow caller to perform periodic tasks
    (instead of blocking thread until valid packet arrives)

flock

11 Dec 11:13
v0.3.0
bdf2d64
Compare
Choose a tag to compare

Changed

  • acquire flock on SPI device file
  • attribute FT017TH.transceiver is now private

Added

  • added option FT017TH(unlock_spi_device=True) / --unlock-spi-device
    to release the flock from the SPI device file after configuring the transceiver

Fixed

  • reconfigure receiver after receiving a packet with unexpected length
    (receiver possibly accessed by other process)

measurement type

07 Dec 17:55
v0.2.0
68ce2d9
Compare
Choose a tag to compare

Added

  • Measurement type is now public

python3.5 compatibility

07 Dec 12:44
v0.1.1
b555a32
Compare
Choose a tag to compare

Fixed

  • ValueError: astimezone() cannot be applied to a naive datetime on python3.5

first release

07 Dec 11:32
v0.1.0
0f1f742
Compare
Choose a tag to compare

Added

  • method wireless_sensor.FT017TH.receive continuously yielding
    temperature & humidity measurements received from FT017TH sensor
  • script wireless-sensor-receive