Search found 7 matches

by Suhanko
Mon Feb 27, 2017 4:03 pm
Forum: General Discussion and Questions
Topic: [SOLVED] Doubt about default package length in socket server
Replies: 2
Views: 2428

Re: [SOLVED] Doubt about default package length in socket server

Thank you very much! The sendall solved all problems!
:-D
by Suhanko
Mon Feb 27, 2017 3:47 pm
Forum: General Discussion and Questions
Topic: [SOLVED] OSError: [Errno 1] EPERM while trying to install package with upip
Replies: 1
Views: 3943

Re: [SOLVED] OSError: [Errno 1] EPERM while trying to install package with upip

The problem was memory allocation. I did copies from desired libraries from micropython-lib directly, for example, MQTT (umqtt.simple and umqtt.robust) and has worked.

Thank you guys!!!
by Suhanko
Mon Feb 27, 2017 2:03 pm
Forum: General Discussion and Questions
Topic: [SOLVED] Doubt about default package length in socket server
Replies: 2
Views: 2428

[SOLVED] Doubt about default package length in socket server

Hello, guys. I'm sorry disturb you, but I did a webserver to turn on relay using microPython, but I couldn't increase my variable was storing all html code. I wrote this source in my variable called "html": http://pastebin.com/XMndVaT5 I tried use CSS resources to give some charm to the terrible and...
by Suhanko
Mon Feb 20, 2017 12:31 am
Forum: Programs, Libraries and Tools
Topic: Problems with upip
Replies: 1
Views: 2580

Problems with upip

Hello, all!
I think the problem could be my compiled firmware, I don't know. I indexed a image from my error. Do someone knows what is the problem with
upip_error.png
upip_error.png (38.6 KiB) Viewed 2568 times
?
by Suhanko
Thu Feb 16, 2017 5:37 pm
Forum: General Discussion and Questions
Topic: [SOLVED] OSError: [Errno 1] EPERM while trying to install package with upip
Replies: 1
Views: 3943

[SOLVED] OSError: [Errno 1] EPERM while trying to install package with upip

Hello guys!
I was trying install packages with upip but any package i got the same error. I got a traceback in upip finally I saw this message:
OSError: [Errno 1] EPERM

Is there some way to fix it? I'm using MicroPython in ESP8266.
by Suhanko
Sun Feb 12, 2017 2:28 pm
Forum: Programs, Libraries and Tools
Topic: [SOLVED] How to install libraries in MicroPython (ESP8266)?
Replies: 3
Views: 33816

[SOLVED] How to install libraries in MicroPython (ESP8266)?

Hello, guys. I'm newbie related to install packages in MicroPython. I saw I can enable WEBREPL calling "import import webrepl_setup". Is there something like that to use MQTT? Do some documentation about package installing?

Thanks.