-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incomplete configuration for riverrock-dev #23
Comments
Thanks for your feedback, the issue has been fixed. |
Thank you. |
@Tide00 I've just tested the new firmware, but I can't see any change in the behavior.
And this is the data point it has sent: "id": "351358813374789-1659359173",
"latitude": "40.9200000",
"longitude": "14.4200000",
"temperature": 0,
"humidity": 0,
"pressure": 0,
"gas_resistance": 0,
"accelerometer": "[1093,7673,1314]",
"gyroscope": "[-1122,-248,562]",
"light": 3.6,
"timestamp": 1659359173, Notice that it's still sending Light, accelerometer, and gyroscope data even if I've disabled them, and the GPS location is still rounded to the second decimal. Also, the period is still 5 minutes and not 30 seconds as specified in the new configuration |
@simonerom Thanks for your feedback, I've released a version and tested all configuration items. |
I've used the python script to configure the Riverrock-dev firmware so as only to send GPS data, I enabled precise_gps=true, but it doesn't seem to work well:
The problem is that while it's not sending climate data and gas resistance, it's still sending ambient light, accelerometer and gyroscope. Moreover, the GPS location is precisely as inaccurate as with the default firmware.
The location I'm getting is
that is exactly what I was getting before I set the configuration.
Here is the configuration I've sent:
The text was updated successfully, but these errors were encountered: