2025-05-16 12:12 AM
In my task, a 3-axis accelerometer is connected to a 24-bit ADC. How should I transmit the signal data to Nano Edge AI? Should I send the raw data directly, or should I perform calculations before transmitting it?
In version 5, how can I check the Emulator section like in version 3?
Solved! Go to Solution.
2025-05-21 5:57 AM - edited 2025-05-21 5:58 AM
Hello @Yash5135,
If you are talking about logging data, you should first try to transmit raw data and see what kind of results you get in the benchmark. then maybe try to do some preprocessing before transmitting it to NanoEdge.
If you talk about what to transmit to the deployed library in your embedded project, you should transmit the same kind of data you used during the benchmark in NanoEdge.
As for the emulator, in version 5, you can find it here:
Have a good day
Julian
2025-05-21 5:57 AM - edited 2025-05-21 5:58 AM
Hello @Yash5135,
If you are talking about logging data, you should first try to transmit raw data and see what kind of results you get in the benchmark. then maybe try to do some preprocessing before transmitting it to NanoEdge.
If you talk about what to transmit to the deployed library in your embedded project, you should transmit the same kind of data you used during the benchmark in NanoEdge.
As for the emulator, in version 5, you can find it here:
Have a good day
Julian