I am getting starting the nrf52832 board with an LSM6DSL sensor for motion recognition. it is possible in edge impulse ??
how to configure the firmware Development and how to configure and train the model in edge impulse.
please guide me.
I am getting starting the nrf52832 board with an LSM6DSL sensor for motion recognition. it is possible in edge impulse ??
how to configure the firmware Development and how to configure and train the model in edge impulse.
please guide me.
Hello,
In general, you will have to use the Edge Impulse studio to work with tinyML from Edge Impulse.
I do not think that Edge Impulse supports the nRF52 DK as of right now. It is at least not mentioned in their documentation overview. You could perhaps send them an email and ask if they know of any projects that already uses the nRF52 DK or if they know of any efforts to provide support for it.
Best regards,
Karl
Hello,
In general, you will have to use the Edge Impulse studio to work with tinyML from Edge Impulse.
I do not think that Edge Impulse supports the nRF52 DK as of right now. It is at least not mentioned in their documentation overview. You could perhaps send them an email and ask if they know of any projects that already uses the nRF52 DK or if they know of any efforts to provide support for it.
Best regards,
Karl
Hello,
I know about Edge Impulse Studio and I am working on the NRF52832 development board but I am a little bit confused about which SDK Supports Edge impulse and Which Tools are used?
satyaveer singh said:I am working on the NRF52832 development board
Yes, but have you got this to work with Edge Impulse Studio? I do not see the nRF52 DK listed in their overview of supported hardware.
satyaveer singh said:I am a little bit confused about which SDK Supports Edge impulse and Which Tools are used?
Please elaborate on what you are asking about here.
You can read more about how to use Edge Impulse with the nRF Connect SDK here.
We have also made an example in the NCS SDK that demonstrates a trained model on a Thingy device or compatible DK.
Best regards,
Karl
Hi,
I am trying to these steps
Nrf52832 Development board interface with LSM6DSL sensor in Edge-impulse
Ongoing Steps:
Step-1 :
We have done the setup of NRF Connect SDK v1.7.0.
Step-2:
we are following the steps which are described in the following link
https://github.com/edgeimpulse/firmware-nrf52840-5340-dk.
Step-3:
We have to build an edge-impulse SDK to the nrf52832 development board using bash terminal through the command but I am getting errors.
west build -b nrf52dk_nrf52832 -p
Errors link:
https://docs.google.com/document/d/1VI-OhxW8oAqJ9CbL_wmCsS7eC7N-h0N1ipOZDT6dBSY/edit
please solve these errors and guide me.
satyaveer singh said:we are following the steps which are described in the following link
These instructions are for the nRF52840 and nRF5340 - not the nRf52832.
Have you reached out to Edge Impulse and asked if they know of any other project that uses their platform on the nRF52832?
Please share your error messages in text form, using the Insert -> Code -> Text option, or by uploading the entire file with the Insert -> File option.
Best regards,
Karl