Search found 7 matches

by LindaZhang
Wed Aug 02, 2023 1:57 am
Forum: Documentation
Topic: Regulatory - Approved antennas list for ESP32-WROOM-32UE
Replies: 5
Views: 24500

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.
by LindaZhang
Tue Jul 25, 2023 8:35 am
Forum: Documentation
Topic: Regulatory - Approved antennas list for ESP32-WROOM-32UE
Replies: 5
Views: 24500

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.
by LindaZhang
Tue Jul 18, 2023 3:53 am
Forum: General Discussion
Topic: ESP32-S3 ULP current consumption
Replies: 1
Views: 781

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.
by LindaZhang
Mon Jun 12, 2023 3:01 am
Forum: Documentation
Topic: No callback parameter documented for ESP_GATTC_READ_MULTIPLE_EVT
Replies: 4
Views: 7397

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.
by LindaZhang
Thu Jun 08, 2023 8:35 am
Forum: Documentation
Topic: No callback parameter documented for ESP_GATTC_READ_MULTIPLE_EVT
Replies: 4
Views: 7397

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...
by LindaZhang
Mon Jan 16, 2023 2:45 am
Forum: Documentation
Topic: Documentation for esp-protocols offline
Replies: 2
Views: 3418

Re: Documentation for esp-protocols offline

Thank you for bringing this to our attention. The link has been fixed.
by LindaZhang
Mon Oct 10, 2022 3:34 am
Forum: Documentation
Topic: ESP RF Test Guide Document Need Explaination
Replies: 1
Views: 3544

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...