-
Since the Bangle now got dated Events I was wondering how do you add them? Obviously you can use the alarm app to do that, but it can take quite a lot of time if you need to add lots of events.
Do you use Gadgetbridge or similar to add events?
As an alternative I was thinking about adding an interface.html to alarm (or scheduler) that can upload *.ics files and convert them to scheduler events. What do you think?
-
@malaire
Did you see the idea in https://forum.espruino.com/conversations/381378/?offset=25#16839063
What do you think?On the technical side we could maybe overwrite setTime() to get a callback when the clock is set.
-
-
ok, I think we should concentrate on the swipe switch layout thing first to get your code on github as soon as possible. It is better readable there.
These are the first steps I recommend:
- Read http://www.espruino.com/Bangle.js+App+Loader on how to fork and locally checkout the Bangle Repository.
- Place your code in a file inside apps/run/ in a file named for example karvonnen.js and upload it to github.
Once this is done we can add http://www.espruino.com/Reference#l_Bangle_swipe to listen to swipes to switch layout.
- Read http://www.espruino.com/Bangle.js+App+Loader on how to fork and locally checkout the Bangle Repository.
-
There is some extra stuff to consider, e.g. if I create an alarm in noteify I expect it to shop up in alarm.
Maybe noteify just does not set the origin field and alarm shows all alarms with origin = alarm and origin = undefined.
Edit: As OP has mentioned the appid-field: "optional app ID for alarms that you set/use for your app". Sounds good to me.
-
-
-
Has anyone thought about an extra slim battery pack that can be attached under a Bangle.js 2 and connects to its charge pins? Usage would be some extra battery life, e.g. with GPS enabled.
This brings me to a question: The nominal voltage is obviously 5V, but what is the permitted input voltage range?
-
-
Well, this could also be done over BLE
I prefer wires
or bring some of the other watches people have been flashing 'into the fold' and make them official.
Sounds cool, but also like a maintaining problem nightmare. I always test GUI-changes on BangleJS1 and 2. Now imaging you have to test for multiple watches. Or we get a good test/emulator infrastructure..
and I have a bunch of companies starting to use it so I don't want to suddenly change things under their feet.
Interesting, I wonder what the companies use the BangleJS for, do you have any specific information? And are you allowed to say something?
-
With inspiration from https://github.com/joeycastillo/Sensor-Watch: Route i2c to the additional pins of the watch so we can attach external sensors.
-
-
There is also https://banglejs.com/apps/?id=gallery
-
-
Did you consider using this relay? https://forum.espruino.com/conversations/381841/
-
-
-
-
-
http://www.espruino.com/Bangle.js2#power-consumption says that power consumption of HRM is +0.7mA. Health does turn in on for 3 minutes, it is probably even less since the LED is not constantly on. I would say its not a big deal.
-
-
-
Could be related to fast loading: http://www.espruino.com/Bangle.js+Fast+Load
Well... hacked a prototype with https://github.com/kewisch/ical.js