Search found 2 matches

by miktr112
Wed Oct 09, 2019 12:22 pm
Forum: ESP-IDF
Topic: BLE problem when using UART
Replies: 1
Views: 2513

Re: BLE problem when using UART

UPDATE!
I just changed the RX pin from GPIO_15 to GPIO_39.
This change made BLE work again.

Still, I have no idea why this made it work..

Anyone got a clue?
by miktr112
Wed Oct 02, 2019 12:00 pm
Forum: ESP-IDF
Topic: BLE problem when using UART
Replies: 1
Views: 2513

BLE problem when using UART

When running both BLE and UART communication, BLE stops working. I have two tasks, a "BLE-task" and a "UART-task". The BLE-task sets up a number of serivces (like in the gatt_server-example) and the UART-task sets up communication over UART using an event queue. (se relevant code below) The problem ...