Search found 3 matches

by arosboro
Tue Aug 28, 2018 11:14 pm
Forum: ESP-IDF
Topic: Promiscuous mode for BLE
Replies: 1
Views: 3378

Re: Promiscuous mode for BLE

I too would be interested in this. I think the last release, 3.1-rc1 had some significant improvements to the bluetooth api and the underlying bluedroid implementation, which I have been experimenting with using the gattc_multi_connect.c example. I haven't seen anything with regard to promiscuous mo...
by arosboro
Mon Apr 23, 2018 4:13 pm
Forum: General Discussion
Topic: Connecting to a bluetooth lightbulb and writing to character attribute (gattc)
Replies: 2
Views: 4486

Re: Connecting to a bluetooth lightbulb and writing to character attribute (gattc)

Thanks @chegewara, I see you're fairly active. I'm just getting started mostly as a hobbyist. I wasn't aware of Neil's Arduino library, but this is exactly on target for what I could understand. I have things working with one light, and am trying to juggle a vector<BLEAddress> and vector<BLEClient *...
by arosboro
Sat Apr 21, 2018 4:10 pm
Forum: General Discussion
Topic: Connecting to a bluetooth lightbulb and writing to character attribute (gattc)
Replies: 2
Views: 4486

Connecting to a bluetooth lightbulb and writing to character attribute (gattc)

I'm trying to turn on a light that I have significant documentation for. I have been able to do this with a raspberry pi and pygatt libraries using some python code i was able to find. The bulb is documented here: http://www.yeelight.com/download/yeelight_blue_message_interface_v1.0.pdf My difficult...