Dear all
I notice that Gzaell could only send 32 bytes a packet. But I check register PCNF1 MAXLEN can be set over than 32 bytes.
Is there any way to increase overall transmission speed? ex: Send a packet with payload 64 bytes....
Dear all
I notice that Gzaell could only send 32 bytes a packet. But I check register PCNF1 MAXLEN can be set over than 32 bytes.
Is there any way to increase overall transmission speed? ex: Send a packet with payload 64 bytes....
Gazell for nRF51 is limited to 32 bytes per payload for backwards compatibility. If you need higher throughput than it can give, you'll have to implement a custom radio protocol from the radio hardware up. You can refer to the official radio example in the SDK for an example of how you can use the radio. This GitHub repository may also be useful.
Gazell for nRF51 is limited to 32 bytes per payload for backwards compatibility. If you need higher throughput than it can give, you'll have to implement a custom radio protocol from the radio hardware up. You can refer to the official radio example in the SDK for an example of how you can use the radio. This GitHub repository may also be useful.