Search found 5 matches
- 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 ...
- 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
But this doesn't change anything...I dont know what I am doing wrong
- 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.
I can connect to the lamp but it is not possible to change anything.
- 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?
Or can you see what the Problem with my code is?
- 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...