-
Notifications
You must be signed in to change notification settings - Fork 173
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
Bluetooth nonble #61
base: master
Are you sure you want to change the base?
Bluetooth nonble #61
Conversation
needed for normal bluetooth devices (non BLE) support
- this was tested with hc-05 bluetooth module - add a bluetooth reader thread that is started when a non BLE device is selected; - if device is changed the connection is reset; - if is loosing the connection (wixel is powerdown/out of range) it will retry to connect; In order to work with this the wixel has to send message in "len raw dex_batter wixel_battery" where len is strlen of "raw dex_battery wixel_battery" Left todo's: - do bluetooth discovery and pairing - now is taking only paired devices; - battery consumption test
start bluetooth reader from dex collection service
instead of creating an instance on every connection have one global persistent instace in case the URI is changed or exception on sending data to mongo is generated create a new instace this seems to fix ocational cessation of upload to mongo
…triggered enabling wifi with 3G connected resulted in data not being uploaded to mongo
Thank you for this! I have a non BLE module on its way so I can give this a go!! |
Please note it needs some changes on the wixel too. I've just posted them. |
Have you managed to look into this? On latest sources this will need 2 changes to compile. Let me know if I can help. |
Hey sorry, I am trying to put all my focus on share for the next week or so (and have been for the last few weeks), I hate to leave this hanging for so long but I will get to it! |
…te-ago-delta-reba Minute ago delta rebased
Support for HC05 Bluetooth module (nonBLE)
Fix for random cessation of upload to Mongo DB - issue #46