philippnormann/zigbear

Recieve packets using raspbee firmware

philippnormann opened this issue · 2 comments

Our raspbee firmware should have the ability to receive all packets sent on a specific channel.

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

@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.