Hello, I have a school competition soon, I am supposed to make a robot complete some tasks. I want to get started now. How do I connect and upload to the board I have? Its a NovaPI. I have it plugged in to my PC and it blinks a blue LED. But I don’t know how to first have the device on mblock (if thats even the right software) and then how to upload micropython on it. Any help would be appreciated.
How do I connect to a NovaPi and upload micropython
Hey @Fares!
You can connect Nova Pi to mBlock like this:
Load mBlock add click the Add Device button in the Device tab under the stage:
Scroll down, select Nova Pi and by clicking on it:
Then click “OK”:
Click connect to connect your device:
And follow the on-screen instructions (make sure show all connectable devices is checked):
Then make some codes in the code area:
And click the “Upload” button to upload your code (make sure you are in upload mode):
I hope this helps! If you need further assistance, mention me as @Best_codes.
Best Regards,
Best_codes
Hello! Thank you for the help. I got it to work. I just need one more thing, how can I code it with python or micropython? I prefer coding and uploading rather than using blocks.
You can code it using Python my clicking the “Python” tab in the upper-left of mBlock’s code area. (It has Blocks/Python).
For me I cannot upload to the board though. If I code in python and upload nothing happens. Its like it only reads the blocks not the python.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.