1. 30 Dec, 2014 1 commit
  2. 28 Dec, 2014 3 commits
  3. 26 Dec, 2014 1 commit
  4. 24 Dec, 2014 1 commit
  5. 23 Dec, 2014 1 commit
    • TMRh20's avatar
      Update many of the example files · d05a3562
      TMRh20 authored
      - Updated gettingStarted examples to demonstrate proper pipe/address
      handling by assigning a unique id to each node
      - Updated gettingstarted_call_response to demonstrate 'proper' use of
      ack payloads
      - Added gettingstarted_handling_data example
      - Added pingpair_irq_simple to demonstrate bidirectional communication
      via interrupts
      - Updated standard pingpair_irq example
      - Use Serial.println(F()); instead of printf
      d05a3562
  6. 18 Dec, 2014 2 commits
  7. 17 Dec, 2014 1 commit
    • TMRh20's avatar
      Update readme for installer · 91c6d214
      TMRh20 authored
      - remove sudo from installer instructions, to prevent the cloned
      dirs/files from being downloaded as root
      - Add D option with example info
      91c6d214
  8. 15 Dec, 2014 1 commit
    • TMRh20's avatar
      Fix: RPi memory corruption · 73cf59c1
      TMRh20 authored
      - Per #46 the read_payload() function was over-reading data into the
      user provided buffer
      73cf59c1
  9. 09 Dec, 2014 1 commit
  10. 06 Dec, 2014 1 commit
  11. 01 Dec, 2014 3 commits
  12. 28 Nov, 2014 1 commit
  13. 26 Nov, 2014 2 commits
  14. 25 Nov, 2014 1 commit
  15. 19 Nov, 2014 3 commits
  16. 18 Nov, 2014 1 commit
  17. 17 Nov, 2014 1 commit
    • treykeown's avatar
      Non-conflicting names · 1650b6bd
      treykeown authored
      Using this library in a file along with iostream caused a compilation
      error. The “#define min” line in RF24_config.h overrode a function by
      the same name used in a file included by iostream. Renamed to avoid
      this issue.
      1650b6bd
  18. 16 Nov, 2014 5 commits
    • TMRh20's avatar
      Revert change to delay from last commit · 58293d6f
      TMRh20 authored
      Further testing after including python wrapper indicates the original
      delay seems to be about this best its going to get as far as a
      compromise between delaying a bit/throughput and reliability of payloads
      when rapidly switching between modes.
      58293d6f
    • TMRh20's avatar
      Merge pull request #35 from mz-fuzzy/master · a2954f8f
      TMRh20 authored
      Python wrapper for RPi added
      
      This wrapper and the pingpair_dyn example seems to have brought up a bit of a timing issue that should be fixed in the latest commit https://github.com/TMRh20/RF24/commit/d41d47ab20cb794b8250560154076b1b2b06feae  
      Also, (minor issue) it seems to be missing the define for ```BCM2835_SPI_CS0``` and ```BCM2835_SPI_CS1``` 
      That can be fixed, and it seems to work nicely otherwise, so merging.
      a2954f8f
    • TMRh20's avatar
      Revert last commit, if defined... delay · deef592b
      TMRh20 authored
      Delay is necessary for faster devices in some cases
      - reduced delay by 30us for testing further
      deef592b
    • TMRh20's avatar
      Remove unnecessary delay · a12cdca3
      TMRh20 authored
      Further testing indicates this is not needed
      a12cdca3
    • TMRh20's avatar
      Reliability improvements for RPi · d41d47ab
      TMRh20 authored
      - In testing with python wrapper, found setting CE(HIGH) sooner in
      startListening() prevents issues
      - Changed delay between available() checking on RPi to prevent what
      seems like saturation of the RF24 module with SPI requests
      - Reduces errors when switching between RX/TX modes
      d41d47ab
  19. 15 Nov, 2014 1 commit
  20. 10 Nov, 2014 2 commits
  21. 06 Nov, 2014 4 commits
  22. 05 Nov, 2014 2 commits
  23. 04 Nov, 2014 1 commit