Search found 6 matches
- Wed Jan 03, 2018 7:25 am
- Forum: ESP-IDF
- Topic: BLE: can't receive Scan Response
- Replies: 5
- Views: 9079
Re: BLE: can't receive Scan Response
... turns out the answer is simple as ****.... When you read the definition of struct ble_scan_result_evt_param in esp_gap_ble_api.h: the array ble_adv[] is defined as: uint8_t ble_adv[ESP_BLE_ADV_DATA_LEN_MAX + ESP_BLE_SCAN_RSP_DATA_LEN_MAX]; /*!< Received EIR */ ... well, why do you think ESP_BLE_...
- Fri Dec 29, 2017 12:39 pm
- Forum: ESP-IDF
- Topic: BLE: can't receive Scan Response
- Replies: 5
- Views: 9079
Re: BLE: can't receive Scan Response
Kolban, thank you very much for your answer, which I find highly valuable!
I'm gonna dig into the c++ code in january and eventually post here as soon as I get scan responses.
cheers
Vincent
I'm gonna dig into the c++ code in january and eventually post here as soon as I get scan responses.
cheers
Vincent
- Sun Dec 24, 2017 10:29 am
- Forum: ESP-IDF
- Topic: BLE: can't receive Scan Response
- Replies: 5
- Views: 9079
BLE: can't receive Scan Response
Hey all! Anyone around the esp32 world ever managed to RX a BLE scan response in an esp32? I advertise using bluez and can receive in another bluez host: (btmon output while running hcitool lescan) > HCI Event: LE Meta Event (0x3e) plen 28 #8 [hci0] 24.931439 LE Advertising Report (0x02) Num reports...
- Wed Oct 18, 2017 9:05 am
- Forum: General Discussion
- Topic: running the bare esp32 chip
- Replies: 11
- Views: 16194
Re: running the bare esp32 chip
Thank you VERY much for your answer!
- Sun Oct 15, 2017 8:27 am
- Forum: General Discussion
- Topic: External source for ESP32
- Replies: 3
- Views: 9127
Re: External source for ESP32
Sorry this is not an answer but I have a very similar question: if some good soul can answer all of us at the same time... I have an esp-wroom-32 that I used so far in a dev board in which you can plug/unplug it (please see attached picture) With that dev board I can use the esp-wroom-32 to flash, b...
- Sun Oct 15, 2017 7:59 am
- Forum: General Discussion
- Topic: running the bare esp32 chip
- Replies: 11
- Views: 16194
Re: running the bare esp32 chip
Please, can you tell me if connecting GND and 3V3 of an wroom-32 is sufficient to trigger a boot? (I know, sounds stupid if the answer is yes, but I'm not an expert in soldering so it's kinda tough to decipher what's wrong...).