generates random interrupt on Rec and Mode keys
Posted: Fri Jun 16, 2023 1:54 pm
Hi All,
I am trying to modify pipeline_a2dp_source_stream example code on my esp32 LyraT for my requirement. I want to start Bluetooth inquiry on button Rec press and disconnect Bluetooth on Mode button press and I have configured Rec and Mode button as interrupt on falling edge.
when I run the code the interrupt is randomly occurring on both the buttons without button press and I have tried with CRO to check whether buttons are fluctuating but I found it as constant. Kindly help me out to solve this issue.
Thanks
I am trying to modify pipeline_a2dp_source_stream example code on my esp32 LyraT for my requirement. I want to start Bluetooth inquiry on button Rec press and disconnect Bluetooth on Mode button press and I have configured Rec and Mode button as interrupt on falling edge.
when I run the code the interrupt is randomly occurring on both the buttons without button press and I have tried with CRO to check whether buttons are fluctuating but I found it as constant. Kindly help me out to solve this issue.
Thanks