Search found 7 matches

by jimwims
Mon Apr 26, 2021 6:21 pm
Forum: ESP32 boards
Topic: Error running ver 1.15 on ESP32-S2
Replies: 10
Views: 6490

Re: Error running ver 1.15 on ESP32-S2

Thanks. I had nothing else in mind. But before jumping into the ESP-IDF rabbit hole, I wanted to raise my confidence level that it was the right one. You have done that for me.

Jim
by jimwims
Mon Apr 26, 2021 4:17 pm
Forum: ESP32 boards
Topic: Error running ver 1.15 on ESP32-S2
Replies: 10
Views: 6490

Re: Error running ver 1.15 on ESP32-S2

Roberthh -- Did you use the ESP-IDF to build your firmware?
by jimwims
Sun Apr 25, 2021 6:13 pm
Forum: ESP32 boards
Topic: Error running ver 1.15 on ESP32-S2
Replies: 10
Views: 6490

Re: Error running ver 1.15 on ESP32-S2

Roberthh-- Thank you very much for your response and the firmware build. And, best of all, the build works! I did have one stumble before I got to a serial REPL prompt. My board has two UARTs. One is accessed through the USB connector and the other through pins D19 and D20. I flashed your build thro...
by jimwims
Sat Apr 24, 2021 6:53 pm
Forum: ESP32 boards
Topic: Error running ver 1.15 on ESP32-S2
Replies: 10
Views: 6490

Re: Error running ver 1.15 on ESP32-S2

Thank you for your responses.

I'm not sure I understand them. Each of the three files I mentioned were for the generic ESP32 module.

Jim
by jimwims
Sat Apr 24, 2021 3:38 pm
Forum: ESP32 boards
Topic: Error running ver 1.15 on ESP32-S2
Replies: 10
Views: 6490

Error running ver 1.15 on ESP32-S2

I am trying to run ver 1.15 on my Espressif ESP32-S2-Saola dev board. I am able to load esp32spiram-20210418-v1.15.bin onto the board, but the output from serial monitor is a continuing repetition of: ESP-ROM:esp32s2-rc4-20191025 Build:Oct 25 2019 rst:0x10 (RTCWDT_RTC_RST),boot:0x8 (SPI_FAST_FLASH_B...
by jimwims
Sun Jul 08, 2018 12:41 pm
Forum: ESP8266 boards
Topic: Multiple networks in boot.py
Replies: 4
Views: 6466

Re: Multiple networks in boot.py

Thanks very much for this. I am using it with an ESP32. I commented out the 'from esp import osdebug' and 'osdebug(None)' lines. It seems to wo work very well.
by jimwims
Fri Nov 24, 2017 2:27 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 556728

Re: MicroPython on ESP32 with SPIRAM support

I am running this MicroPython port on an ESP WROVER Kit v 3. I have a sketch which makes two urequests.get() calls, receives the jason responses, extracts the desired information and writes it to the tft display. This is repeated every ten minutes in a "while 1" loop. The sketch runs very well excep...