How do I connect to a NovaPi and upload micropython


#1

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.


#2

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:

image

Scroll down, select Nova Pi and by clicking on it:

image

Then click “OK”:

image

Click connect to connect your device:

image

And follow the on-screen instructions (make sure show all connectable devices is checked):

Then make some codes in the code area:

image

And click the “Upload” button to upload your code (make sure you are in upload mode):

image

I hope this helps! If you need further assistance, mention me as @Best_codes.

Best Regards,
Best_codes


#3

@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.


#4

You can code it using Python my clicking the “Python” tab in the upper-left of mBlock’s code area. (It has Blocks/Python).

image


#5

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.


#6

Are you still in Python mode when you upload the code?


#7

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.