Can anyone tell how to put .py file into the 8266?

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
pfalcon
Posts: 1155
Joined: Fri Feb 28, 2014 2:05 pm

Re: Can anyone tell how to put .py file into the 8266?

Post by pfalcon » Fri Jul 01, 2016 11:10 am

Patches welcome ;-). Note that WebREPL file transfer protocol is not final and will change too.
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: Can anyone tell how to put .py file into the 8266?

Post by deshipu » Fri Jul 01, 2016 11:38 am

pfalcon wrote:Patches welcome ;-). Note that WebREPL file transfer protocol is not final and will change too.
Don't mind me if I do.

Is there a design doc for the new protocol available somewhere?

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: Can anyone tell how to put .py file into the 8266?

Post by Roberthh » Sun Jul 03, 2016 8:50 am

I just tried Damien's file transfer extension, and yes, it works and is a great help. Thanks, Damien for the work, and Paul for the hint.

EasyRider
Posts: 94
Joined: Wed Dec 30, 2015 8:17 am

Re: Can anyone tell how to put .py file into the 8266?

Post by EasyRider » Sun Jul 03, 2016 1:32 pm

Confirming that Webrepl file transfer works as per pfalcon link earlier.
This is now very easy.

Thank you all.

Post Reply