udev
rules for PlatformIO supported boards/devices. You can find a comprehensive guide about how to do that in the official PlatformIO documentation.
picocom -b 115200 -r -l /dev/ttyUSB0
dmesg | grep tty
After we see a properly formatted output in the serial terminal, we must forward it to the Edge Impulse platform.
edge-impulse-data-forwarder -clean
You will be prompted to fill in the email address and password used to access your Edge Impulse account. The CLI will auto-detect the data frequency and then prompt you to name the sensor axes, corresponding to each measurement and then give a fitting name to the device.
libs
folder of your PlatformIO project.