- 19 Sep, 2016 2 commits
- 16 Sep, 2016 1 commit
-
-
pfeerick authored
getCRCLength() returns RF24_CRC_DISABLED, not RF24_DISABLED...
-
- 05 Sep, 2016 2 commits
-
-
TMRh20 authored
Let's PlatformIO decide how to build Arduino v1.0 library
-
Ivan Kravets authored
-
- 15 Aug, 2016 2 commits
-
-
Avamander authored
Update PlatformIO library manifest
-
Valerii Koval authored
-
- 12 Aug, 2016 1 commit
-
-
Avamander authored
-
- 27 Jul, 2016 2 commits
- 29 Jun, 2016 1 commit
-
-
mz-fuzzy authored
- update for makefile improvements - python wrapper updates - cross compilation - duplications removed - minor doc fixes
-
- 16 Jun, 2016 1 commit
-
-
Avamander authored
Changes in RF24_config.h prohibits the detection of XMEGA.
-
- 02 Jun, 2016 1 commit
-
-
Radek Novacek authored
-
- 15 May, 2016 2 commits
-
-
mz-fuzzy authored
Change examples_RPi to examples_linux
-
mz-fuzzy authored
Improved Allwinner SoC detection. Signed-off-by: mz-fuzzy <mzfuzzy800@gmail.com>
-
- 10 May, 2016 1 commit
-
-
gitgrimbo authored
-
- 03 May, 2016 1 commit
-
-
akatran authored
-
- 30 Apr, 2016 2 commits
- 29 Apr, 2016 2 commits
- 22 Apr, 2016 1 commit
-
-
mz-fuzzy authored
.gitignore update
-
- 21 Apr, 2016 1 commit
-
-
TMRh20 authored
Support for ATXMega256D3 as a static library.
-
- 15 Apr, 2016 1 commit
-
-
akatran authored
-
- 14 Apr, 2016 2 commits
- 10 Apr, 2016 1 commit
-
-
akatran authored
-
- 07 Apr, 2016 1 commit
-
-
mz-fuzzy authored
- fix of cleaning wrong library name Signed-off-by: mz-fuzzy <mzfuzzy800@gmail.com>
-
- 05 Apr, 2016 1 commit
-
-
mz-fuzzy authored
in c++ build command line. Fix for ubunutu compilation. Signed-off-by: mz-fuzzy <mzfuzzy800@gmail.com>
-
- 04 Apr, 2016 7 commits
-
-
https://github.com/TMRh20/RF24mz-fuzzy authored
-
mz-fuzzy authored
Signed-off-by: mz-fuzzy <mzfuzzy800@gmail.com>
-
mz-fuzzy authored
Signed-off-by: mz-fuzzy <mzfuzzy800@gmail.com>
-
TMRh20 authored
Mistake: Only the underlying variable has changed, the printout should still say CONFIG as the radio register is CONFIG.
-
TMRh20 authored
It seems mutex locking is still required when using SPIDEV. Errors only become apparent with very heavy radio traffic (HARDWARE FAIL: RADIO NOT RESPONDING )
-
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.
-
TMRh20 authored
First attempt to open /sys/class/gpio/gpio<GPIO NUMBER>/direction fails when running as non-root user. Added loop w/delay to retry for up to 10 seconds by default.
-
- 03 Apr, 2016 3 commits
- 02 Apr, 2016 1 commit
-
-
akatran authored
-