Replies: 1 comment
-
Sure! There are some examples at https://www.espruino.com/Interfacing#node-js-javascript that should help you? I realise I didn't update the docs (I'll do this now), but Noble has become a bit old and unmaintained. On Windows you'll want to use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote a Bangle2 app which saves some data on the disk. I'd really like to be able to get these data on my pc. I installed the Espruino CLI tools and I can
eval
an expression getting the data viastorage
, but I'd prefer to write a script to do it automaticaly. The readme says that it's possible to use the espruino NPM module in my scripts, but I don't know how. Can you give me any pointers? (I'll be glad to contribute back to documentation.)Beta Was this translation helpful? Give feedback.
All reactions