Page 1 of 1

ESP-IDF Blufi demo

Posted: Mon Jan 16, 2017 2:07 am
by Nicholas3388
Hi,
Is there a BLEDEMO APK for the blufi sample in esp-idf? I didn't find any download link in the README file. Can you provide one for users to download the APK. Thanks.

Re: ESP-IDF Blufi demo

Posted: Mon Jan 16, 2017 2:43 am
by ESP_igrr

Re: ESP-IDF Blufi demo

Posted: Wed Jan 18, 2017 9:02 am
by seopyoon
Hello,

After upgrading esp-idf and the toolchain, my blufi_main.c cannot find bluedroid libraries.

i.e. I get the following error:
/blufi/main/./blufi_main.c:28:27: fatal error: esp_blufi_api.h: No such file or directory

Re: ESP-IDF Blufi demo

Posted: Wed Jan 18, 2017 9:13 am
by seopyoon
It seems anything in bluedroid cannot be found/compiled from this example.

Re: ESP-IDF Blufi demo

Posted: Fri Jan 20, 2017 6:35 am
by seopyoon
Sorry. It must have been my fault. After removing esp-idf and re-cloning, the blufi example works well with the above APK.

The README on the example is very insufficient. Could you explain how a custom app could perform the same functionality?

Re: ESP-IDF Blufi demo

Posted: Fri Jan 20, 2017 9:02 am
by WiFive
Hopefully blufi libraries for iOS and android will be released. Looks like the protocol is more complex with encryption options, packetization/framing, binary headers, message types/subtypes, ...

Re: ESP-IDF Blufi demo

Posted: Mon Jan 23, 2017 4:28 am
by seopyoon
I agree. The protocol seems to have become much more complex than before, when I could just send ssid and passwd via serial. Please provide documentations.

Re: ESP-IDF Blufi demo

Posted: Thu Feb 23, 2017 8:23 am
by davdav
I have the same problem of including some files of bluedroid. see following image
Immagine.jpg
Immagine.jpg (224.33 KiB) Viewed 14148 times
However if I change the "include/esp_blufi_api.h" to "esp_blufi_api.h", it is able to compile but obviously, it doesn't resolve the include file
Immagine2.jpg
Immagine2.jpg (230.15 KiB) Viewed 14148 times

How to solve it?

Thanks.

Re: ESP-IDF Blufi demo

Posted: Tue Aug 08, 2017 8:12 pm
by peculiar_persimmon
Seconded. Please provide an iOS sample for Blufi with code for encryption (handshake) and packetization/frame construction. Thank you.