Object detection with nRF52840DK board?

Hi guys,

I just want to check if it is possible to implement a tiny ML model for person detection on the nRF52840 DK board. I did the same on Arduino Nano BLE 33 but as I want to use Bluetooth Mesh for the communication part seems that the Nordic board can offer me more possibilities there. Any kind of help is welcome! 

Parents
  • Hello,

    We don't have any official ML libraries, but there is an example found in NCS\nrf\applications\machine_learning. See the readme.rst file, or the documentation for this application. 

    Please note that this is using an external library called "edge impulse". I don't know much about the details, but you can play around with it and see what it does. 

    In case you already have a ML model that you need to use, and don't want to use Edge Implulse, then I guess this is something that you need to either find online or write yourself. 

    BR,

    Edvin

Reply
  • Hello,

    We don't have any official ML libraries, but there is an example found in NCS\nrf\applications\machine_learning. See the readme.rst file, or the documentation for this application. 

    Please note that this is using an external library called "edge impulse". I don't know much about the details, but you can play around with it and see what it does. 

    In case you already have a ML model that you need to use, and don't want to use Edge Implulse, then I guess this is something that you need to either find online or write yourself. 

    BR,

    Edvin

Children
No Data
Related