Skip to main content

how to read sensor data from DA14583/14585

3年前

how to read sensor data from DA14583/14585

Posted byLili0 points 1 reply
0 upvotes

Hi!
I am wondering how to read sensor data from DA14583/14585.
I watched a video onhttps://www.youtube.com/watch?v=bdDUA0Q-zK4with the topic "SmartSnippets™ DA1468x SDK Sensor Reading Template Project",
but I cannot find this template project.
So where can I find it?

Thank you!

3年前

MT_dialog -30 points

Hi Lili,

The video that you are watching is for the 68x family and not the 58x which you are interested in. For the 58x family there are examples for all the interfaces that the 58x supports in the SDK under the following directory DA1458x_SDK\5.0.4\projects\target_apps\peripheral_examples, all the examples in that folder are standalone examples (meaning they dont implement any BLE activity), but you can use them as a reference in order to implement (spi/i2c/uart/adc) drivers for your own sensors. Also be aware that the 580/581/583 belong to a different family than the 585/586, the 580/581/583 run only on SDK 5.0.4 while the 585/586 runs on the SDK 6.0.6.

Thanks MT_dialog