i am trying to add sleep just like in the example of tdoa_tag
/* Enter sleep */
uwb_phy_forcetrxoff(udev);
uwb_phy_rx_reset(udev);
uwb_sleep_config(udev);
uwb_enter_sleep(udev);
after nrng_complete_cb(struct dpl_event *ev) is called. The code is able get the pan slot_id and compute the distance only for once, after that it shows
slot_timer_cb_....start_tx_error
please help me resolve this issue.
Thanks
i am trying to add sleep just like in the example of tdoa_tag
/* Enter sleep */
uwb_phy_forcetrxoff(udev);
uwb_phy_rx_reset(udev);
uwb_sleep_config(udev);
uwb_enter_sleep(udev);
after nrng_complete_cb(struct dpl_event *ev) is called. The code is able get the pan slot_id and compute the distance only for once, after that it shows
slot_timer_cb_....start_tx_error
please help me resolve this issue.
Thanks