Lorawan Class C no data received #1659
-
|
Update: looks like Class C reception generate a CRC error every time something is received. Another strange thing is the interrupt latency. IRQ goes high but it takes up 30ms or more before SPI CS goes low. Hi, Here is a print of my log: And the code: Thanks for any input. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hi @HelgeFH, sorry for replying a bit slow. Regarding the boolean check: RadioLib configures an interrupt that fires when the DIO pin triggers (upon reception of a packet). This interrupt sets the boolean which is subsequently checked in the Class C function. This function also checks whether the downlink that was received is actually meant for this device based on DevAddr etc. |
Beta Was this translation helpful? Give feedback.
Once again sorry for the slow reply.
Your problem sounds suspiciously similar to #1638. Can you try the fix that is proposed there? I think it will resolve your problems.