-
Hi @Gordon,
you are giving me a one of the most beautiful info of this new week.
Updated version to 0.10 now.
I haven't seen new version, sorry.Next sunday I'll enjoy my Bangle again.
Thanks to all for all.
Massimiliano
-
Hi @Robin,
first of all thanks for your reply.
I think there is a misunderstanding, maybe I've messed up my explanation.
I've experienced the following using IDE:
- get code of MorphingClock from my Bangle storage using specific icon (4 disks);
- modified code and tried it with success using RAM upload function;
- overwrite existing mclock.app.js code into Bangle storage using specific icon (chip icon with drop down menu);
After each cycle of changes made as exposed in the pointed list above, looking at 'About' app I've seen my free disk space reduced.
For each cycle, space consumption increased of the amount of bytes occupied by code uploaded; like it was written n times in place of one time in the same position.
Yesterday I've discovered 'require('Storage').compact()' function and I've tried it with success.
Now space consumption value is as expected.No new files were created during changes or coding, neither inside the code nor through upload function. I've made changes and then saved them on the same file (mclock.app.js) n times, nothing more.
After this I think this behaviour is normal, but my question is what about to happen if space consumption reading would reach the maximum.
Thanks for patience.
Massimiliano
- get code of MorphingClock from my Bangle storage using specific icon (4 disks);
-
-
-
Hi all,
I've succeeded to load Espruino IDE locally on Firefox and I'm very very happy.
I'm playing with it every day with some little personal success.Is loading code from BangleApps Loader better than do the same through Espruino IDE?
Loading into IDE text area my app code already deployed on Bangle storage is easy and "Copy to clipboard" button is shown in the interface.
When I try to load into IDE text area app code loaded onto Bangle directly from BangleApps Loader the same button is not shown, but I can see only hex coded string.Code loaded from BangleApps Loader seems compressed and minified, so I think it could be more efficient looking at space consumption.
I've tried to start BangleApps Loader locally in the same way I've done with IDE, but no luck, cause the notification "This Web Browser doesn't support Web Bluetooth. Please click Ok to see instructions for enabling it." always appear.
Is it possible to start BangleApps Loader into Firefox in the same way of IDE?
Thanks all, for great work.
Massimiliano
-
Hi @Gordon, simply I wasn't able to find code before 0.0.5 version commit.
I'm not so expert sorry.I'll look more deeply for change that has broken distance logging.
-
Hi all,
I made the first upload of BangleRun app with versione 0.0.4.
It was displaying all counters and was updating as expected.I've searched for differences between latest version and 0.0.4, but no luck due to history stopped at 0.0.5.
Looking at line 48 into:
https://github.com/espruino/BangleApps/blob/master/apps/banglerun/src/gps.ts
if (!isFinite(dt)) dt=0;
I can't find that function in code and its not imported.
Could be it the cause of strange behaviour?
Please apologize me if I'm saying something stupid.
Thanks for all of your great work.
Massimiliano
-
-
-
Hi all,
I've alteady searched into all the forum threads, but no luck.
My Bangle.js is almost same of stock one received 1 month ago; just Languages and BangleRun installed.
My issue happens allways I connect to a device like PC, phone, GBridge app.Sometimes (not always) with Debug ON appears a RED 'CALLBACK' message on the bottom of the screen.
My firmware is 2v08.
There's something I can check or do?
Screenshot in attachment.
I hope it could help. -
Hi all.
I'm very happy to be a bangle.js owner.
I've searched so long a real free and open smartwatch with no luck.
In the meanwhile I was a not so proud Garmin Vivosport owner.Sorry for the introduction.
Today I've installed for the first time the BangleRun app.
No issues with measurements during run.
All went well and with good measurements.
But whenever the app starts, with debug level on, for less than 1s I can see in the bottom of the screen the following message:"New interpreter error: FIFO_FULL"
Message could also appear stopping/starting/pausing timer pressing BTN3 randomly.
After error screen remains in a strange state with old screen freezed overlapping current screen (with timer running).
Real screen could be seen only after sleep and wake on turning wrist.My firmware version is: 2v08
Thanks for explanation.
It solved my doubt.
Massimiliano