sparkfun / SparkFun_DataLogger

Documentation and firmware for the SparkFun DataLogger IoT line of products.
https://docs.sparkfun.com/SparkFun_DataLogger/
18 stars 4 forks source link

Cannot change Logging Timer Interval #33

Open datenen opened 1 month ago

datenen commented 1 month ago

To adjust the frequency of logging events you are supposed to go into menu item 7, option 1, but there does not seem to be the ability to edit the default value of 15000. If you try to type in another number it is either multiplied by the 15000 (type in 100 and get 1500000) or appended to the 15000 (type in .066 and you get 15000066). I have tried everything I can think of to get the timer interval to 1000 (once persecond) with no success, sure would appreciate getting this fixed for my application! Thanks! See attachment: the [D comes from trying to input a backspace from the keyboard to change the default value. Sparkfun logger

gigapod commented 1 month ago

You need a serial terminal client that can support interactive edits - most if not all modern solutions do though. What serial terminal client are you using and what platform are you on?

We've tested using Terra Term on Windows, on Linux/Unix/MacOS the old command line program 'minicom' and 'screen' work well.

datenen commented 1 month ago

Thanks Kirk! I had used Coolterm on both platforms (PC/Mac) with no luck. Per your email downloaded TeraTerm 4.107 for Windows, and it appears to have let me change the setting.

Appreciate it! you might want to reflect this in your online doc for the Datalogger iot.

Best,

David

On May 23, 2024, at 9:01 AM, Kirk D. Benell @.***> wrote:

You need a serial terminal client that can support interactive edits - most if not all modern solutions do though. What serial terminal client are you using and what platform are you on?

We've tested using Terra on Windows, on Linux/Unix/MacOS the old command line program 'minicom' and 'screen' work well.

— Reply to this email directly, view it on GitHub https://github.com/sparkfun/SparkFun_DataLogger/issues/33#issuecomment-2127049239, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZLPUUPCFBO4TX2U5AWTALZDXSBDAVCNFSM6AAAAABIEX57P2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRXGA2DSMRTHE. You are receiving this because you authored the thread.

gigapod commented 1 month ago

Great to hear - yes, I'll see that we add a note in our documentation about the need for a serial termal client that supports edit characters.

datenen commented 1 month ago

Cool! FYI I confirmed minicom works fine on the Mac as well. Not for nothing, but if I had read "look for a serial terminal client that supports edit characters" I would have no idea what to try. You suggesting specific packages like Tera Term or minicom did the trick for me!

Thanks again!!

David

On May 23, 2024, at 11:24 AM, Kirk D. Benell @.***> wrote:

Great to hear - yes, I'll see that we add a note in our documentation about the need for a serial termal client that supports edit characters.

— Reply to this email directly, view it on GitHub https://github.com/sparkfun/SparkFun_DataLogger/issues/33#issuecomment-2127418056, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZLPUQZDXNRUOPDH5AFHPLZDYC4TAVCNFSM6AAAAABIEX57P2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRXGQYTQMBVGY. You are receiving this because you authored the thread.

gigapod commented 1 month ago

@bboyho - can you add a bit in our docs for the DataLogger IoT about needed a serial client that supports edit characters (see above). I know Terra Term, minicom and screen work.