Hi,
Is there companion code for the nRF51822 that demonstrates the Broadcast function as seen in the iOS Temperature App?
Thanks!
-m
Hi,
Is there companion code for the nRF51822 that demonstrates the Broadcast function as seen in the iOS Temperature App?
Thanks!
-m
I'm sorry for the late answer here, but I had to sit down to actually make this. Please see the attached zip. Note that I've been testing it with my personal GCC setup, since that's what I use on my private computer, but I have included Keil project files which I do believe work. Let me know if you have any problems.
One additional comment: The temperature peripheral on at least some devices of the current nRF51822 revision doesn't really give any sane values, so you might want to use an external sensor of some kind instead if you want to get precise measurements. That's a good idea anyways, since the core sensor may be affected by self-heating issues.
Thanks as always, Ole! :)
-m
No problem. To make this forum easier to use for all of us, it would be nice if you could mark the answer as accepted, since it will then be colored green and moved to the top. Also, thanking is polite, but I'd also be happy if you just vote the answer up, by pressing the up to the right for the answer instead of posing an explicit thank-you-message. :-)
As I was afraid, there was an error in the Keil setup, so I've now corrected this and uploaded a new version.