• I think you should update the firmware, altho it says FIRMWARE: Current 2v04.218, Available 2v04.218, but I think it's lying :)
    If you go to https://www.espruino.com/json/ the "Last modified" of the BANGLE.JS file is 11.07. But the latest commit and Travis build is 2v04.84 (look for the build number on the bottom of the build log. Built on 12.17.
    What git commit process.env says? Should be 65efbe2.

  • Sat 2019.12.28

    Thank you for the reply @AkosLukacs and I had considered that.

    But isn't 2v04.218 current release and 2v04.84 the cutting edge build?

    What got me thinking against the firmware update was the fact these were the Beta prototype left overs from the NodeConf EU held in November, links in post #4 and the tutorials there are extensive. So, it seems likely that version of Espruino Bangle most likely could do all the tasks in the tutorials. I would think that accessing the settings menu was a basic task needed in order to select which app to launch, and to turn the darn thing off. Holding off for now. (and don't have immediate access to a smart phone to perform that task) My 0.02 worth.



    Inconsistencies, I agree. With the device now fully charged:

    >process.env
    ={
      VERSION: "2v04.218",
      GIT_COMMIT: "5439331a",
      BOARD: "BANGLEJS",
      FLASH: 524288, RAM: 65536,
      SERIAL: "330b0ad8-0c11713d",
      CONSOLE: "Bluetooth",
      MODULES: "Flash,Storage,hea" ... "ow,graphical_menu",
      EXPTR: 536883676 }
    > 
    



    EDIT:
    I just noticed in the Charging thread your statement 'Mine charges at a fairly constant ~230mA. What do you see?'

    Do you have one of the Beta Bangles also? If so, once the watch turns on, and a clock face renders, what sequence then brings up the settings menu?

  • Hi, afaik, there is no "release" for the bangle, it's still beta :) There are several fixes in the current cutting edge build compared to the Nodeconf firmware (about month time difference). Also the apps themselves were updated since Nodeconf. For example Apps versioning wasn't in that version. But done entirely in the "apps". No firmware changes, just JS changes.

    The bootloader
    and settings are "apps" themselves, if you clean all JS code, the remaining functionality is like an MDBT42 breakout board: It can do lots of things, if you write your own code :)

    Middle button -> app list, and go to the "Settings" app to bring up the settings. If the bootloader and settings are installed!

About

Avatar for Robin @Robin started