tensorflow-micropython-examples icon indicating copy to clipboard operation
tensorflow-micropython-examples copied to clipboard

rpi pico: hello_world example not working

Open Raunak-Singh-Inventor opened this issue 2 years ago • 1 comments

I followed the instructions, https://github.com/mocleiri/tensorflow-micropython-examples/tree/main/examples/hello-world#rp2-port, to run the hello_world example on my raspberry pico. When I copy:

  • hello_world.py
  • model.tflite
  • and main.py which just contains import hello_world

The pico doesn't register the main.py and nothing happens (while as usual the pico would eject itself and run the program). image I think this could have something to do with microlite-rp2-pico-firmware not behaving the same as the normal micropython firmware.

Raunak-Singh-Inventor avatar Mar 17 '22 21:03 Raunak-Singh-Inventor