Search found 27 matches

by MattiaBerton
Fri Jul 28, 2023 1:07 pm
Forum: General Discussion
Topic: ESP32-P4 RISC-V dual core 400 MHz in the news
Replies: 15
Views: 114080

Re: ESP32-P4 RISC-V dual core 400 MHz in the news

Hello,
any news about this new chip? Release date?
by MattiaBerton
Mon Jun 26, 2023 9:17 am
Forum: Documentation
Topic: esp32-c6 adc specification and touch
Replies: 5
Views: 24653

Re: esp32-c6 adc specification and touch

Hello,
do you also have the sample and hold capacitor value, the multiplexer resistance switch value and the acquisition time?
thank you!
by MattiaBerton
Sat May 13, 2023 9:35 am
Forum: Documentation
Topic: esp32-c6 adc specification and touch
Replies: 5
Views: 24653

Re: esp32-c6 adc specification and touch

Is there a way to ask the DNL and INL of the device?
by MattiaBerton
Thu May 11, 2023 10:27 am
Forum: Documentation
Topic: esp32-c6 adc specification and touch
Replies: 5
Views: 24653

esp32-c6 adc specification and touch

Hello,
I put the same question in the IDF section, so perhaps here it is more correct. In any case, I can't find in the datasheet the DNL and INL of the esp32-C6. Is it the same of esp32-S3, or is it different?
Also, does the Esp32-c6 include the touch peripheral?
by MattiaBerton
Wed May 10, 2023 8:34 am
Forum: ESP-IDF
Topic: esp32-c6 adc specification and touch
Replies: 0
Views: 625

esp32-c6 adc specification and touch

Hello,
I can't find in the datasheet the DNL and INL of the esp32-C6. Is it the same of esp32-S3, or is it different?
Also, does the Esp32-c6 include the touch peripheral?
Thank you,
Mattia Berton
by MattiaBerton
Fri Nov 11, 2022 11:39 am
Forum: ESP-IDF
Topic: ESp-insights not working properly
Replies: 4
Views: 2159

Re: ESp-insights not working properly

Hello ESP_Vikram,
thank you for your prompt anwer. I tried to replicate the minimal_example, and it indeed works without any problems. Probably I didn't set anything in my configuration. I will try to replicate the setting, so I can use the Insights in my own firmware.
by MattiaBerton
Thu Nov 10, 2022 9:42 pm
Forum: ESP-IDF
Topic: FFT Frequency Bin Confusion
Replies: 1
Views: 1219

Re: FFT Frequency Bin Confusion

If the image above are correct, you are not taking an integer multiple of the period.
by MattiaBerton
Thu Nov 10, 2022 3:31 pm
Forum: ESP-IDF
Topic: ESp-insights not working properly
Replies: 4
Views: 2159

ESp-insights not working properly

Hello, I'm using an ESP32 with IDF 5.0-dev. I'm trying to implement the ESP_insights, but I faced some problems: I can start the esp_insights correctly in this way: esp_rmaker_time_sync_init(NULL); esp_insights_config_t config = { .log_type = ESP_DIAG_LOG_TYPE_ERROR | ESP_DIAG_LOG_TYPE_WARNING | ESP...
by MattiaBerton
Sun Sep 25, 2022 12:16 pm
Forum: ESP-IDF
Topic: Problem in JTAG tracing
Replies: 1
Views: 1535

Re: Problem in JTAG tracing

Any ideas?
by MattiaBerton
Fri Sep 23, 2022 10:39 am
Forum: ESP-IDF
Topic: Problem in JTAG tracing
Replies: 1
Views: 1535

Problem in JTAG tracing

Hello, I'm using an ESP32 with J-link as JTAG probe. I would like to trace data to see my log in SystemView, but I have some problems: I enabled the apptrace in menuconfig: # # Application Level Tracing # CONFIG_APPTRACE_DEST_JTAG=y # CONFIG_APPTRACE_DEST_NONE is not set CONFIG_APPTRACE_DEST_TRAX=y ...