2024-06-07
03:20 AM
- last edited on
2024-06-11
03:35 AM
by
Lina_DABASINSKA
Hi,
we are studying option of upgrading one of our existing projects that already incorporates the VL53L5 sensor with the STs EdgeAI machine learning library, that would enable our product to use data from the ToF sensor to learn patterns and detect and recognise various objects, placed in front of sensor.
Is this feasible with the NanoEdgeAI studio? In ideal world, we would use full 64 pixel resolution of sensor, but that might be too much of a load on MCU, so at least 4 or 6 pixels would probably do it.
Solved! Go to Solution.
2024-06-11 08:08 AM - edited 2024-06-11 08:09 AM
Hello,
Yes, it is totally feasible with NanoEdge AI Studio, using 4x4, 6x6 or 8x8.
I let you take a look at this tutorial to create a Rock Paper Scissor game using the VL53L5CX:
It is a tutorial using an Arduino board, but the idea and process in NanoEdge is the same for you.
When working with a ToF in NanoEdge, you will have to log data and here you have 2 choices:
There is also a tool to generate data logging code using our Data logger generator tool directly in NanoEdge.
It is currently available on 2 ST development boards
You can select parameters and generate a .bin file to flash directly on the board and then log outputted data through serial in NanoEdge or tools like putty, tera term etc...
The frames parameters are the number of consecutive matrixes that you want to use.
At the end of the month NanoEdge AI Studio will receive an update with a feature made to improve the way datasets are displayed when working with Time of Flight in the "signal" step of the studio.
Make sure to ask me if you have any other question during the process
Best Regards,
Julian
2024-06-11 08:08 AM - edited 2024-06-11 08:09 AM
Hello,
Yes, it is totally feasible with NanoEdge AI Studio, using 4x4, 6x6 or 8x8.
I let you take a look at this tutorial to create a Rock Paper Scissor game using the VL53L5CX:
It is a tutorial using an Arduino board, but the idea and process in NanoEdge is the same for you.
When working with a ToF in NanoEdge, you will have to log data and here you have 2 choices:
There is also a tool to generate data logging code using our Data logger generator tool directly in NanoEdge.
It is currently available on 2 ST development boards
You can select parameters and generate a .bin file to flash directly on the board and then log outputted data through serial in NanoEdge or tools like putty, tera term etc...
The frames parameters are the number of consecutive matrixes that you want to use.
At the end of the month NanoEdge AI Studio will receive an update with a feature made to improve the way datasets are displayed when working with Time of Flight in the "signal" step of the studio.
Make sure to ask me if you have any other question during the process
Best Regards,
Julian
2024-06-13 02:35 AM
Hello,
thank you very much for fast response and a clear answer. With this info, I am comfortable to upgrade this upgrade to "proof of concept" phase, so I will move on it and in case I need any more help, contact you here.
Thank you again,
Best regards, Klemen