Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Cannot handle more than 7 devices #38

Open
iks73 opened this issue Oct 30, 2020 · 1 comment
Open

Cannot handle more than 7 devices #38

iks73 opened this issue Oct 30, 2020 · 1 comment

Comments

@iks73
Copy link

iks73 commented Oct 30, 2020

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...

@iks73
Copy link
Author

iks73 commented Oct 30, 2020

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant