hi guys,
i'm trying to send data between two boards (nrf52840) in real time. every time the input pin toggle there is a message to send to the central board.
i did this,but i misured a delay of about 30 ms between the square wave i trasmetted and the signal i received on the central board.
i have only an interrupt on the input pin that anable on the falling edge to send the data and no timer about that standard for the ble comunication but i don't understand why there is this delay on reciving signal.
thanks a lot for your answer!!!