1. 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
  2. 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
  3. 09 Dec, 2014 1 commit
  4. 06 Dec, 2014 1 commit
  5. 01 Dec, 2014 2 commits
  6. 28 Nov, 2014 1 commit
  7. 26 Nov, 2014 2 commits
  8. 25 Nov, 2014 1 commit
  9. 19 Nov, 2014 3 commits
  10. 18 Nov, 2014 1 commit
  11. 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
  12. 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
  13. 15 Nov, 2014 1 commit
  14. 10 Nov, 2014 2 commits
  15. 06 Nov, 2014 4 commits
  16. 05 Nov, 2014 2 commits
  17. 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
  18. 21 Oct, 2014 1 commit
  19. 14 Oct, 2014 2 commits
  20. 11 Oct, 2014 3 commits
  21. 10 Oct, 2014 1 commit
  22. 06 Oct, 2014 2 commits