I came across the web application facility for nordic thingy.
https://github.com/NordicPlayground/Nordic-Thingy52-Thingyjs
Can same files be utilised for nrf52DK to read values online?
I came across the web application facility for nordic thingy.
https://github.com/NordicPlayground/Nordic-Thingy52-Thingyjs
Can same files be utilised for nrf52DK to read values online?
Hi,
If you intend to use it as-is with the thingy:52 services on an nRF52-DK, there are many works to modify Thingy:52-SDK to work on nRF52DK. Because nrf52DK doesn't have Motion sensors, Environment sensors, and Sound like the thingy52. I wouldn't suggest to do that.
This may be a more useful starting point if you do not intend to use similar services as Thingy:52 https://github.com/NordicPlayground/nrf5-physical-web
-Amanda H.
Thank you