Modifying advertisement data dynamically on IoT sensor dongle

2 posts / 0 new
Last post
jeremynwong
Offline
Last seen:4 years 3 weeks ago
加入:2017-01-16 14:09
Modifying advertisement data dynamically on IoT sensor dongle

Hi,

I am developing using the IoT sensor kit and was wondering how I can include some sensor data in its advertising data and dynamically update it as sensor readings change. I am working off of the WRBL project.

I noticed that there are some tutorials regarding doing this but using the barebones project for the basic and pro development boards. I was wondering what the difference between those and the IoT sensor kit is and if I would be able to use the same code on the IoT sensor dongle. If not, how do I achieve this using the WRBL project as my base?

Thanks,
Jeremy

Device:
MT_dialog
Offline
Last seen:2 months 3 weeks ago
Staff
加入:2015-06-08 11:34
Hi jeremynwong,

Hi jeremynwong,

There is no functional difference between the basic and pro kit and the IoT dongle, despite the fact that the pro kit has the current measurement circuit and that there are no additional headers for attaching extra sensors/peripherals on the IoT dongle since it has some sensors attached, in the end they are all development kits of the same family SoC. You should be able to run a project from the SDK (one of the examples i mean) directly on the IoT dongle as long as you build the project for the 583. The fw of the IoT is exactly the same SDK as the SDK used for propgramming the basic and the pro kits.

Thanks MT_dialog