OOK RX click not working

General discussion on mikroC PRO for PIC.
Post Reply
Author
Message
HyperUniverse
Posts: 282
Joined: 17 Jun 2009 10:42

OOK RX click not working

#1 Post by HyperUniverse » 01 Mar 2022 10:55

Hi,

The sample code for this addon board is not working.

I can't receive anything from the OOK TX click board, which I can see on the spectrum analyzer that is sending the right data.

More so, when this function is active

Code: Select all

if(!(ookrx_receiveData(0xCE35, &receivedPacket, 1))) {
is eating up from processor's execution time, as I can clearly see a slow down in my LED flashing (my LED being controlled by the Timer_3).

Why is that?
Can anybody show me what is happening inside these functions:

Code: Select all

ookrx_receiveData
and
&receivedPacket
so I can debug it?

Thanks.

Post Reply

Return to “mikroC PRO for PIC General”