Skip to content

Releases: airalab/sensors-connectivity

Sensors Connectivity v1.6.3

13 Sep 12:56
682d98d
Compare
Choose a tag to compare

What's Changed

  • fix datalog feeder to work with higher frequency
  • add noise sensor to tests
  • add model field to the env box to support mobile option

Sensors Connectivity v1.6.0

18 Sep 11:15
e2f7fc2
Compare
Choose a tag to compare
  • new structure for sensors
  • add LoRa sensors support
  • add uploading to the Crust network

Sensors Connectivity v1.2.0

16 Jun 12:20
12e0230
Compare
Choose a tag to compare

Changes

  • add prometheus for connectivity monitoring
  • new data structure for measurements

Sensors Connectivity v0.9

02 Feb 07:32
0332f48
Compare
Choose a tag to compare

Robonomics Winter School 2022 Release

Changes

  • Trackagro service has been added
  • stable version of nixpkg

Sensors Connectivity v0.8

07 Dec 12:41
ba2edb5
Compare
Choose a tag to compare

Firmware Changes

Improve server selection by the firmware

Sensors Connectivity v0.7

15 Oct 11:20
620be52
Compare
Choose a tag to compare

Changes

  • Substrate Interface is now used to communicate with Robonomics
  • Wind speed sensors support is added
  • Add virtual sensor
  • Add multithreading for feeders & stations
  • Add database to store the history
  • Add Frontier datatlog feeder

Firmware Changes

The firmware now automatically chooses a server to work with. It's a step to decentralization of the sensors network

Sensors Connectivity v0.6

18 Feb 15:23
Compare
Choose a tag to compare

All the documentation is located at Robonomics Wiki

Look at the map

Changes

  • Add MQTTStation
  • Autoupdate firmware

Flasher

Find ready to use binaries here

Sensors Connectivity v0.5

07 Dec 13:02
d98bdce
Compare
Choose a tag to compare

All the documentation is located at Robonomics Wiki

Look at the map

Supported Sensors

  • Particulate Matter (SDS011)
  • Temperature and Humidity (BME280 and HTU21D)
  • GPS

Changes

  • Remove TCPStation. Now HTTPStation is the default way to connect over internet
  • Remove our own firmware and fully migrate to fork of opendata-stuttgart

Sensors Connectivity v0.4

27 Oct 13:31
9a58032
Compare
Choose a tag to compare
Pre-release

Migrate to airrohr-firmware

This release comes with the support of airrohr-firmware from opendata-stuttgart and includes the firmware flasher for convenience. Yet it allows data transmission to IPFS that is visible by https://sensors.robonomics.network/#/

Firmware

The present firmware is forked from the main repository and Robonomics endpoint is added. Also we added fields to specify static GPS coordinates

Sensors Connectivity v0.3

23 Jun 17:48
Compare
Choose a tag to compare

Added

  • Firmware Uploader. There is a flash_firmware.py script along side each firmware
  • Ping firmware (introduced model 0)
  • Mobile GPS Firmware (introduced model 3)

Improved

  • TCP Station migrated to high-level asyncio API