Recieve packets using raspbee firmware
philippnormann opened this issue · 2 comments
philippnormann commented
Our raspbee firmware should have the ability to receive all packets sent on a specific channel.
mettke commented
Code is available in the receiving
branch. Unfortunately it is not compatible to the radio functions for sending. It is necessary to replace them before adding both functionalities at once
philippnormann commented
@mettke I replied to your PR here -> #3 (comment)
TL;DR: We should try using the usr_radio_receive_frame
function from the radio
module, instead.