Search found 2 matches

by rira
Sun Feb 13, 2022 2:39 pm
Forum: ESP32 boards
Topic: Problems with ESP32-s3
Replies: 11
Views: 36344

Re: Problems with ESP32-s3

The following protocol worked for my ESP32-S3-DEVKITC-1-N32R8V (WROOM2) to get a python repl without errors. Downside is only 16 out of 32 MB flash will be enabled. I believe this is a limitation of the esp-idf 4.4 package. #built requirements sudo apt-get install git wget flex bison gperf python3 p...
by rira
Sun Feb 13, 2022 2:34 pm
Forum: ESP32 boards
Topic: MicroPython 1.18 on ESP32-S3
Replies: 5
Views: 3524

Re: MicroPython 1.18 on ESP32-S3

Hi mwalimu, I have an ESP32-S3-DEVKITC-1-N32R8V (WROOM2) board and experienced a lot of the issues that others describe in this forum as well. While the instructions reported by #detlevo and #automate1717 were very helpful, I kept running into some memory issues with my board probably due to the 32 ...