Page 1 of 1

ESP32 module has been released

Posted: Sat Sep 03, 2016 1:18 pm
by shaoziyang
ESP32 module has released, does micropython support it soon?
  • 600 DMIPS Xtensa® 32-bit LX6 dual core processor
  • 448 KByte ROM, 520 KByte SRAM, 16 KByte SRAM in RTC
  • 18 channel 12-bit SAR ADC
  • two 8-bit D/A
  • four SPI, two I2C, two I2S, three UART, CAN 2.0,
  • Wifi, Bluetooth
  • ...
02.jpg
02.jpg (49.36 KiB) Viewed 9524 times
03.jpg
03.jpg (51.01 KiB) Viewed 9524 times
04.jpg
04.jpg (37.75 KiB) Viewed 9524 times

Re: ESP32 module has released

Posted: Sat Sep 03, 2016 7:56 pm
by deshipu
I'm sure that a lot of people here can't wait to get their hands on those and start porting MicroPython to them. However, that will take some time.

Re: ESP32 module has released

Posted: Sat Sep 03, 2016 9:06 pm
by mad474
I guess there's already "somewhat" porting work done (and surely actively in progress) behind the scenes. The guys from Pycom with their LoPy (ESP-32 inside) surely can't be sleeping if they want to roll out in the next weeks.

Re: ESP32 module has been released

Posted: Sun Sep 04, 2016 6:44 pm
by pfalcon
Indeed, the quickest way to get hold of MicroPython on ESP32 is by using Pycom's LoPy board. Further details aren't known yet - whether that port will be OpenSource, etc. I'd let Pycom lead in that area and see what will come out of that. In half a year, we can see how it went and what further steps can be taken from there. In the meantime, we're committed to support existing, mature or growing MicroPython ports. Of course, if the community wants to look into starting ESP32 port, that can be only welcome.

Re: ESP32 module has been released

Posted: Mon Oct 31, 2016 10:15 am
by eerimoq
You can try MicroPython on ESP32 by installing Pumbaa in the Arduino IDE's boards manager.

http://pumbaa.readthedocs.io/en/latest/ ... rduino-ide

Select the Pumbaa Nano32 board in the IDE and download the interactive example and you should get an interactive interpreter on the serial port (115200 baud). Should work for other boards than Nano32, the MCU is the same and Flash is probably 4Mb.

/ Erik

PS. The garbage collector does not work yet. DS.