MicroPython Status

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
yomasa
Posts: 2
Joined: Wed Dec 06, 2017 2:21 pm

MicroPython Status

Post by yomasa » Sun Sep 30, 2018 5:15 pm

Can anyone share with me to status of Micro Python on the ESP 32, is there a road map? or anywhere to see this information?


Thanks
Jorge

jickster
Posts: 629
Joined: Thu Sep 07, 2017 8:57 pm

Re: MicroPython Status

Post by jickster » Sun Sep 30, 2018 7:53 pm

yomasa wrote:
Sun Sep 30, 2018 5:15 pm
Can anyone share with me to status of Micro Python on the ESP 32, is there a road map? or anywhere to see this information?


Thanks
Jorge

Yes the code:

https://github.com/micropython/micropyt ... orts/esp32

User avatar
mattyt
Posts: 410
Joined: Mon Jan 23, 2017 6:39 am

Re: MicroPython Status

Post by mattyt » Sun Sep 30, 2018 11:17 pm

I have quite a few things I want to do with the ESP32 port; is there anything you are looking for in particular? It might help me prioritise.

The interpreter and general environment is reasonably stable but we could certainly expose more of the ESP32 features through the ESP-IDF...

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: MicroPython Status

Post by pythoncoder » Mon Oct 01, 2018 6:31 am

I'd like to know if this bug has been fixed in the official port (ignore the OT digression after Damien's posts). A fix would be great and would persuade me to take the port seriously.
Peter Hinch
Index to my micropython libraries.

User avatar
mattyt
Posts: 410
Joined: Mon Jan 23, 2017 6:39 am

Re: MicroPython Status

Post by mattyt » Mon Oct 01, 2018 6:49 am

I hadn't stumbled on that issue before; I'll try and reproduce it when I get home.

User avatar
mattyt
Posts: 410
Joined: Mon Jan 23, 2017 6:39 am

Re: MicroPython Status

Post by mattyt » Mon Oct 01, 2018 2:29 pm

Please see the details in #167. In short - I couldn't reproduce the issue! But maybe I'm doing something wrong...

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: MicroPython Status

Post by pythoncoder » Tue Oct 02, 2018 10:34 am

Please see my comment on GitHub.
Peter Hinch
Index to my micropython libraries.

User avatar
mattyt
Posts: 410
Joined: Mon Jan 23, 2017 6:39 am

Re: MicroPython Status

Post by mattyt » Sun Oct 07, 2018 12:13 am

Updated in Github: yes, problem is still there. I'll try to look for a solution.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: MicroPython Status

Post by pythoncoder » Sun Oct 07, 2018 2:51 pm

That would be a great contribution :D
Peter Hinch
Index to my micropython libraries.

Post Reply