Can Edge Impulse be used on Nordic nRF9160 SIP?

I know Edge Impulse works on nRF52 and nRF53 series microprocessors from Nordic Semiconductor. These are Bluetooth controllers. I wonder if it can also work on a nRF91, which is low power CPUs running mobile narrowband (NB-IoT and LTM) and GPS. It contains an CortexM4 core. Is that possible?

1 Like

Hey @Eaaland yeah this works fine, see https://github.com/edgeimpulse/example-standalone-inferencing-zephyr which runs on the nRF9160. You can use the data forwarder to capture data from the device.

1 Like