You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
Everything works great except number of devices to proceed.
I have 9 mi flora sensors, first 7 are handled ok and then no data is received from any left (and rotated), sometimes sketch hangs until emergency hibernate, than after wakeup - works fine again but again with only 7 sensors...
The text was updated successfully, but these errors were encountered:
The problem is solved!
to get a solution you have to move floraClient definition out of getFloraClient by making it global (move "BLEClient* floraClient" to the top section of the sketch) and move "floraClient = BLEDevice::createClient();" just after BLEDevice::setPower in setup() section...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Everything works great except number of devices to proceed.
I have 9 mi flora sensors, first 7 are handled ok and then no data is received from any left (and rotated), sometimes sketch hangs until emergency hibernate, than after wakeup - works fine again but again with only 7 sensors...
The text was updated successfully, but these errors were encountered: