Search found 7 matches

by moh.maya
Tue Apr 19, 2022 11:13 am
Forum: Hardware
Topic: ESP32C3 - Core 0 panic'ed (illegal instruction)
Replies: 6
Views: 6106

Re: ESP32C3 - Core 0 panic'ed (illegal instruction)


rst:0x1 (POWERON),boot:0xe (SPI_FAST_FLASH_BOOT)
I would suggest to compare this line with other boards. I am not sure, but it looks like problem with bootstrap pins (maybe bad soldering?).

Hello,

I see the same line in the boards that are working (and the sha256 comparison failure ...
by moh.maya
Mon Apr 18, 2022 7:41 pm
Forum: Hardware
Topic: ESP32C3 - Core 0 panic'ed (illegal instruction)
Replies: 6
Views: 6106

Re: ESP32C3 - Core 0 panic'ed (illegal instruction)


try using esptool.py erase_flash and then try flashing the app again

do you have this option enabled on sdkconfig? :

"Enable flash encryption on boot"





Thank you!

The 'Enable flash encryption on boot' option is currently not selected; I hesitate to, since the tooltip says

'Note: After ...
by moh.maya
Mon Apr 18, 2022 6:20 pm
Forum: Hardware
Topic: ESP32C3 - Core 0 panic'ed (illegal instruction)
Replies: 6
Views: 6106

ESP32C3 - Core 0 panic'ed (illegal instruction)

Hello,

I am trying to understand what this error means. I am trying to build and flash the 'Hello World' example project via VS Code, using the Espressif extension when I get this error.

I have 3 prototype boards, and the flashing worked fine for 2 of the boards - I could see 'Hello World' in the ...
by moh.maya
Wed Jan 19, 2022 8:09 am
Forum: General Discussion
Topic: How to get the best low power while in sleep mode
Replies: 5
Views: 6740

Re: How to get the best low power while in sleep mode

Are you using a standard LiPo battery? Those (the ones commonly sold for Arduino) are typically 4.2V when fully charged. I am using those for my board, and they work fine.

FWIW:
I noticed that a lot of boards use the AMS1117 LDO, but it has a fairly high drop out voltage, which could cause issues ...
by moh.maya
Tue Jan 18, 2022 1:51 am
Forum: General Discussion
Topic: esp32-c3 ble-uart : how to transmit more than 20 bytes in payload ?
Replies: 4
Views: 14980

Re: esp32-c3 ble-uart : how to transmit more than 20 bytes in payload ?


I set up my ESP32-C3 module for BLE-UART service with periodic transmission of messages using the Tx characteristic.

My phone supports Bluetooth 5.0, LE. Using LightBlue android app on my phone, I am able to connect and subscribe to the service and can see the periodic incoming messages, but ...
by moh.maya
Thu Sep 09, 2021 4:02 am
Forum: Hardware
Topic: ESP32-C3 Number of I2C controllers
Replies: 2
Views: 5382

Re: ESP32-C3 Number of I2C controllers

Thank you! :)
by moh.maya
Wed Sep 08, 2021 4:27 pm
Forum: Hardware
Topic: ESP32-C3 Number of I2C controllers
Replies: 2
Views: 5382

ESP32-C3 Number of I2C controllers

Hello,

I am a little confused about the number of I2C controllers available on the ESP32-C3 family.

This document https://docs.espressif.com/projects/esp-idf/en/v4.3-beta1/esp32c3/api-reference/peripherals/i2c.html says that 'ESP32-C3 has two I2C controllers (also referred to as ports) which are ...

Go to advanced search