a-smiggle / ruuvitag_fw_zephyr

Ruuvitag FW using Zephyr OS
MIT License
10 stars 5 forks source link

NFC data enhancements #7

Closed theBASTI0N closed 3 years ago

theBASTI0N commented 3 years ago

Look into if sensor data could be added into NFC data. For example records would be added for each temp, humidity, acc events. This data should be updated periodically, say every 1 minute.

ojousima commented 3 years ago

Latest 3.x Ruuvi FW built on top of of Nordic SDK places the data as a RAWv2 binary in UTF-8 text field.

theBASTI0N commented 3 years ago

Awesome thanks for that I will have a look at that and see if I can get it working.

theBASTI0N commented 3 years ago

RAWv2 data is now included in NFC data and is updated every minute in:

@https://github.com/theBASTI0N/ruuvitag_fw_zephyr/releases/tag/v1.1.0