Skip to content

ble_bluefruit_connect_plotter.py should have delay in sending loop #57

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

Closed
dglaude opened this issue Jan 15, 2020 · 0 comments
Closed

ble_bluefruit_connect_plotter.py should have delay in sending loop #57

dglaude opened this issue Jan 15, 2020 · 0 comments

Comments

@dglaude
Copy link
Contributor

dglaude commented Jan 15, 2020

In the "ble_bluefruit_connect_plotter.py" example, the code is sending sensor data as fast as possible both on the "console" and the BLE UART.

Reading information about Bluefruit LE connect application and the plotter function, I find recommendation of not sending too much/fast data: https://learn.adafruit.com/bluefruit-le-connect/plotter

It might also be wrong to send so much on the "console" and my Mu editor was a bit unresponsive when running that example.

I believe there should be a delay in that loop.

PS: This should be another issue... but to be compatible with Mu editor plotter function, it would be interesting to print a tuple on the console "(x, y)" rather than "x y".

dglaude added a commit to dglaude/Adafruit_CircuitPython_BLE that referenced this issue Jan 15, 2020
@ladyada ladyada closed this as completed Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants