running the project

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
basheer07
Posts: 2
Joined: Tue Nov 22, 2016 2:26 pm

running the project

Post by basheer07 » Tue Nov 22, 2016 2:35 pm

hi
i am planning to buy micro python board , but one question in my mind will i be able to copy python script to the board and disconnect the cable to run board alone supply power by external battery
so that i can run my project without the need to connect to the computer ?

thanks

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: running the project

Post by dhylands » Tue Nov 22, 2016 4:57 pm

Absolutely.

There are a number of ways of copying files onto the internal filsystem of the pyboard.

1 - Use the mass storage
2 - Use a tool like rshell http://github.com/dhylands/rshell or one of the others mentioned in the forum
3 - Put your code on an sdcard
4 - Put a program on the sdcard which will copy a file from the sdcard to internal memory.

basheer07
Posts: 2
Joined: Tue Nov 22, 2016 2:26 pm

Re: running the project

Post by basheer07 » Tue Nov 22, 2016 5:47 pm

Thanks alot

Post Reply