- 28 Feb, 2015 2 commits
-
-
TMRh20 authored
- Add Template folder with example class declarations etc - Add template info to modules section in doxygen - Update related links etc for doxygen in RF24.h
-
TMRh20 authored
- Change SPI API for Linux devices to specify bus number in SPI.begin(0); - Enable kernel to handle cs toggling with SPIDEV - Comment out GPIO for CS pin with MRAA - Prevent linux devices from toggling CSN in RF24.cpp - Ensure all linux devices default to 0 or 1 for csn_pin - Remove some #ifdefs from RF24.cpp via above changes - Note: When using SPIDEV, if the pin used for CSN has been toggled via GPIO, users may need to do the following, to enable the kernel to toggle CSN: ``` sudo modprobe -r spi_bcm2708 ``` ``` sudo modprobe spi_bcm2708 ``` - Code needs cleanup/review #69 #74
-
- 24 Feb, 2015 2 commits
- 23 Feb, 2015 1 commit
-
-
TMRh20 authored
- Modify spidev writes for bbb/linux - Something seems to have changed with spidev with the spi_ioc_transfer struct on my machine. This seems closer to the spidevtest.c example, so hopefully keeps working??? - Prevent warnings via compatibility.c/.h - Add spi.begin to align with RF24 spi functions
-
- 22 Feb, 2015 1 commit
-
-
TMRh20 authored
Inadequate testing appeared to indicate the CRC checking was at fault, this was incorrect. Seemed to be 2 separate bugs in transfer example: Symptoms: Arduino would start reading 150+ KB/s and about 5000 payloads/second received after a period of time with transfers ongoing continuously. Fixes: 1. Remove the printf of Payload Count (same issue with %lu ) 2. Prevent division into 0
-
- 19 Feb, 2015 5 commits
-
-
TMRh20 authored
-
TMRh20 authored
-
TMRh20 authored
- Move some optional parameters to advanced operation and vice-versa
-
TMRh20 authored
All documentation to be contained on http://tmrh20.github.io
-
TMRh20 authored
- Move all documentation out of github.com readmes and onto github.io pages via source code/doxygen - Update Transfer example (16-bit CRC) - Update ATTiny example (pin configuration) - Add readme files to clarify old/non-updated examples - Add/Update documentation for various platforms - Deleted old RPi folder under RF24/RPi/RPi
-
- 18 Feb, 2015 8 commits
-
-
TMRh20 authored
Beginning of documentation updates for coming changes, and the consolidation of info from readme into source/doxygen Still needs lots of work..
-
TMRh20 authored
MRAA: Updated memory usage
-
TMRh20 authored
-
Anton Sabadash authored
-
Anton Sabadash authored
-
TMRh20 authored
Fixed issue with ARDUINO not issuing CS for radio
-
Anton Sabadash authored
-
TMRh20 authored
- MRAA support originally by @prophet-roshak #74 - Updated to migrate support files completely into arch/MRAA and minimize changes to the source files - Changes as per suggestions from @arfoll
-
- 15 Feb, 2015 3 commits
-
-
TMRh20 authored
- incorrect define prevents dual devices from sharing the SPI BUS
-
TMRh20 authored
- Update littlewire makefile by @lnxbil for new hardware support template
-
TMRh20 authored
- Update main Makefile (CCFLAGS) - Update examples_RPi Makefile (CCFLAGS) - Update examples_RPi/gettingstarted.cpp with BBB/spidev pins example
-
- 14 Feb, 2015 3 commits
- 12 Feb, 2015 2 commits
-
-
TMRh20 authored
Potential RPi 2 support via updated bcm2835.c (version 1.39)
-
Dustin Brewer authored
-
- 03 Feb, 2015 1 commit
-
-
TMRh20 authored
- Created the appropriate files for Due and ATTiny under arch/Due and arch/ATTiny - Modify RF24_config.h to suit the new changes - Modify detection for Arduino Due ( ARDUINO_SAM_DUE ) - Update RF24.cpp for cleaner Due detection Due changes are tested and working ATTiny changes compile but are untested
-
- 02 Feb, 2015 2 commits
-
-
TMRh20 authored
-
TMRh20 authored
From https://github.com/mlsorensen/RF24
-
- 01 Feb, 2015 1 commit
-
-
TMRh20 authored
Conflicts: RF24.cpp Merge master with updates branch
-
- 30 Jan, 2015 1 commit
-
-
TMRh20 authored
Some changes to get different revisions of NRF24L01+ modules working. by @dsbaha
-
- 28 Jan, 2015 1 commit
-
-
root authored
-
- 27 Jan, 2015 1 commit
-
-
root authored
- remove additional toggle_features as already enabled in radio start
-
- 24 Jan, 2015 2 commits
- 20 Jan, 2015 4 commits