Search found 20 matches

by Kowshik_Bevara
Mon Jan 22, 2024 4:56 am
Forum: General Discussion
Topic: Guru Meditation Error during Cellular Firmware Update with ESP-IDF: Seeking Assistance
Replies: 3
Views: 758

Re: Guru Meditation Error during Cellular Firmware Update with ESP-IDF: Seeking Assistance

Hi,

I have checked the given link and tried the different INTR_IN_IRAM settings but still getting the same issue.
by Kowshik_Bevara
Thu Jan 18, 2024 7:37 am
Forum: General Discussion
Topic: Guru Meditation Error during Cellular Firmware Update with ESP-IDF: Seeking Assistance
Replies: 3
Views: 758

Guru Meditation Error during Cellular Firmware Update with ESP-IDF: Seeking Assistance

Hello ESP32 community, I am currently working on a project where I need to perform firmware updates over the air (OTA) using a cellular network. The chipset I'm using is ESP32S3. However, I am encountering a Guru Meditation Error during the OTA process, specifically within the esp_ota_end() function...
by Kowshik_Bevara
Wed Nov 08, 2023 10:13 am
Forum: General Discussion
Topic: UART software flow control in ESP32S3
Replies: 2
Views: 595

Re: UART software flow control in ESP32S3

Yes, local file system here means file system developed on the internal flash memory of ESP32S3. Thanks for the idea, I will try using the raw partition and reduce the baud rate. My primary application is to write in the raw partition but I want to check the data integrity first by downloading the f...
by Kowshik_Bevara
Wed Nov 08, 2023 6:13 am
Forum: General Discussion
Topic: UART software flow control in ESP32S3
Replies: 2
Views: 595

UART software flow control in ESP32S3

I'm using an ESP32S3 chip and trying to implement OTA through a cellular modem. The size of the bin file is 1250KB. The cellular modem has an AT command that downloads all the content in one go. Since there is no option to read it in chunks and there is not enough RAM to hold that 1250 KB of data. S...
by Kowshik_Bevara
Sun Oct 15, 2023 4:46 am
Forum: General Discussion
Topic: MTCK and MTDO pins in ESP32S3
Replies: 2
Views: 1545

MTCK and MTDO pins in ESP32S3

Hi, I'm currently working on a project using the ESP32-S3 chip, and I've decided to use MicroPython for my coding. In my project, I have connected GPIO 39 and GPIO 40 to relays for various operations. The ESP32-S3 datasheet designates GPIO 39 as MTCK and GPIO 40 as MTDO, which are typically used for...
by Kowshik_Bevara
Wed Sep 06, 2023 9:27 am
Forum: General Discussion
Topic: Fat32 file system corruption on internal flash of ESP32S3
Replies: 1
Views: 1047

Fat32 file system corruption on internal flash of ESP32S3

I am using an [ESP32-S3](https://www.espressif.com/sites/default/files/documentation/esp32-s3_datasheet_en.pdf) chip with 8 MB internal flash. Out of which 4 MB is for the FAT32 file system. I read and write files every 30 min into the file system. I am also using the wear leveling library that is a...
by Kowshik_Bevara
Tue Apr 25, 2023 12:56 pm
Forum: General Discussion
Topic: ESP rain maker app using micropython
Replies: 0
Views: 653

ESP rain maker app using micropython

Hi, I'm using the esp32s3 chip for development. I want to control the device using the Rain Maker app. I am using Micropython for programming the device. Did ESP provide support for the Rain Maker app in Micropython ? There is a page for the ESP Rain Maker app in Micropython: https://docs.espressif....
by Kowshik_Bevara
Mon Apr 17, 2023 11:12 am
Forum: General Discussion
Topic: Scanning MAC IDs with weak signal strengths
Replies: 0
Views: 534

Scanning MAC IDs with weak signal strengths

Hi, I'm using ESP32S3 to scan the MAC IDs of the surrounding routers. So when I compared it with other devices with different MCU the ESP32S3 is ignoring the MAC IDs with weak signal strengths and the values of the signal strengths of the scanned MAC IDs are less compared to the values of the signal...
by Kowshik_Bevara
Mon Apr 03, 2023 4:38 am
Forum: General Discussion
Topic: Limited number of KEYS for NVS partition
Replies: 1
Views: 739

Limited number of KEYS for NVS partition

Hi, In the partition table, I assigned 32KB to NVS in ESP32S3, but while using the NVS I tried to create 1000+keys with the value of 2 bytes and I got an error saying NOT enough space for storage. Considering each key to be of 2 bytes it accumulates to be only 2000 bytes. As per my understanding, it...
by Kowshik_Bevara
Mon Dec 05, 2022 5:16 am
Forum: General Discussion
Topic: Chip details are visible when chip is getting connected to Wi-FI
Replies: 8
Views: 3696

Re: Chip details are visible when chip is getting connected to Wi-FI

I am using ESP-IDF, and I changed the LWIP_HOSTNAME in the menu configuration. Thanks for the help, It worked.