Otso Jousimaa
Otso Jousimaa
Related, #342
What would be the fix here? We can change the parameters of connection, but we cannot have one set of parameters that will be the best option in every case.
As a background, we intended to use HTML5 location API to configure the location of Gateway, but it was not possible over hotspot since the page could not provide a...
This is somewhat hard to replicate, but you can try it: Connect and disconnect the NFC field slowly or at angles. Red led will remain lit once tag hangs.
For now this is worked around by rebooting tag after NFC reads, we'll continue to search for the root cause.
Labeling this issue as a wont fix but leaving open as a note for anyone viewing issues.
This requires parsing sensor data from transmissions and probably pretty big UI changes. Marking as 2.0 feature and wontfix for now.
>Idea: algorithm that estimates final value > > We know RuuviTag mass and response time, value changing with certain velocity, gateway would understand this and send second value that would...
Here is my approach with SPI on nRF52/LIS2DH12: 1) Define a structure for sensor in application, structure includes stmdev_ctx_t: https://github.com/ruuvi/ruuvi.drivers.c/blob/master/src/interfaces/acceleration/ruuvi_interface_lis2dh12.h#L157 2) Initialise function pointers in sensor initialisation: https://github.com/ruuvi/ruuvi.drivers.c/blob/2555fc5c9725747084b1ab7c52b29e4a4b9dedab/src/interfaces/acceleration/ruuvi_interface_lis2dh12.c#L156 3) Implement...
Thank you for the report. We used to have problems with NFC, the problem was supposedly fixed in v3.29.0 / https://github.com/ruuvi/ruuvi.drivers.c/commit/95d621648eaa9864da3a9f773b5b3abfaa0d9018 by updating the NFC driver to use latest binary...