tiwari.sachin
Full Member level 6
I am using RN4677 Bluetooth module from microchip and connecting that to mcu
I have checked only Bluetooth module by loading it on the PCB and changing internal buffer of module to 8kb and it works fine. I get continuous data.
When I connect the mcu, there is a delay in data reception. I am not sure why this is happening
My uart code if fine (have tested it without Bluetooth). I have a circular buffer in mcu that reads Bluetooth data.
During runtime, even though I send continuous data to Bluetooth, the circular buffer in mcu gets data with a delay.
There is no loss in data but it's more of a delay and the delay is random. What could be causing this issue??
I have checked only Bluetooth module by loading it on the PCB and changing internal buffer of module to 8kb and it works fine. I get continuous data.
When I connect the mcu, there is a delay in data reception. I am not sure why this is happening
My uart code if fine (have tested it without Bluetooth). I have a circular buffer in mcu that reads Bluetooth data.
During runtime, even though I send continuous data to Bluetooth, the circular buffer in mcu gets data with a delay.
There is no loss in data but it's more of a delay and the delay is random. What could be causing this issue??