Search found 5 matches

by zhao
Fri Mar 30, 2018 10:52 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538059

Re: MicroPython on ESP32 with SPIRAM support-UART event queue full

I am using the M5STACK with 4MB psRAM. The firmware is the lastest version of MicroPython_LoBo_esp32_psram_all. The uart was defined as uart = UART(1, baudrate=19200, bits=8, rx=21, tx=22, timeout=10). When I received some data from the RX of the uart, the error of uart: UART event queue full emerge...
by zhao
Tue Mar 27, 2018 1:29 pm
Forum: ESP32 boards
Topic: Re: MicroPython on ESP32 with SPIRAM support
Replies: 2
Views: 2512

Re: MicroPython on ESP32 with SPIRAM support

Thank you for your reply. The problem has been solved. It's my mistake. I ignored the bootloader.bin and/or partitions_mpy.bin, which are not required for the standard version.
by zhao
Tue Mar 20, 2018 3:17 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538059

Re: MicroPython on ESP32 with SPIRAM support

Thank you so much! I have flashed the firmware successfully with esptool.py. I just flashed the micropython.bin without bootloader.bin and partitions_mpy.bin. That's why I failed everytime in the past. For the firmware without SPIRAM support from http://micropython.org/download, it's enough to to fl...
by zhao
Mon Mar 19, 2018 2:43 pm
Forum: ESP32 boards
Topic: Re: MicroPython on ESP32 with SPIRAM support
Replies: 2
Views: 2512

Re: MicroPython on ESP32 with SPIRAM support

I have two ESP32 boards: M5STACK with 4M SPIRAM and ESP-WROOM-32. Both of them can flash the standard Firmware successfully from http://micropython.org/download and work well. But both of them failed to flash the firmware with SPIRAM firmware from https://github.com/loboris/MicroPython_ESP32_psRAM_L...
by zhao
Mon Mar 19, 2018 2:30 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538059

Re: MicroPython on ESP32 with SPIRAM support

I have two ESP32 board: M5Stack with 4M PSRAM and ESP-WROOM-32. Both boards can flash the standard firmware successfully from http://micropython.org/download and work well. But both boards fail to flash the firmware with SPIRAM support. ESPFlashDownloadTool and esptool.py were used but neither of th...