We want to use nrf24l01 communicate nrf51 with gazell protocol, Is it possible?
We want to use nrf24l01 communicate nrf51 with gazell protocol, Is it possible?
Hi HFC,
We don't provide an out-of-the-box Gazell library for the nRF24L01+
But what you can do is to have a look at the Gazell library source code for nRF24LE1 in our nRFGo SDK and port it to your own MCU.
The radio on the nRF24L01+ and nRF24LE1 are pretty much the same.
Hi HFC,
We don't provide an out-of-the-box Gazell library for the nRF24L01+
But what you can do is to have a look at the Gazell library source code for nRF24LE1 in our nRFGo SDK and port it to your own MCU.
The radio on the nRF24L01+ and nRF24LE1 are pretty much the same.