Search found 11 matches

by n47h4n
Thu Dec 28, 2023 8:27 pm
Forum: ESP32 Arduino
Topic: BLE security client
Replies: 1
Views: 1616

Re: BLE security client

Hi,
Did you solve your problem?
If so, how?
Thanks
by n47h4n
Sun Apr 23, 2023 6:09 am
Forum: Hardware
Topic: Question about reset RC and boot network
Replies: 2
Views: 1420

[SOLVED] Question about reset RC and boot network

@ESP_Sprite thanks

About the 10pF capacitor, I saw it on this schematic https://files.seeedstudio.com/wiki/XIAO ... C3-SCH.pdf
I think you are right. It must be there to avoid parasitic bounces on the button.
by n47h4n
Sat Apr 22, 2023 2:35 pm
Forum: Hardware
Topic: Question about reset RC and boot network
Replies: 2
Views: 1420

Question about reset RC and boot network

Hi, In Espressif documentations (ESP32-S2, S3, C3) it is adviced to use a RC network made of 10k resistor to VCC and 1uF capacitor to GND. But in most schematics a 0.1uF capacitor is used. My question is what value one must use? Same for "boot" pin. 1k resistor and 10pF capacitor. Is that good? Than...
by n47h4n
Fri Apr 14, 2023 10:08 am
Forum: Hardware
Topic: Native USB issue on an esp32-s2-solo module (not kit)
Replies: 2
Views: 1143

[SOLVED] Re: Native USB issue on an esp32-s2-solo module (not kit)

@ESP_Sprite thanks, it works!
by n47h4n
Thu Apr 13, 2023 1:31 pm
Forum: Hardware
Topic: Native USB issue on an esp32-s2-solo module (not kit)
Replies: 2
Views: 1143

Native USB issue on an esp32-s2-solo module (not kit)

Hi, Using an esp32-c3 module (Ai-Thinker one), I can use native usb either in run mode or DFU mode. With an esp32-s2-solo (a module not a kit), I can see the device in /dev only in DFU mode, not in RUN mode. I have a RC network (10kohm to Vcc/1uF to GND). I enter DFU mode by connecting IO0 to GND th...
by n47h4n
Fri Apr 07, 2023 6:40 pm
Forum: ESP32 Arduino
Topic: Compilation fails when using esp_apptrace_init() - JTAG
Replies: 3
Views: 1701

Re: Compilation fails when using esp_apptrace_init() - JTAG

Thanks for your reply @lbernstone

I don't understand what you mean by "a customized sdkconfig".
Is there a doc somewhere?
by n47h4n
Sun Apr 02, 2023 8:00 am
Forum: ESP32 Arduino
Topic: Compilation fails when using esp_apptrace_init() - JTAG
Replies: 3
Views: 1701

Compilation fails when using esp_apptrace_init() - JTAG

Hello everyone. I'm trying to build a small program for testing JTAG 2-ways communication. I have the error: /Users/nb/.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: /Users/nb/.platformio/packages/framework-arduinoespressif32/to...
by n47h4n
Sat Apr 01, 2023 8:43 pm
Forum: ESP-IDF
Topic: Sending commands via JTAG to the esp32.
Replies: 3
Views: 1583

Re: Sending commands via JTAG to the esp32.

Hi CKiamy, I have found this: #include "esp_app_trace.h" . . . char buf[32]; char down_buf[32]; size_t sz = sizeof(buf); /* config down buffer */ esp_apptrace_down_buffer_config((uint8_t*) down_buf, sizeof(down_buf)); /* check for incoming data and read them if any */ esp_err_t res = esp_apptrace_re...
by n47h4n
Sat Apr 01, 2023 11:33 am
Forum: ESP-IDF
Topic: Sending commands via JTAG to the esp32.
Replies: 3
Views: 1583

Re: Sending commands via JTAG to the esp32.

Hi,

Did you find a way to do that?
I'm very interesting.
by n47h4n
Sun Mar 05, 2023 4:57 pm
Forum: General Discussion
Topic: ESP32-S2-DevKitM-1 vs ESP32-S2-DevKitC-1R
Replies: 3
Views: 2912

Re: ESP32-S2-DevKitM-1 vs ESP32-S2-DevKitC-1R

Thanks @ESP_krzychb
8,74mm is a real difference indeed.

For the PSRam, I think it's the same. I was wrong when saying ESP32-S2-DevKitM-1, it was in fact ESP32-S2-DevKitM-1-N4R2.

Thanks again.