Can we get sensors data from KW41Z to another through coAP ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am trying to build an application in which few sensors are connected to KW41Z and using another KW41Z, is it possible to get the data through coAP ?
I am using end device program on my first board and Router Eligible device on the other.
Regards,
Sivateja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
In the example you are using you can get the data you can check the chapter 10.7 Sending application data CoAP messages using the shell from the Kinetis Thread Stack Demo Applications User's Guide available in the SDK.
Best Regards,
Estephania
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Estephania,
Thanks for replying....!!
i could see an example of getting temperature using coAP. But, what if i have an external sensor connected to analog port of KW41Z ?
Regards,
Sivateja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
It will be the same principle, instead of using the temperature variable from the internal thermistor you will use the data you want to send.
Regards,
Estephania