1. 05 Nov, 2014 1 commit
  2. 04 Nov, 2014 2 commits
    • TMRh20's avatar
      Fix for last commit (code merge) · 85038040
      TMRh20 authored
      Prevent inclusion of BCM2835 driver for non-linux devices
      85038040
    • TMRh20's avatar
      Merge RPi and Arduino code · 435e4db8
      TMRh20 authored
      Merged code to simplify everything
      - #31 Timing of stopListening() adjusted slightly to further prevent
      blank ack-payloads if powering down while using ack-payloads or
      switching between modes
      435e4db8
  3. 21 Oct, 2014 1 commit
  4. 14 Oct, 2014 2 commits
  5. 11 Oct, 2014 3 commits
  6. 10 Oct, 2014 1 commit
  7. 06 Oct, 2014 2 commits
  8. 05 Oct, 2014 2 commits
  9. 04 Oct, 2014 1 commit
  10. 03 Oct, 2014 1 commit
  11. 02 Oct, 2014 8 commits
  12. 01 Oct, 2014 2 commits
  13. 29 Sep, 2014 1 commit
  14. 28 Sep, 2014 3 commits
  15. 27 Sep, 2014 1 commit
  16. 26 Sep, 2014 2 commits
    • Rei's avatar
      Select a standard pin layout for the examples. · e16c99e1
      Rei authored
      Choose a standard pin layout for all the examples based on the pin connection table in the readme files.
      Different pin layout in the example files could lead to not working examples.
      e16c99e1
    • Rei's avatar
      Update the pin layout table and consolidate the RPi readme files. · 1e8de6e8
      Rei authored
       - Changes in the pin layout table to describe how to connect the NRF24L01 pins to different boards
       - Remove duplicate readme information in the RPi readme file and point to the default RPi/RF24/readme.md file.
      1e8de6e8
  17. 23 Sep, 2014 1 commit
  18. 17 Sep, 2014 3 commits
  19. 14 Sep, 2014 1 commit
    • TMRh20's avatar
      Reduce error rate in call response scenarios · 9e28a602
      TMRh20 authored
      - Added delay to first call to available()
      a: Only delays IF called after startListening AND called less than a
      certain time after the last time it was called
      - Corrected mistake on last commit where flush_rx was added back
      inadvertently
      9e28a602
  20. 13 Sep, 2014 1 commit
    • TMRh20's avatar
      Add rxFifoFull() function, Only flush tx w ack_plds · 82629d4d
      TMRh20 authored
      - Add function to check if the rx fifo has been filled and potentially
      overloaded
      - TX FIFO is now only flushed when transitioning between reading/writing
      as start/stopListening() is called IF dynamic payloads are enabled
      82629d4d
  21. 10 Sep, 2014 1 commit
    • TMRh20's avatar
      Delay for dyn_Pld_length corruption · 4e250cbb
      TMRh20 authored
      When using dynamic payload lengths, payloads can be corrupted, and the
      length will return 0. This adds a small delay to allow recovery time,
      and prevent excessive errors.
      4e250cbb