- 17 Nov, 2014 1 commit
-
-
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.
-
- 16 Nov, 2014 5 commits
-
-
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.
-
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.
-
TMRh20 authored
Delay is necessary for faster devices in some cases - reduced delay by 30us for testing further
-
TMRh20 authored
Further testing indicates this is not needed
-
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
-
- 15 Nov, 2014 1 commit
-
-
Martin Matyas authored
-
- 10 Nov, 2014 2 commits
- 06 Nov, 2014 4 commits
- 05 Nov, 2014 2 commits
- 04 Nov, 2014 2 commits
- 21 Oct, 2014 1 commit
-
-
TMRh20 authored
character fix
-
- 14 Oct, 2014 2 commits
-
-
Andreas Steinel authored
-
TMRh20 authored
Per #27 update to match http://tmrh20.github.io docs
-
- 11 Oct, 2014 3 commits
-
-
TMRh20 authored
per req. from sergio m.
-
TMRh20 authored
-
https://github.com/TMRh20/RF24TMRh20 authored
-
- 10 Oct, 2014 1 commit
-
-
TMRh20 authored
- add #define for _SPI - add links to alternate SPI libs
-
- 06 Oct, 2014 2 commits
- 05 Oct, 2014 2 commits
- 04 Oct, 2014 1 commit
-
-
TMRh20 authored
- Revert SPI to default lib by default. Configure via RF24_config.h #24 - Corrected CRC status reporting per https://github.com/evorios by checking AA register
-
- 03 Oct, 2014 1 commit
-
-
TMRh20 authored
- Added softSPI support for https://github.com/greiman/DigitalIO library - Updated SPI_UART code to allow use at the same time as the SPI library
-
- 02 Oct, 2014 8 commits
-
-
TMRh20 authored
Uses the SPI_UART library at https://github.com/TMRh20/Sketches
-
TMRh20 authored
-
TMRh20 authored
Per a tip from Andrew A. this should be the final nail in the coffin of issue #7
-
TMRh20 authored
http://www.airspayce.com/mikem/bcm2835/bcm2835-1.37.tar.gz - Merge with latest BCM2835 driver changes - Should allow full support for RPi B+ but is untested ... not sure why the .h file was left out the first time...
-
TMRh20 authored
http://www.airspayce.com/mikem/bcm2835/bcm2835-1.37.tar.gz - Merge with latest BCM2835 driver changes - Should allow full support for RPi B+ but is untested
-
Rei authored
-
Rei authored
Choose a standard pin layout for all the examples based on the pin connection table in the readme files. Different pin layout in the example files could lead to not working examples.
-
Rei authored
- Changes in the pin layout table to describe how to connect the NRF24L01 pins to different boards - Remove duplicate readme information in the RPi readme file and point to the default RPi/RF24/readme.md file.
-
- 01 Oct, 2014 2 commits