Hello folks,
I am starting with Nano 33 ble for my project using micropython, but I have a blocking point. I have followed arduino instruction and basics code works with OpenMV IDE.
Here are my blocking points :
— I am not able to import my own module : using import name_module or from name_module import * does not work also
I have to copy directly the file in nano 33 ble using this command mpremote without success (more info MicroPython remote control: mpremote — MicroPython latest documentation)
— I would like to install CircuitPyhton on the board but have to follow steps find on internet for while without success also.
Any suggestion ? Is this board recommended for working with micropython ?
Thank you!