Search found 143 matches

by rdagger
Wed Mar 01, 2017 7:16 am
Forum: Hardware Projects
Topic: LCD Display Library
Replies: 2
Views: 7716

LCD Display Library

Just finished my first day experimenting with the ESP8266 and MicroPython. I created a MicroPython library to use character LCD displays using 4 bit mode:
https://github.com/rdagger/micropython-charlcd
by rdagger
Wed Mar 01, 2017 3:03 am
Forum: ESP8266 boards
Topic: Despite copying a new one, old main.py is operational
Replies: 15
Views: 13312

Re: Despite copying a new one, old main.py is operational

I saw the ampy utility but I need a network based solution. Too bad the WebREPL CLI can't be used simultaneously with the WebREPL.

I think the script just needs to be modified to clear the file input after sending or maybe place it in a form and use form reset.
by rdagger
Tue Feb 28, 2017 6:34 pm
Forum: ESP8266 boards
Topic: Despite copying a new one, old main.py is operational
Replies: 15
Views: 13312

Re: Despite copying a new one, old main.py is operational

Just joined the forum. First day experimenting with an ESP8266. I encountered the same problem using the WebREPL client when trying to resend a modified file that I previously sent. I think the problem is that some browsers cache the uploaded file. In FireFox (51.0.1 Windows) to resend a file, you h...