Search found 35 matches

by Beta_Ravener
Thu Aug 11, 2016 8:48 pm
Forum: ESP8266 boards
Topic: uPyLoader - simple file transfer and communication
Replies: 54
Views: 73080

Re: uPyLoader - simple file transfer and communication

poul@poul-S400CA ~/Programmer/uPyLoader/uPyLoader $ python main.py File "main.py", line 137 dialog.exec() ^ SyntaxError: invalid syntax poul@poul-S400CA ~/Programmer/uPyLoader/uPyLoader $ Next stone! Of course, it should be python3 main.py Now it is up running and testing. Thank you very much. Sorr...
by Beta_Ravener
Thu Aug 11, 2016 7:20 pm
Forum: ESP8266 boards
Topic: uPyLoader - simple file transfer and communication
Replies: 54
Views: 73080

Re: uPyLoader - simple file transfer and communication

As a last resort you can also try installing from source: http://pyqt.sourceforge.net/Docs/PyQt5/ ... rom-source
by Beta_Ravener
Thu Aug 11, 2016 12:48 pm
Forum: ESP8266 boards
Topic: PWM generator issue
Replies: 1
Views: 2951

PWM generator issue

I've tried to build a simple demo from RGB Led on my ESP8266 running the latest "esp8266-20160811-v1.8.3-6-g4e36dd5.bin" firmware. I'm having problem with PWM output that behaves quite strangely, turning off for some period of time although the duty is set non-zero etc. This causes the Led to blink ...
by Beta_Ravener
Thu Aug 11, 2016 12:00 pm
Forum: ESP8266 boards
Topic: uPyLoader - simple file transfer and communication
Replies: 54
Views: 73080

Re: uPyLoader - simple file transfer and communication

Thanks for trying out, I will look into these issues ASAP and it should be done before tomorrow :) Watch the repo for updates.
by Beta_Ravener
Thu Aug 11, 2016 1:33 am
Forum: ESP8266 boards
Topic: uPyLoader - simple file transfer and communication
Replies: 54
Views: 73080

uPyLoader - simple file transfer and communication

Hi, I've been tinkering with MicroPython on ESP8266 for a month or so and I've had hard time finding the right tools. I've tried ESPlorer but it didn't really work for me - I couldn't transfer files, nor run the scripts. I've then noticed that only reliable way to get files on board was using WebREP...