Search found 47 matches

by 666hjk
Wed Feb 09, 2022 9:54 am
Forum: ESP-IDF
Topic: esp32-c3 >> 2 ESP-IDF for 2 different modules
Replies: 2
Views: 6878

Re: esp32-c3 >> 2 ESP-IDF for 2 different modules

Noted. thanks for the explanation.
have already done the upgrading

on going learning continues ...
by 666hjk
Tue Feb 08, 2022 7:03 am
Forum: ESP-IDF
Topic: esp32-c3 >> 2 ESP-IDF for 2 different modules
Replies: 2
Views: 6878

esp32-c3 >> 2 ESP-IDF for 2 different modules

Hi, i recently bought esp32-c3 . Already have esp32 and ESP-IDF for esp32 in my laptop. Can i place esp32-c3's ESP-IDF together in the same directory as for ESP-IDF for esp32 ? Since there is only 1 IDF_PATH for 2 different modules, how should i arrange it? Looked thru yr documentation, can't find a...
by 666hjk
Mon Feb 07, 2022 11:38 pm
Forum: Documentation
Topic: downloading esp-idf for esp32-c3
Replies: 2
Views: 4620

downloading esp-idf for esp32-c3

<t>Hi,<br/> <br/> I've just got my esp32-c3 and need to download the esp-idf for it. my laptop already installed with esp-idf version >> ESP-IDF v4.2 -dirty for my esp32 under /esp <br/> <br/> 1) do i need to mkdir for a esp32-c3 ? or put it into the same directory as my esp32<br/> Appreciate any ad...
by 666hjk
Wed Jan 26, 2022 1:02 pm
Forum: Documentation
Topic: FUNC_SEND_WAIT_SEM( ) , where is the library for it ?
Replies: 0
Views: 5333

FUNC_SEND_WAIT_SEM( ) , where is the library for it ?

Hi, https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/bluedroid/ble_50/multi-adv/tutorial/Mulit_Adv_Example_Walkthrough.md Run thru the above example, can't find explanation or library on this function >> FUNC_SEND_WAIT_SEM() search also on https://docs.espressif.com/projects/esp-i...
by 666hjk
Thu Jan 20, 2022 6:52 am
Forum: Documentation
Topic: class BLEMultiAdvertising location ?
Replies: 2
Views: 8094

Re: class BLEMultiAdvertising location ?

Hi,

Thanks, look thru BLEAdvertising.h in my computer but didn't find BLEMultiAdvertising class. ok, time to download this version.
by 666hjk
Wed Jan 19, 2022 10:29 am
Forum: Documentation
Topic: class BLEMultiAdvertising location ?
Replies: 2
Views: 8094

class BLEMultiAdvertising location ?

/* Simple BLE5 multi advertising example on esp32 C3/S3 only ESP_BLE_GAP_SET_EXT_ADV_PROP_LEGACY_IND is backward compatible and can be scanned with BLE4.2 devices author: chegewara */ #include <BLEDevice.h> #include <BLEAdvertising.h> esp_ble_gap_ext_adv_params_t ext_adv_params_1M = { .type = ESP_BL...
by 666hjk
Thu Jan 13, 2022 4:23 am
Forum: General Discussion
Topic: Assigning Device's Alias for eddystone URL
Replies: 0
Views: 2333

Assigning Device's Alias for eddystone URL

Hi,

Anyone knows where i can get info on assigning an Alias for my device (ESP32) which is use as a beacon for eddystone URL.
When i scan for it, the column states N/A . Googled but nothing found.
Any help would be appreciated. Thanks.