Hi,
I am making a project with the nRF52832.
In this project i must configurate another chip with SPI.
The timing must be very accurate. Now the problem is that the bluetooth interrupt is messing up the timing.
So i disable the bluetooth before i communicate with the other chip and enable the bluetooth again when the communication is done.
So I must always reconnect manually.
is there a possibility to leave the bluetooth on when i am communicating with the other chip, without getting a bluetooth interrupt?
or is there a possibility to automatically reconnect to the last connected device (android smartphone)?
Greets