Search found 8 matches

by ramier
Wed Jul 17, 2024 12:27 pm
Forum: Hardware
Topic: esp32-c3-mini-1 with package code XXN4 and M4N4
Replies: 1
Views: 2590

Re: esp32-c3-mini-1 with package code XXN4 and M4N4

We had/still have the same problem. Sadly there is no response from espressif :(
by ramier
Sat Apr 20, 2024 5:44 pm
Forum: Hardware
Topic: How to enter download mode without access to GPIO-9 ESP32C3 M4N4
Replies: 2
Views: 704

Re: How to enter download mode without access to GPIO-9 ESP32C3 M4N4

So far I have found out that M4N4 is revision 4 of the chip, XXN4 is revision 3 of the chip. https://www.espressif.com/sites/default ... ata_en.pdf

But there is no way to select the chip revision when ordering.
by ramier
Sat Apr 20, 2024 9:03 am
Forum: Hardware
Topic: ESP32-C3 from LCSC faulty?
Replies: 14
Views: 7945

Re: ESP32-C3 from LCSC faulty?

I am having the same issues with ESP32C3 M4N4 modules. See https://esp32.com/viewtopic.php?f=12&t=39450&p=130974 does anyone have a solution?
by ramier
Fri Apr 19, 2024 12:56 pm
Forum: Hardware
Topic: How to enter download mode without access to GPIO-9 ESP32C3 M4N4
Replies: 2
Views: 704

How to enter download mode without access to GPIO-9 ESP32C3 M4N4

Hello everyone, I'm currently facing a problem with the ESP32C3 M4N4 variant and was hoping someone here could help me with a solution. In the past I've worked with the XXN4 variant of the ESP32C3 and had no problems flashing them without having to manipulate GPIO-9. However, I've recently acquired ...
by ramier
Thu Dec 28, 2023 12:03 pm
Forum: ESP-IDF
Topic: BLE: Set coding of ESP32-C3
Replies: 2
Views: 2529

Re: BLE: Set coding of ESP32-C3

Setting

Code: Select all

ble_gap_set_prefered_default_le_phy(BLE_GAP_LE_PHY_CODED, BLE_GAP_LE_PHY_CODED);
works a bit... but for some reason 2M PHY is enabled and not Coded PHY.

Any idea why this would happen?
by ramier
Fri Jan 21, 2022 1:15 pm
Forum: ESP-IDF
Topic: How to show battery level in iOS and Android using BLE?
Replies: 0
Views: 1536

How to show battery level in iOS and Android using BLE?

Hey, I want to show my battery level in iOS and Android, like headphones tpiycaly do. My code looks something like this, with nRF I do get the correct results, but nowhere in Android or iOS can I see my battery status. Has anybody managed to show the battery level in iOS or Android? uint8_t battery_...
by ramier
Sat Dec 18, 2021 9:25 pm
Forum: ESP-IDF
Topic: Fail to install ESP32-IDF
Replies: 4
Views: 5872

Re: Fail to install ESP32-IDF

What branch are you on?

Maybe try this https://stackoverflow.com/a/43855394/9309705
by ramier
Sat Dec 18, 2021 9:07 pm
Forum: ESP-IDF
Topic: How to concatenate cmake targets?
Replies: 0
Views: 2248

How to concatenate cmake targets?

Hey, I am using clion during development. Everything works fine so far, I used the tutorial provided by clion for the esp-idf setup https://www.jetbrains.com/help/clion/esp-idf.html. When building and monitoring the log I have two options, first running build with cmake and then running monitor with...