LE Connect - Plotter

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
DBBAdafruit
 
Posts: 19
Joined: Sat Jul 17, 2021 12:12 am

LE Connect - Plotter

Post by DBBAdafruit »

Is there any way of changing the time scale for the x-axis? I'd like it to go much slower - on the order of 1 hour per screen rather than the current 90 seconds or so.

Thanks for any response!

Doug

User avatar
mikeysklar
 
Posts: 13936
Joined: Mon Aug 01, 2016 8:10 pm

Re: LE Connect - Plotter

Post by mikeysklar »

Any difference when changing the value of:

Code: Select all

SEND_SECOND_PLOT= 1
or

using autoscroll in landscape mode to display your graph over time

User avatar
DBBAdafruit
 
Posts: 19
Joined: Sat Jul 17, 2021 12:12 am

Re: LE Connect - Plotter

Post by DBBAdafruit »

mikeysklar wrote:Any difference when changing the value of:

Code: Select all

SEND_SECOND_PLOT= 1
or

using autoscroll in landscape mode to display your graph over time
Yes those ideas change the scale but neither allows me to set the scale nor do they allow such a large scale as I want - hours not seconds

User avatar
mikeysklar
 
Posts: 13936
Joined: Mon Aug 01, 2016 8:10 pm

Re: LE Connect - Plotter

Post by mikeysklar »

Are you using Android or iOS?

https://github.com/adafruit/Bluefruit_L ... Android_V2
https://github.com/adafruit/Bluefruit_LE_Connect_v2

As the time scale option is not presently avaialble in the Bluefruit LE Connect Apps I would suggest opening an issue for the platform you are on using one of the above links. Being able to set sec/min/hour/days seems reasonable enough.

Locked
Please be positive and constructive with your questions and comments.

Return to “Wireless: WiFi and Bluetooth”