Most recent activity
-
-
Since i've updated to Firmware v21 my Bluetooth-Connection started dropping 30 times a day and now it cannot connect at all. I cannot see it neither in bt-settings of my phone (android), nor in gadgetbridge (pairing), not in nrf-toolbox (and its dfu-part) and even not on my laptop pc (bangle-app-loader and online-ide). Already tried a clean boot and a factory reset without any success.
Do I have more options apart from ordering a new one? Is there a possiblity to diagnose it further via the rx/tx over the charging-cable (don't know if they still work because one has almost disappeared due to corrosion)?
-
-
My wife would like to have a smartwatch with a strap in rosé (pink) gold steel mesh (something like https://www.apfelkiste.ch/smart-watch-fitness-tracker-display-ecg-herzfrequenzmessung-frauen-milanaise-armband-rosegold.html)
of course with all the features and extensiblity of the bangle2 :-). A strap compatible with the bangle2 can be found but doesn't blend in well with the silicone/plastic look of the watch-case (even the pink version).Thought about how to blend in the watch to the metallic look and thought about the following possiblities:
- Spray-painting the watch with a metallic color (how well does it stick?)
- ordering a custom milled casing with the right colored metal (has anyone a 3d-model of the current case?)
Does anyone has some experience with such a plan? Other ideas are welcome (except buy her an apple-watch).
- Spray-painting the watch with a metallic color (how well does it stick?)
-
For those who asked for example code, I pulled it out of the gadgetbridge Java-Code:
// to create an intent for other android-apps to react to:
Bluetooth.println(JSON.stringify({t:"intent",action:"com.sonyericsson.alarm.ALARM_ALERT",extra:{key1:"asdfas"}}));// to make a http-call:
Bluetooth.println(JSON.stringify({t:"http", url:"https://192.168.1.14/bangletest",xpath:"/html/body/p/div[3]/a"})); -
If someone's interested: just written a draft for direct mqtt-support in gadgetbridge. This way no other app would be required and no detour via intents would be necessary. This is not tested, runnable and even eventually not compileable. First have to setup a project in an Java-IDE to compile and test it.
https://github.com/gfwilliams/Gadgetbridge/compare/master...cephos:master
For the devs among you, what do you think of the concept?
Seems I sadly have the same problem (only connects when squeezing it together on the upper right corner) with my Kickstarter bangle2. I'll try to open it and see what I can do. Is there some documentation how to open it without breaking something?