Simple tool to upload files to ESP8266 - over UART or WebREPL

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
zeevro
Posts: 6
Joined: Mon May 09, 2016 8:00 pm
Contact:

Simple tool to upload files to ESP8266 - over UART or WebREPL

Post by zeevro » Tue Jun 07, 2016 6:08 am

https://raw.githubusercontent.com/zeevr ... r_files.py

Enjoy :)

(Also, contribute, if you feel like it. I just wrote this overnight. :) )

profra
Posts: 39
Joined: Sat Jan 03, 2015 12:23 am

Re: Simple tool to upload files to ESP8266 - over UART or WebREPL

Post by profra » Tue Jun 07, 2016 4:55 pm

Any description... read.me... how to use it?

User avatar
platforma
Posts: 258
Joined: Thu May 28, 2015 5:08 pm
Location: Japan

Re: Simple tool to upload files to ESP8266 - over UART or WebREPL

Post by platforma » Fri Jun 10, 2016 10:56 am

Please note there's an official tool that comes with webrepl: webrepl_cli.py, can be used for file transfer.

Post Reply