Search found 13 matches

by udmicpy
Fri Aug 25, 2017 8:10 pm
Forum: General Discussion and Questions
Topic: Problems with interrupt handler for TSL2561 on ESP8266
Replies: 8
Views: 6432

Problems with interrupt handler for TSL2561 on ESP8266

Dear all, I'm using the tsl2561.py module on an ESP8266-12E with 4 MByte. As docu I used this http://micropython-tsl2561.readthedocs.io/en/latest/tsl2561.html and this https://media.readthedocs.org/pdf/micropython-tsl2561/latest/micropython-tsl2561.pdf This is my code: import micropython import mach...
by udmicpy
Thu Aug 17, 2017 8:27 am
Forum: ESP8266 boards
Topic: Problem loading module containing \r\n
Replies: 2
Views: 2649

Re: Problem loading module containing \r\n

Dear Robert,

thanks for your fast reply.
And indeed - it was a problem which I had only with ESPlorer.
Actually I'm using uPyLoader from this github project https://github.com/BetaRavener/uPyLoader
And with this tool I have no problems any more.

Bye, Uwe
by udmicpy
Tue Aug 15, 2017 4:44 pm
Forum: ESP8266 boards
Topic: Problem loading module containing \r\n
Replies: 2
Views: 2649

Problem loading module containing \r\n

Dear all. Last week I made my first steps with MicroPython and my ESP8266 12E. I used ESPlorer on Windows 10 to upload code to the ESP8266. All worked fine but when I tried to load the code of a simple webserver program as a module I got an error. This is part of the code ...... def handleRequests(s...