Search found 3 matches

by terry24q
Fri Feb 14, 2020 2:01 pm
Forum: WiPy and CC3200 boards
Topic: UART with GSM SIM800L
Replies: 17
Views: 107318

Re: UART with GSM SIM800L

To anyone still interested in using the SIM800L from MicroPython, here is a pure-MicroPython driver ready to use. You can use it as-is or just see how to do things in the right way. Happy coding! :) https://github.com/pythings/Drivers/blob/master/SIM800L.py Hey sarusso, Sort of a general uPython qu...
by terry24q
Wed Mar 20, 2019 9:56 pm
Forum: ESP8266 boards
Topic: Uploading MicroPython to Wemos D1 leads to garbage
Replies: 15
Views: 11325

Re: Uploading MicroPython to Wemos D1 leads to garbage

Thanks Dave, That did it.
by terry24q
Wed Mar 20, 2019 8:30 pm
Forum: ESP8266 boards
Topic: Uploading MicroPython to Wemos D1 leads to garbage
Replies: 15
Views: 11325

Re: Uploading MicroPython to Wemos D1 leads to garbage

After flash, an/or reset I get: l▒▒ln▒p;l▒$▒▒|▒▒{▒#4 ets_task(40100164, 3, 3fff8398, 4) could not open file 'main.py' for reading MicroPython v1.8.6-7-gefd0927 on 2016-11-10; ESP module with ESP8266 Type "help()" for more information. >>> Using Putty in Win10 I get no response from keyboard. Does it...