Search found 34 matches

by Llwy
Sun Nov 13, 2016 7:59 am
Forum: ESP8266 boards
Topic: Version 1.8.6 is a great upgrade!
Replies: 2
Views: 3773

Re: Version 1.8.6 is a great upgrade!

Yes, I second that!
My project used to require compiling as a frozen bytecode to be able to run. With 1.8.6, I can now run it directly as a .py file. Much more convenient for development!

Thank you for your great job!

Llwy
by Llwy
Thu Oct 13, 2016 5:40 pm
Forum: ESP8266 boards
Topic: Support loading of .mpy files
Replies: 13
Views: 20304

Re: Support loading of .mpy files

This is one of the best announcement on this project in a while !
by Llwy
Sun Sep 25, 2016 7:19 pm
Forum: ESP8266 boards
Topic: MemoryError what limit am I hitting?
Replies: 13
Views: 12085

Re: MemoryError what limit am I hitting?

Hi Robert, I have been using your frozen modules enabled firmware for more than a month and I am very happy with it. It allows me to make programs without hitting the memory error at compile time. Do you know if there are plans for your modifications to become part of the official firmware? Would th...
by Llwy
Sun Sep 04, 2016 8:10 am
Forum: ESP8266 boards
Topic: Servo library
Replies: 28
Views: 30997

Re: Servo library

Hello, I made a very similar library for the robot project I am working with. Just one thing I did differently that may interest you: Instead of setting the frequency to 50Hz, I set it to 100Hz (you could go even slightly higher). The idea is to get a better positioning resolution. I tried first wit...
by Llwy
Fri Aug 26, 2016 8:45 pm
Forum: ESP8266 boards
Topic: Cross Compiler only
Replies: 14
Views: 14661

Re: Cross Compiler only

Dear Robert,
I am happy to report that the cross compiler could be built on windows bash.
The cross compiler successfully froze some test modules which could be imported on your firmware.

This is very nice, thank you so much.

Llwy
by Llwy
Thu Aug 25, 2016 6:21 am
Forum: ESP8266 boards
Topic: Cross Compiler only
Replies: 14
Views: 14661

Re: Cross Compiler only

Dear Robert,
I flashed your binary successfully.
I will try to install the cross compiler only on Windows Bash this weekend.

Llwy
by Llwy
Tue Aug 23, 2016 5:33 pm
Forum: ESP8266 boards
Topic: Cross Compiler only
Replies: 14
Views: 14661

Re: Cross Compiler only

That's awfully nice of you Robert, thank you for the offer.
I will gladly take it.
Llwy
by Llwy
Tue Aug 23, 2016 12:41 pm
Forum: ESP8266 boards
Topic: Cross Compiler only
Replies: 14
Views: 14661

Re: Cross Compiler only

Dear Robert. Thank you for your quick answer. I had forgotten about the need to edit emitglue.c and mpconfigport.h... I now remember since you were the one to tell me about those files in the first place. OK so there is nothing much I can do right now to experiment with .mpy files if I do not wish t...
by Llwy
Tue Aug 23, 2016 11:32 am
Forum: ESP8266 boards
Topic: Cross Compiler only
Replies: 14
Views: 14661

Cross Compiler only

Hello, When the binaries became public, I stopped compiling myself from source and deleted the bloated Vagrant VM which I had built following the Adafruit tutorial. Now I would like to start experimenting again with frozen/precompiled modules and I am wondering: would it be possible to install and r...
by Llwy
Tue Aug 23, 2016 5:38 am
Forum: ESP8266 boards
Topic: uPyLoader - simple file transfer and communication
Replies: 54
Views: 70603

Re: uPyLoader - simple file transfer and communication

Thank you, works great on my side now.