You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have taken the new WiringPi that now being supported again and built it on a Raspberry Pi Zero 2 W. I have built the RX_Demo and TX_Demo code and have it working just fine between two Pi's.
When I take the RX_Demo program and setup to capture 315Mhz ASK/OOK signal I cannot capture any signals.
I setup my debugger and it appears that the "if (cc1100.packet_available())" is not being able to detect a new packet.
I have also ran the RX_Demo and TX_Demo programs and can debug the RX_Demo program and the debugger can detect a packet being received.
Any suggestions on what could be preventing the packet from being detected would be greatly appreciated.
Cheers
Joe
The text was updated successfully, but these errors were encountered:
Hello, I have taken the new WiringPi that now being supported again and built it on a Raspberry Pi Zero 2 W. I have built the RX_Demo and TX_Demo code and have it working just fine between two Pi's.
When I take the RX_Demo program and setup to capture 315Mhz ASK/OOK signal I cannot capture any signals.
I setup my debugger and it appears that the "if (cc1100.packet_available())" is not being able to detect a new packet.
I have also ran the RX_Demo and TX_Demo programs and can debug the RX_Demo program and the debugger can detect a packet being received.
Any suggestions on what could be preventing the packet from being detected would be greatly appreciated.
Cheers
Joe
The text was updated successfully, but these errors were encountered: