Search found 8 matches
- Mon Sep 23, 2024 3:48 am
- Forum: Documentation
- Topic: FInding documentation of ESP32-P4-Function-EV-Board
- Replies: 1
- Views: 1953
Re: FInding documentation of ESP32-P4-Function-EV-Board
1. Visit Hardware Reference https://docs.espressif.com/projects/esp-idf/en/latest/esp32p4/hw-reference/index.html and select "Development Boards" Screen Shot 2024-09-23 at 11.43.23.png 2. You will be redirected to the product page https://www.espressif.com/en/products/devkits. From there, Click the ...
- Wed Aug 02, 2023 1:57 am
- Forum: Documentation
- Topic: Regulatory - Approved antennas list for ESP32-WROOM-32UE
- Replies: 5
- Views: 31938
Re: Regulatory - Approved antennas list for ESP32-WROOM-32UE
Yes, you can choose an external antenna with a maximum gain smaller than 4.0 dBi.
- Tue Jul 25, 2023 8:35 am
- Forum: Documentation
- Topic: Regulatory - Approved antennas list for ESP32-WROOM-32UE
- Replies: 5
- Views: 31938
Re: Regulatory - Approved antennas list for ESP32-WROOM-32UE
We only measure the gain of PCB antennas and do not measure that of external antennas. Generally, we recommend the maximum gain of external antennas should be smaller than 2.33 dBi.
- Tue Jul 18, 2023 3:53 am
- Forum: General Discussion
- Topic: ESP32-S3 ULP current consumption
- Replies: 1
- Views: 1431
Re: ESP32-S3 ULP current consumption
Hi, we have tested the current consumption of ESP32-S3 with flashing the example system/ulp/ulp_riscv/gpio. The measurement is also about 400 uA.
However, the current consumption is higher than expected. We will check the example later.
However, the current consumption is higher than expected. We will check the example later.
- Mon Jun 12, 2023 3:01 am
- Forum: Documentation
- Topic: No callback parameter documented for ESP_GATTC_READ_MULTIPLE_EVT
- Replies: 4
- Views: 8458
Re: No callback parameter documented for ESP_GATTC_READ_MULTIPLE_EVT
Hi, if you issue a read multiple request, you will receive only one ESP_GATTC_READ_MULTIPLE_EVT for all characteristics. The callback param contains the value of each characteristic (set of values, no longer than ATT_MTU-1) but doesn't contain the handle of each characteristic.
- Thu Jun 08, 2023 8:35 am
- Forum: Documentation
- Topic: No callback parameter documented for ESP_GATTC_READ_MULTIPLE_EVT
- Replies: 4
- Views: 8458
Re: No callback parameter documented for ESP_GATTC_READ_MULTIPLE_EVT
Hi, the params of the event ESP_GATTC_READ_MULTIPLE_EVT is struct gattc_read_char_evt_param (same as ESP_GATTC_READ_CHAR_EVT ). Related header file will be updated soon. In addition, you can deal with this event by adding it to the function gattc_profile_event_handler . See the example https://githu...
- Mon Jan 16, 2023 2:45 am
- Forum: Documentation
- Topic: Documentation for esp-protocols offline
- Replies: 2
- Views: 4346
Re: Documentation for esp-protocols offline
Thank you for bringing this to our attention. The link has been fixed.
- Mon Oct 10, 2022 3:34 am
- Forum: Documentation
- Topic: ESP RF Test Guide Document Need Explaination
- Replies: 1
- Views: 4274
Re: ESP RF Test Guide Document Need Explaination
ESP32_BLE_RX_Log.png The first field (#1) indicates the total number of packets received in this period. In this case, the field value is e19. The second field (#2) indicates the number of packets received at the corresponding rate in this period. In this case, the field value is 0. The third-to-la...