I found several threads with same questions. And also found source codes. But they are too old and require Legacy support for KEIL and old softdevice. Is there actual source code for NRF51822 which uses latest softdevice?
I found several threads with same questions. And also found source codes. But they are too old and require Legacy support for KEIL and old softdevice. Is there actual source code for NRF51822 which uses latest softdevice?
No I didn't try. But I think they are not compatible. Firmware uses temp sensor simulator. Where defined
#define MIN_CELCIUS_DEGREES 3688
#define MAX_CELCIUS_DEGRESS 3972
You can see comments and find out that it mean min and max temp 36.88 and 39.72 degree. But here play.google.com/.../details in nrf Temp screenshots you can see temperature values about 24...26 degree. Thats why I think it's not compatible. But your link is very useful for me. Earlier I thought that _hts abbreviate relates to something like heart rate... Now I found HTM (Health thermometer monitor) in nrF Toolbox. I guess it must be compatible. Will try it.
No I didn't try. But I think they are not compatible. Firmware uses temp sensor simulator. Where defined
#define MIN_CELCIUS_DEGREES 3688
#define MAX_CELCIUS_DEGRESS 3972
You can see comments and find out that it mean min and max temp 36.88 and 39.72 degree. But here play.google.com/.../details in nrf Temp screenshots you can see temperature values about 24...26 degree. Thats why I think it's not compatible. But your link is very useful for me. Earlier I thought that _hts abbreviate relates to something like heart rate... Now I found HTM (Health thermometer monitor) in nrF Toolbox. I guess it must be compatible. Will try it.