1. 25 Mar, 2016 1 commit
    • TMRh20's avatar
      RPi Bugfix: False Hardware Failure indication · 3e15a1ad
      TMRh20 authored
      Was finally able to successfully recreate conditions to consistently
      cause 'HARDWARE FAILURE RADIO NOT RESPONDING' messages on RPI master
      node:
      1: Using RPi B2.0 with Raspbian 4.1.20+ armv61
      2. Using 2 matching nrf24l01 non-PA modules w/ext antenna
      3. Using RF24Gateway + RF24Ethernet
      4. Using Arduino Due as RF24Ethernet node
      
      Test scenario: Mesh working normally for very long periods of time.
      Re-introduced an old node using Arduino Due. Immediately started
      noticing error msgs on master node.
      
      Solution: Increasing the wait time from 85 to 95ms seems to prevent
      false indications of hardware failures. It appears, the code was just
      not waiting long enough.
      3e15a1ad
  2. 24 Mar, 2016 1 commit
  3. 23 Mar, 2016 5 commits
  4. 20 Feb, 2016 5 commits
  5. 19 Feb, 2016 2 commits
  6. 14 Feb, 2016 2 commits
  7. 09 Feb, 2016 1 commit
  8. 08 Feb, 2016 1 commit
    • Flavio Fernandes's avatar
      Fix warning: C++11 requires a space between literal and identifier · c3a0996b
      Flavio Fernandes authored
      This change fixes the following compiler warning I get when building
      on Arduino IDE version 1.6.7
      
      "/var/folders/sv/27zk61c9449f9wycpfhq9dmr0000gn/T/build68a338274e8c0af55d2a1e6113ec3df2.tmp/libraries/RF24/RF24.cpp.o"
      /Users/flaviof/Documents/Arduino/libraries/RF24/RF24.cpp:559:17: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
         printf_P(PSTR("Data Rate\t = "PRIPSTR"\r\n"),pgm_read_word(&rf24_datarate_e_str_P[getDataRate()]));
                       ^
      /Users/flaviof/Documents/Arduino/libraries/RF24/RF24.cpp:560:17: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
         printf_P(PSTR("Model\t\t = "PRIPSTR"\r\n"),pgm_read_word(&rf24_model_e_str_P[isPVariant()]));
                       ^
      /Users/flaviof/Documents/Arduino/libraries/RF24/RF24.cpp:561:17: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
         printf_P(PSTR("CRC Length\t = "PRIPSTR"\r\n"),pgm_read_word(&rf24_crclength_e_str_P[getCRCLength()]));
                       ^
      /Users/flaviof/Documents/Arduino/libraries/RF24/RF24.cpp:562:17: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
         printf_P(PSTR("PA Power\t = "PRIPSTR"\r\n"),  pgm_read_word(&rf24_pa_dbm_e_str_P[getPALevel()]));
                       ^
      c3a0996b
  9. 06 Feb, 2016 1 commit
  10. 05 Feb, 2016 1 commit
  11. 28 Jan, 2016 1 commit
    • Eric Lee's avatar
      Fix GettingStarted sample · 81f1c0d5
      Eric Lee authored
      The GettingStarted sample is apparently intended to send a number from the transmitter
      to the receiver and echo that same number back again, but the code wasn't outputting
      the echoed number properly. Now it doesn, and the user can see that the same number was
      sent and echoed back.
      81f1c0d5
  12. 27 Jan, 2016 1 commit
  13. 25 Jan, 2016 1 commit
  14. 23 Jan, 2016 1 commit
  15. 10 Jan, 2016 2 commits
  16. 07 Jan, 2016 10 commits
  17. 29 Dec, 2015 1 commit
  18. 28 Dec, 2015 1 commit
    • TMRh20's avatar
      Fix per #183 · 9e68f9e1
      TMRh20 authored
      - Update scanner examples to use channels 0-125
      - Update documentation indicating channels 0-125 only
      - Per datasheet radio only has 126 channels
      9e68f9e1
  19. 24 Dec, 2015 1 commit
  20. 23 Dec, 2015 1 commit