Search found 4 matches

by uracolix
Wed Feb 17, 2021 5:21 am
Forum: Programs, Libraries and Tools
Topic: How to stop PicoWeb
Replies: 1
Views: 1906

How to stop PicoWeb

Hello community, I'm currently trying to start and stop a picoweb server based on a IO-Pin. The use case for this is: The user activates the switch, the APP runs in normal mode and offers a website for configuration. If user the user deactivate the switch, the APP runs in power-save-mode and just do...
by uracolix
Sat Sep 12, 2020 5:34 am
Forum: Programs, Libraries and Tools
Topic: devpi-server and upip - hosting local micropython packages.
Replies: 0
Views: 1828

devpi-server and upip - hosting local micropython packages.

Hello, I just want to say, that I've just managed upip and devpi-server to work succesfully together to install local packages. https://devpi.net/docs/devpi/devpi/stable/%2Bd/index.html is a local pypi-server that I want to use for testing my packages before they go to some official package server. ...
by uracolix
Sat Jan 11, 2020 10:01 am
Forum: General Discussion and Questions
Topic: Compile Settings ESP8266 / WemosD1 mini [solved]
Replies: 1
Views: 1493

Re: Compile Settings ESP8266 / WemosD1 mini [solved]

No compiler magic at all. I replaced the Python file that crashed with the mpy version of it and voila it works. Offcourse the newer binary version has a different RAM fragmentation. The source code was 10K and the pre-compiled file is 4K. For 80K total of RAM this is a huge difference. I think it w...
by uracolix
Tue Jan 07, 2020 7:36 pm
Forum: General Discussion and Questions
Topic: Compile Settings ESP8266 / WemosD1 mini [solved]
Replies: 1
Views: 1493

Compile Settings ESP8266 / WemosD1 mini [solved]

Hello all, I currently encounter the situation, that I need to self compile my ESP8266 port. But in the first round (before I change anything) I just want to compile ESP8266 MyPy and verify that it behaves same like the precompiled binary. Anyway, my little SensorApp runs pretty stable on esp8266-20...