Search found 2 matches

by sokolsok
Thu May 16, 2024 10:10 pm
Forum: ESP-IDF
Topic: BLE triggers an interrupt from GPIO
Replies: 0
Views: 604

BLE triggers an interrupt from GPIO

Hey there, A quick intro: In my project, I need to use interrupts on the falling edge for GPIO36 and GPIO39. I'm using ESP32 and FreeRTOS. Everything works flawlessly up to this point. First, I initialize the interrupts: gpio_install_isr_service(0); gpio_isr_handler_add(36, gpio_isr_handler, (void*)...
by sokolsok
Sun Feb 25, 2024 1:01 pm
Forum: General Discussion
Topic: only one command is running that is read or write to phone in nimble ble. i am using bleprh
Replies: 2
Views: 1245

Re: only one command is running that is read or write to phone in nimble ble. i am using bleprh

I'm right where you are.
Could you tell me the correct way to pass data from om_data to char array?