Search found 7 matches
- Sun Jul 01, 2018 3:24 am
- Forum: Report Bugs
- Topic: BLE advertising and scan response packets not working simultaneously with advertising interval parameters
- Replies: 0
- Views: 4972
BLE advertising and scan response packets not working simultaneously with advertising interval parameters
Hello everyone, I'm having an issue when setting a Beacon with both advertising packet and scan response. Here is my code. // C programming #include <stdio.h> #include <string.h> // freertos #include "freertos/FreeRTOS.h" #include "freertos/task.h" // system #include "esp_log.h" #include "nvs_flash....
- Fri Jun 22, 2018 11:35 pm
- Forum: ESP-IDF
- Topic: BLE advertising and scan response packets not working simultaneously with adv parameters
- Replies: 3
- Views: 9469
Re: BLE advertising and scan response packets not working simultaneously with adv parameters
I don't think I understand your answer. There are two packets, the advertising data is an array at the beginning, and the scan response data consist only of local name. Both parameters are set in the task after registration of the callback, but is necessary to check if both are ready in order to sta...
- Fri Jun 22, 2018 10:02 pm
- Forum: ESP-IDF
- Topic: BLE advertising and scan response packets not working simultaneously with adv parameters
- Replies: 3
- Views: 9469
BLE advertising and scan response packets not working simultaneously with adv parameters
Hello everyone, I'm having an issue when setting a Beacon with both advertising packet and scan response. Here is my code. // C programming #include <stdio.h> #include <string.h> // freertos #include "freertos/FreeRTOS.h" #include "freertos/task.h" // system #include "esp_log.h" #include "nvs_flash....
- Fri May 25, 2018 1:31 pm
- Forum: ESP-IDF
- Topic: Integrate BootWiFi snippet in IDF C project
- Replies: 3
- Views: 5702
Re: Integrate BootWiFi snippet in IDF C project
Thanks, Worked right away. This is a step up in my project. In the future, what would you suggest me? go full c++ with your working snippets community? or stay and bring my code to c? (or something super crazy like micropython :o ). By the way, this is the tutorial I followed for ble advertising tha...
- Tue May 22, 2018 12:25 am
- Forum: ESP-IDF
- Topic: Integrate BootWiFi snippet in IDF C project
- Replies: 3
- Views: 5702
Integrate BootWiFi snippet in IDF C project
Hey there. I have programmed my ESP32 for networking, sensing, among other functions. Everything is working but connection to WiFi network is HARD-CODED. That's when I found @kolban 's BootWiFi snippet and successfully ported in a new project. It's been really hard for me because I don't know annyth...
- Wed Feb 21, 2018 8:53 pm
- Forum: General Discussion
- Topic: Which dev board do you recommend?
- Replies: 7
- Views: 10782
Re: Which dev board do you recommend?
I'd go for the Adafruit's Feather Huzzah32
- Wed Feb 21, 2018 8:49 pm
- Forum: General Discussion
- Topic: Where to download Esptouch v0.3.4.6 APK for ESP32 smartconfig v2.7.1
- Replies: 3
- Views: 9760
Re: Where to download Esptouch v0.3.4.6 APK for ESP32 smartconfig v2.7.1
Sorry I know this is a low question. But I just want to demo smartconfig function quickly. I download from https://github.com/EspressifApp/EsptouchForAndroid but it is source code, no APK. I don't know how to compile it. Where could I get esptouch APK that is compatible with latest smartconfig 2.7....