Search found 9 matches

by irobux
Tue Feb 21, 2017 9:39 am
Forum: ESP32 Arduino
Topic: fatal error: controller.h: No such file or directory
Replies: 4
Views: 10241

Re: fatal error: controller.h: No such file or directory

Hi,
You have to check bluetooth in the configuration throuth make menuconfig => "component config". You will tell the SDK to take into account the bt. Then your project will compile with this component and find the files included.

You need not to move the files

Iro
by irobux
Tue Feb 14, 2017 11:31 pm
Forum: Sample Code
Topic: Sending command fomr gatt client to server (central to peripheric)
Replies: 5
Views: 11422

Sending command fomr gatt client to server (central to peripheric)

Hi, I am still using the gatt client sample and can scan the advertised peripherics in the area with this sample. I need to drive (put on/off) a beewi smart led. As far as i understood I have to call the write function with good parameters like conn_id, gatt_if, value length, value to write, etc... ...
by irobux
Fri Jan 27, 2017 9:59 pm
Forum: Sample Code
Topic: GATT client sample
Replies: 4
Views: 7988

Re: GATT client sample

Hi, I tried with a BLE beewi LED and ths is OK. Many thanks Then I want to control the LED and I am not sure to understand the relation between the central and the peripheric. How to send data from Central ? I mean by How is: How to use the following events, is it in the "gattc_profile_a_event_handl...
by irobux
Wed Jan 25, 2017 10:03 pm
Forum: Sample Code
Topic: GATT client sample
Replies: 4
Views: 7988

Re: GATT client sample

Hi,
Thanks for your responses !

@fhsh => I modified the code because the devices were not detected then as @WiFive said maybe there are not BLE.
Then where can I modify the code to take into account not only BLE device :D ?

Thanks
Iro
by irobux
Wed Jan 25, 2017 10:28 am
Forum: Sample Code
Topic: GATT client sample
Replies: 4
Views: 7988

GATT client sample

Hi All, I need to detect a ble device and connect to it as a Central, client then I used the gatt client sample. I read the code, there is indeed a gap scanning then gatt procedures to get the services and characteristics and notification etc... but during scanning nothing occurs with a ble device l...
by irobux
Fri Jan 13, 2017 7:01 pm
Forum: General Discussion
Topic: Bluetooth failure after update
Replies: 4
Views: 7525

Re: Bluetooth failure after update

Hello :)
How did you do this ? "Downloaded a new sdkconfig file and reset the parameters I needed."
by irobux
Fri Jan 13, 2017 8:54 am
Forum: ESP-IDF
Topic: include sdk file issue
Replies: 7
Views: 15440

include sdk file issue

Hello,
Does anyone meet a include file issue witht he last update.
The last sample grom my git pull of this morning does not compile.

bta_api.h: No such file or directory
file is present in
components/bt/bluedroid/bta/include/

thanks
iRobux
by irobux
Sat Jan 07, 2017 2:50 pm
Forum: Sample Code
Topic: Bluetooth Classic - How to implement it!
Replies: 11
Views: 16928

Re: Bluetooth Classic - How to implement it!

Hi, I have the same question about bluetooth. I tested the 3 samples 05_ble_adv 12_blufi 14_gatts_server In the three case the name of the peripheric is shown but impossible to connect. I notices that the sample 14 with gatt has a gap connection, the 05 only deals with advertising. Is there a sample...
by irobux
Thu Jan 05, 2017 10:40 pm
Forum: General Discussion
Topic: Pairing with ESP32 and PC
Replies: 3
Views: 8842

Re: Pairing with ESP32 and PC

Hi,
I am also working on the 05_BLE_Adv example
seiing the main, It seems that only a send paquet feature is present (hci_cmd_send_ble_adv_start which calls API_vhci_host_send_packet ).
I also need to implement the pairing part.
Does some can help us for that guys ?
Thanks
irobux