sigfox downlink issue
Posted: Wed Sep 16, 2015 3:50 am
Hi
When running the sigfox downlink exemple I do not receive any signal from the network.
Tx is correct I can see the message on the backend
downlink_callback function is correctly called (RX BEGIN and RX END message are printed)
I can see aswell that the DL arrow is green on sigfox backend.
But I never enter this code section in downlink_callback():
// Received one good frame
tfp_dump("RX=", rx_frame, length);
Meaning that no signal was received.
Thanks
When running the sigfox downlink exemple I do not receive any signal from the network.
Tx is correct I can see the message on the backend
downlink_callback function is correctly called (RX BEGIN and RX END message are printed)
I can see aswell that the DL arrow is green on sigfox backend.
But I never enter this code section in downlink_callback():
// Received one good frame
tfp_dump("RX=", rx_frame, length);
Meaning that no signal was received.
Thanks