- 10 Jan, 2016 2 commits
-
-
https://github.com/TMRh20/RF24TMRh20 authored
-
TMRh20 authored
-
- 07 Jan, 2016 10 commits
- 29 Dec, 2015 1 commit
-
-
TMRh20 authored
-
- 28 Dec, 2015 1 commit
-
-
TMRh20 authored
- Update scanner examples to use channels 0-125 - Update documentation indicating channels 0-125 only - Per datasheet radio only has 126 channels
-
- 24 Dec, 2015 1 commit
-
-
TMRh20 authored
RPI2 autodetection
-
- 23 Dec, 2015 2 commits
-
-
Jevgeni Kiski authored
-
Jevgeni Kiski authored
-
- 21 Dec, 2015 3 commits
-
-
TMRh20 authored
-
TMRh20 authored
- SPI_HAS_TRANSACTION define was not being picked up properly: add define to RF24_arch_config.h - Fix beginTransaction call using RF_SPI_SPEED instead of RF24_SPI_SPEED - Change beginTransaction to use SPISettings object -
-
TMRh20 authored
- Bring beginTransaction inline with Arduino API - #define SPI_HAS_TRANSACTION in SPI.h - #define the spi speed on both Arduino and RPi/Linux using RF24_SPI_SPEED instead of different vars - Chg beginTransaction to use bitOrder & mode instead of CSN - Add delay directly to chipSelect function (helps ensure pin is active before beginning SPI transactions) #173
-
- 20 Dec, 2015 2 commits
- 19 Dec, 2015 6 commits
-
-
TMRh20 authored
- Fix blank response detect & remove wait
-
TMRh20 authored
- Create interrupts folder for RPi examples - Add new examples - Update Makefile
-
TMRh20 authored
- SPI transfern function calls transfernb function so a deadlock was occurring when a lock was attempted prior to the call - Thread should be unlocked before returning if bcm2835_init() fails
-
TMRh20 authored
- Create separate mutex for SPI vs User data handling Problems: A: Memory/Data conflicts became apparent after time without thread-safe queues B: Without implementing locking at the SPI level, even simple code examples (rx_transfer.cpp) would hang if a write was done out of sync with reads Solutions: A: Keep initial locking mechanism for users B: Implement separate automatic mutex and locking mechanism for SPI #172 #173
-
TMRh20 authored
per #172 #173 - Add mutex locking to SPI for RPi interrupt usage - Leave rfInterrupts() rfNoInterrupts() functions for testing purposes
-
TMRh20 authored
Using interrupts on RPi
-
- 17 Dec, 2015 3 commits
-
-
Oitzu authored
-
Oitzu authored
-
TMRh20 authored
Updated bcm library via http://www.airspayce.com/mikem/bcm2835/ http://www.airspayce.com/mikem/bcm2835/bcm2835-1.48.tar.gz
-
- 14 Dec, 2015 1 commit
-
-
Avamander authored
-
- 13 Dec, 2015 2 commits
- 11 Dec, 2015 1 commit
-
-
Oitzu authored
-
- 26 Nov, 2015 1 commit
-
-
TMRh20 authored
- #include <unistd.h>
-
- 25 Nov, 2015 3 commits
- 13 Nov, 2015 1 commit
-
-
TMRh20 authored
Python3 support added by the fuzzy one.
-