Skip to content

nRF24L01 transceiver library including all main functions

Notifications You must be signed in to change notification settings

rshcs/nrf24l01_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

nrf24l01

This covers almost all the main features of nrf24l01

Working principle (acknowledge payload):

  • Each node is assigned to a unique address
  • Only enabled and used one data pipe address (instead of using all six of them) in each node
  • If a one node wants to read data from another node, it has to send a request to the second node address.
  • If the second node in reach, then send back the requested data as an ack_payload data packet.*

Some of the nrf24l01 clone units (cheap ones you probably buy online) do not generate interrupt when it receives new data

About

nRF24L01 transceiver library including all main functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages