Search found 7 matches

by meneses.leonardo
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: 4534

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....
by meneses.leonardo
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: 8721

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...
by meneses.leonardo
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: 8721

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....
by meneses.leonardo
Fri May 25, 2018 1:31 pm
Forum: ESP-IDF
Topic: Integrate BootWiFi snippet in IDF C project
Replies: 3
Views: 5181

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...
by meneses.leonardo
Tue May 22, 2018 12:25 am
Forum: ESP-IDF
Topic: Integrate BootWiFi snippet in IDF C project
Replies: 3
Views: 5181

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...
by meneses.leonardo
Wed Feb 21, 2018 8:53 pm
Forum: General Discussion
Topic: Which dev board do you recommend?
Replies: 7
Views: 9753

Re: Which dev board do you recommend?

I'd go for the Adafruit's Feather Huzzah32
by meneses.leonardo
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: 8982

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