Search found 3 matches
- Tue Feb 20, 2018 10:21 am
- Forum: ESP32 Arduino
- Topic: GATT_READ_NOT_PERMIT on BLE Characteristic Read
- Replies: 4
- Views: 9539
Re: GATT_READ_NOT_PERMIT on BLE Characteristic Read
Thanks for the Log level settings here is the verbose log: ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0018,len:4 load:0x3fff001c,len:...
- Mon Feb 19, 2018 3:40 pm
- Forum: ESP32 Arduino
- Topic: GATT_READ_NOT_PERMIT on BLE Characteristic Read
- Replies: 4
- Views: 9539
Re: GATT_READ_NOT_PERMIT on BLE Characteristic Read
I tried to add the log to my post but the post itself disappeared. so here is the log: ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff001...
- Thu Feb 15, 2018 4:41 pm
- Forum: ESP32 Arduino
- Topic: GATT_READ_NOT_PERMIT on BLE Characteristic Read
- Replies: 4
- Views: 9539
GATT_READ_NOT_PERMIT on BLE Characteristic Read
Hi, I am currently trying to setup a BLE Connection between a ESP32-ST and a BGM111 from Silabs. I can connect to the service and find the characteristic I want but whenever i try to read the value i get E (36655) BT: GATT_READ_NOT_PERMIT Aswell when I want to apply the BGM for notifications I get E...