Search found 5 matches

by shaunie
Sat Oct 29, 2022 3:13 pm
Forum: ESP32 Arduino
Topic: ESP32 Arduino BLE cant read Characteristic
Replies: 0
Views: 2270

ESP32 Arduino BLE cant read Characteristic

Hello All, i'm a little clueless. I use a ESP32 with the Arduino IDE and the BLEDevice Lib. From this lib I use the BLE Client Example. I have a BLE Device (LED Lamp) and want to turn it on and off. With the NRF Connect App I figured out which Service and Characterisic is needed for this action. If ...
by shaunie
Mon May 16, 2022 7:06 pm
Forum: ESP32 Arduino
Topic: ESP32 BLE Philips HUE Bulb
Replies: 6
Views: 4901

Re: ESP32 BLE Philips HUE Bulb

jenrique_aguado I also used the iPad app.
But this doesn't change anything...I dont know what I am doing wrong :?
by shaunie
Fri May 13, 2022 4:17 pm
Forum: ESP32 Arduino
Topic: ESP32 BLE Philips HUE Bulb
Replies: 6
Views: 4901

Re: ESP32 BLE Philips HUE Bulb

Thanks for your code, but I have the same problem as with mine.
I can connect to the lamp but it is not possible to change anything.
HUI-Lamp-not working.PNG
HUI-Lamp-not working.PNG (44.14 KiB) Viewed 4688 times
by shaunie
Fri May 13, 2022 11:46 am
Forum: ESP32 Arduino
Topic: ESP32 BLE Philips HUE Bulb
Replies: 6
Views: 4901

Re: ESP32 BLE Philips HUE Bulb

jenrique_aguado do you still have the code that was working?
Or can you see what the Problem with my code is?
by shaunie
Sat May 07, 2022 9:35 pm
Forum: ESP32 Arduino
Topic: ESP32 BLE Philips HUE Bulb
Replies: 6
Views: 4901

ESP32 BLE Philips HUE Bulb

Hi to all, I'm new here. And I have a problem. I have a Philips Hue ble bulb and I want to control it with a ESP32. As a IDE I use Arduino. I took the BLE CLient example and used it. //-----------------------------------------------------------------\\ // // BLE Phillips HUE Lampe schalten bzw. Dimm...