Hi,
I used the project gzll_ack_payload in nRF51 SDK for nRF51822, I changed the Device to send a packet per second, every thing goes OK with the default parameter.
Because I want to have a better communication distance, I used nrf_gzll_set_datarate() set the datarate to 250kbps, and nrf_gzll_set_timelot_period(2700) set the period to 2700ms. But I found I must set nrf_gzll_set_max_tx_attempts() more than 80, can the communication work well, otherwise, if the Device re-power, the Host can not received any data.
so, is there anyother parameters should be set for 250kbps Gazell ?
Thanks and best regards.