Re: NuttX + MicroPython + ESP32 / ESP32-C3

2021-10-25 Thread Tomasz CEDRO
On Mon, Oct 25, 2021 at 7:45 PM Xiang Xiao wrote: > On Mon, Oct 25, 2021 at 11:37 PM Tomasz CEDRO wrote: > > On Mon, Oct 25, 2021 at 4:44 PM Alan Carvalho de Assis wrote: > > > Hi Tomasz, > > > MicroPython was integrated in NuttX at some time ago, but it started > > > to crash and was removed. > >

Re: NuttX + MicroPython + ESP32 / ESP32-C3

2021-10-25 Thread Xiang Xiao
On Mon, Oct 25, 2021 at 11:37 PM Tomasz CEDRO wrote: > On Mon, Oct 25, 2021 at 4:44 PM Alan Carvalho de Assis wrote: > > Hi Tomasz, > > MicroPython was integrated in NuttX at some time ago, but it started > > to crash and was removed. > > Yup, I saw some websites stating it work here but I could

Re: NuttX + MicroPython + ESP32 / ESP32-C3

2021-10-25 Thread Tomasz CEDRO
On Mon, Oct 25, 2021 at 5:28 PM Simon Filgis wrote: > (..) > ...but I have the mission micropython in the back of my head. > Looking forward to more discussion wherever (discord or mail, I don't > care), but please keep me in the loop ;) > Thank you, > Simon Yup, having out of the box MicroPython

Re: NuttX + MicroPython + ESP32 / ESP32-C3

2021-10-25 Thread Tomasz CEDRO
On Mon, Oct 25, 2021 at 4:58 PM Xiang Xiao wrote: > McKay made a new porting here: > Pull requests · apache/incubator-nuttx-apps (github.com) > > Maybe, you could work with him to boost the porting. Awsome! Thank you for the hint Xiang (Xia

Re: NuttX + MicroPython + ESP32 / ESP32-C3

2021-10-25 Thread Tomasz CEDRO
On Mon, Oct 25, 2021 at 4:44 PM Alan Carvalho de Assis wrote: > Hi Tomasz, > MicroPython was integrated in NuttX at some time ago, but it started > to crash and was removed. Yup, I saw some websites stating it work here but I could not find among interpreters. Thanks for the hint Alan :-) > I th

Re: NuttX + MicroPython + ESP32 / ESP32-C3

2021-10-25 Thread Simon Filgis
Hi, this is a good example why discussion on discord channel is tricky. The discussion was good. Learned a lot. I managed to build PR840, simple math on the micropython console was possible. However I stopped the work because: 1. I got distracted in running daily business 2. I need to admit my sk

Re: NuttX + MicroPython + ESP32 / ESP32-C3

2021-10-25 Thread Xiang Xiao
McKay made a new porting here: Pull requests · apache/incubator-nuttx-apps (github.com) Maybe, you could work with him to boost the porting. On Mon, Oct 25, 2021 at 10:44 PM Alan Carvalho de Assis wrote: > Hi Tomasz, > > MicroPython was i

Re: NuttX + MicroPython + ESP32 / ESP32-C3

2021-10-25 Thread Alan Carvalho de Assis
Hi Tomasz, MicroPython was integrated in NuttX at some time ago, but it started to crash and was removed. I think someone started a discussion about it on discord, but I don't know what happened later. As I told you ESP32-C3 has a good support on NuttX and Xiaomi is already using it internally (

NuttX + MicroPython + ESP32 / ESP32-C3

2021-10-25 Thread Tomasz CEDRO
Hello world :-) I am considering MicroPython as the rapid development platform. It seems well developed already, allows simple tasks extremely fast, also allows client to develop firmware on their own relatively easy without rebuilding whole firmware, getting into details, drivers, etc. I would l