-
I look forward to downloading this app @BenJabituya
-
-
Hi
I was thinking if bangle knows the GPS and the current time (as part of that) could it not work out if time till sunset etc?
I was thinking of just adding this as information to a watch face I wanted to make but I think it could also be useful in automating some things with the brightness of some apps etc, I.e. higher after dark etc, or even change the colours as it gets "darker". -
-
-
-
-
-
-
-
Hi
Just getting started on a new app and I wanted to try things out on the emulator before I do anything with the watch, this is the way I have played with a lot of other peoples code on here and I really like that I can do that with this IDE.
That said I have a part of my current project that asks the bangle if it is charging (just simple Bangle.isCharging() ) and that course the emulator to fail.
As this is not an important value for the app I am doing, I was wondering if there was a way to set values for things like this when in the emulator?
I mean is there a way to check if the code is being run in an emulator and as such be able to suply value to get it to run? -
-
Hi
I made that attached bangle Dock after seeing @Gordon awesome wood one so I just want to show that off to start :-PDue to lock down my bangle spends most of its time in this dock so I want to make a more elaborate app to go with it rather than the current Dock app, which is fine but I feel is meant for when you have things to monter.
Current list of possible features.
1) start the app when places in charger dock (should be easy with the current Dock code)
2) simple clock (like the one currently done in Dock app, but bigger)
3) Move widgets to the left-hand side of the screen (now top in the dock). - I am not sure how to do this one? Is there a universal value for the widget bar that can be changed by other apps?
4) have notifications pop up on this repositioned widget bar
5) Power saving -I know it will be on change anyway but was thinking of having a setting for times when the led brightness is lowered to 0.2, i.e. during the middle of the nightThe point is to make the bangle into more of a smart bedside clock when it is the dock.
I have let to start working with bangle code so I wanted to check if I was attempting a bit more then was currently posable with the widgets etc?
Either way, something to do during lockdown so happy new year everyone. -
@dapgo Thanks!
I looked in the Bluetooth and found the bangle was paired all along (just hidden).
So stop that and it paired fine after a long wait :-) Thank you agin -
-
Hi @Gordon
Thanks for the reply. I did try that :-/ The bangle connects fine to the app loader etc so I have a feeling that it is an issue with Gadgetbridge, might just keep playing around with it and see if it starts working.
Thanks. -
Hi
As I said I did a lot of updates to the app on the bangle today (thou I have bee running it on firmware 2V08 for some time now) and at the same time did the update from f-droid for the Gadgetbridge app on my phone.
When I went to start up Gadgetbridge I could not see my bangle any more and when I try to add the bangle the Gadgetbridge just scans forever and will not find it :-/
Any help would awasome as I wanted to show it off to family at x-mass lol -
Oww are you talking about wrapping the antenna around the black bit of plastic sitting between the glass and the LCD? That could look really cool and likely get a good signal.
I have a feeling this project will just need a bit of trile and error to find what works best. that said they are cheap so good project to solve in that way :-)
Let you guests know how it goes -
-
So I have seen that there is no NFC in the Bangle,js itself and nothing on the software side that would make adding one easy.
That said I wondered if anyone had tried adding just a (non-powered) NFC chip to the inside/outside of the bangle (or even as part of the strap)?
I was thinking something simpler to what people do to mod the old Casio watches (https://www.youtube.com/watch?v=-BTN5aQKKg0
).
They use a rather cheep sticker NFC chip here (https://www.amazon.co.uk/gp/product/B00PUELZMS/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=techsas05-21&creative=6738&linkCode=as2&creativeASIN=B00PUELZMS&linkId=b1d2d4ad23ad25880d66e885aa5391a2).I am not sure you could/should use them for contactless payment but still could be a nice add one for the price?
What do people think? worth doing adding? and where to put it if I do? -
There is no "upvote" here but that sounds awesome @Gordon
Only tried the update for a day so far but seems good. will check back after the week -
-
-
@Gordon yes it is 2V06 but I think you can ignore me as the min it was connected to power it jumped to 70% so I think it is just a point that the battery widget is a bit buggy
I think this would do it (https://gist.github.com/ruiokada/b28076d4911820ddcbbc) thou I think I can make it a bit faster for the bangle as we have a function for the date etc.
Also would be a good example of how to get the lat/lon from bangle? I am thinking one of the moon apps would be a good place to start?