Hi,
I'm writing a simple data field and I would like to take the current temperature but somehow I can not find this variable. Does anyone know where to look for this variable?
Thank you,
Peter
Very interesting :). I wonder what value was there.
In any case, thanks again for the information.
Peter
BTW, in the case of the Tempe, remember, it can be up to a minute before you get a temp when just starting up, so after you do get a temp, make sure that somewhere (on a timer or at the end of the callback function) you call Ui.requestUpdate() to display it.
So it means that each time after requesUpdate() onUpdate will be called. It sounds good and soon I will see how it works.
Widget works but I have no idea how to add it to the application's loop "bike". I can add it only to the watch loop.
Thanks.
I've read in Monkey C Programmer's Guide bottom of page 6:
So how I should understand this?
Thank you jim_m_58
for you replay.
I have a bike power metter (4iiii Precision). If at the start of activity "bikes" all the sensors in the bike does not transmit (not working), then there are no problems with connecting to sensors. The first wakes up power sensor and then speed-cadence and all connects immediately. If, then I give up the activity and start it again then power sensor no longer connects.
The only solution I've found is: without leaving your activity application launch Settings-> sensors -> Power -> Connect. For the first time without succeed, but the second time power sensor connects immediately and works perfect.
Has anyone watched similar behaviour?