A Basic Interpreter written from scratch for the ESP8266

Moderator: Mmiscool

User avatar
By RyanC
#57194 I apologize if this has been answered elsewhere, but I did not see it in my search. mmiscool mentioned at one point that he would like to support the esp32. Now that it is out (even though it is difficult to get hands on), does anyone know if it does/will work with this system?
Thanks
User avatar
By Mmiscool
#57326 I have not gotten my hands on one yet.

When i do it will be q matter of figuring out what libraries have been modified for esp basic and doing similar modifications in the esp 32 libraries if available.

I dont know if it is going to be w quick process or a time consuming one or if it will be manageable with a single source code tree.
User avatar
By dhouston
#61044 If you still need an ESP32, I suggest the AnalogLamb Maple ESP32. It has the Arduino pinout (although a shorter board) plus a built-in microSD socket. It has 4MB flash.
http://www.analoglamb.com/product/maple-esp32/
There's a schematic here.
https://github.com/AnalogLamb/esp32/blob/master/Schematic__Maple%20ESP32%20R1.pdf
User avatar
By dilettante
#61196 Doesn't the ESP32 always imply the use of RTOS? That could make a difference in the effort to port the existing codebase.