Bruce297

Results 10 comments of Bruce297

Now we add a note that shouldn't rely on default values in [docs](https://docs.espressif.com/projects/esp-idf/en/latest/esp32c6/api-reference/peripherals/gpio.html) ![gpio](https://github.com/espressif/esp-idf/assets/45276199/d91ba416-473b-43e1-bf81-529a9c25b11f)

Now we add a note that shouldn't rely on default values in [docs](https://docs.espressif.com/projects/esp-idf/en/latest/esp32c6/api-reference/peripherals/gpio.html) ![gpio](https://github.com/espressif/esp-idf/assets/45276199/b0880b3e-c1cb-4672-9d08-8e34fab0f86b)

`bootloader_random_disable` should not be called after ADC initialize, that's a known conflict. You can see on https://github.com/espressif/esp-idf/blob/41dd1a351b4f8630a0b9dbdd87a6bf782094dd66/components/bootloader_support/include/bootloader_random.h#L39 We will consider to fix it if possible in future.

sha=2435ffd1c6019aaa1f319295ca9b47a6acc55bf7

> Thanks! Will this make it into 5.4 and 5.5? Yeah, we will backport to 5.5/5.4

Hi @rojer Can you provide more information about your test of BLE adverisement signal? How much dbm before and after this change?

Hi @mennovf Thanks for your correction, we will fix it soon

Hi, in calculating the baud rate, it is normal and unavoidable to sometimes have a small error

Hello @crivi30 You only need to define `#define FRAME_SIZE ((SAMPLES_PER_CHANNEL) * sizeof(adc_digi_output_data_t))` rather than multiplying by the number of channels in advance. ADC continuous-mode driver internally processes multi-channel sampling, interlacing...

Hi, for now, the num of ADC DMA descriptor is always set to 5, it's the least num to avoid the frames lost due to the delay between DMA writes...