Main Content

How to setup Pico as Edge device with Edge Impulse

This is how to start to make Pico as ML model mounted Edge device. In this project, I would like to introduce embedded ML solution provider.

Machine learning is a high-spec data operation that was possible on a high-spec computer or cloud system. However, there are many business models that make this possible even at the embedded level recently, such as TinyML. And I think this market will bring many possibilities in the future.

I recently discovered a software ML platform service called Edge Impulse. it is being serviced to provide ML solutions for several platform boards including Arduino and Pico, and testing is also available for free.

My goal is to create a project that can be used helpful by dividing a few posts. And this time, I posted about an easy way to start.

The platform board is WizFi360-EVB-Pico designed by WIZnet which is IoT platform board including RP2040 and WizFi360 (is a Wi-Fi module). And for data collection, a 6-axis acceleration-gyro sensor called MPU6050 is selected.”

Link to article