You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yup, just use any of the included examples. Please see the documentation to utilize the full capabilities like large payload sizes etc as the radios are configured to work with nRF24 out of the box
what about nRF52810? when I compile library using nRF52810 Board in Arduino IDE it throw error said there is no member in some structs defined in related h file. I knew the nrf_to _nrf is for providing communication between nRF52840 and nR24L, however not sure if it support nRF52810.
Currently it looks like there are some registers that are different between the two types of devices, it can probably be worked around, but for now, no the library is not compatible with 52810 devices.
This is something I will note for future reference, but unless I get ahold of a 52810 device myself, I will not likely add support for these boards.
Hello ,
Thanks for your library.
Could I use the library between two nRF52840 which one is transmitting data via ESB and another use the library to receive data ?
Thanks.
The text was updated successfully, but these errors were encountered: