- 30 Dec, 2014 1 commit
-
-
TMRh20 authored
-
- 28 Dec, 2014 3 commits
- 26 Dec, 2014 1 commit
-
-
TMRh20 authored
-
- 24 Dec, 2014 1 commit
-
-
TMRh20 authored
-
- 23 Dec, 2014 1 commit
-
-
TMRh20 authored
- Updated gettingStarted examples to demonstrate proper pipe/address handling by assigning a unique id to each node - Updated gettingstarted_call_response to demonstrate 'proper' use of ack payloads - Added gettingstarted_handling_data example - Added pingpair_irq_simple to demonstrate bidirectional communication via interrupts - Updated standard pingpair_irq example - Use Serial.println(F()); instead of printf
-
- 18 Dec, 2014 2 commits
- 17 Dec, 2014 1 commit
-
-
TMRh20 authored
- remove sudo from installer instructions, to prevent the cloned dirs/files from being downloaded as root - Add D option with example info
-
- 15 Dec, 2014 1 commit
-
-
TMRh20 authored
- Per #46 the read_payload() function was over-reading data into the user provided buffer
-
- 09 Dec, 2014 1 commit
-
-
TMRh20 authored
New RPi install script available at http://tmrh20.github.io/RF24Installer/RPi/install.sh
-
- 06 Dec, 2014 1 commit
-
-
TMRh20 authored
- Add readme for python wrapper - Add link to main page of documentation for python.
-
- 01 Dec, 2014 3 commits
- 28 Nov, 2014 1 commit
-
-
René Mikkelsen authored
-
- 26 Nov, 2014 2 commits
- 25 Nov, 2014 1 commit
-
-
TMRh20 authored
Non-conflicting names
-
- 19 Nov, 2014 3 commits
- 18 Nov, 2014 1 commit
-
-
darky authored
-
- 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 1 commit
-
-
TMRh20 authored
Prevent inclusion of BCM2835 driver for non-linux devices
-