Main Menu

search

You are here

nRF24-1 programs

[last updated: 2020-03-23]
go to: nRF24 home page
-----

  • This sketch (nRF24-13.txt) is derived from pingpair, with lots of edits, but general software concept/flow is unchanged.
  • This sketch (nRF24-14b.txt) deviates from the software concept in the pingpair program. It does away with the transmit & receive "role" code, and puts code for opening pipes and writing messages into function routines for more flexibility of program flow.
  • This sketch (nRF24-16.txt) re-writes the open pipes functions, so that each slave/remote node can use its own pipe. That is, each node listens on a pipe defined by pipes[nodeID]. Message status LED's are added, and code generally cleaned up and annotated.
  • Current sketch is nRF24-17b (not uploaded)

.

.

.

eof