Commit Graph

31 Commits

Author SHA1 Message Date
Greg Copeland 85c0f57e3f Removed method argument const qualifiers. 2011-07-16 11:36:10 -05:00
Greg Copeland b491480dde Reverted constructor changes. Changed SPI bus speed. Fixed setAutoAck
for specific pipelines per suggestion.
2011-07-16 10:36:36 -05:00
Greg Copeland 059efa5ffa Re-organized nRF24L01.h file to place 'P' features in one
location. Changed some bit value interpretation.

Now auto-detects P-vaiants and is queryable. setDataRate now returns a
boolean indicating success or failure of the new data rate
request. The wide_band state indicator has been added and now tracks
the state, including on error fallback. Its now possible to query the
current data rate via getDataRate().

The AA retry duration has been changed to 1500us, which is the lowest
interval allowed when running at 250Kbs, with AA enabled, and 32-byte
packets.
2011-06-27 15:02:33 -05:00
Greg Copeland 634d0efde5 Moved the wide_band variable and initializer cleanup. 2011-06-21 15:01:10 -05:00
Greg Copeland aac2c3dba3 Added two default values to the RF24 constructor; speed and channel.
Some additional constantness cleanup.
2011-06-21 14:58:19 -05:00
Greg Copeland b1a7dc7d54 Adds constantness to method declarations and arguments where possible.
Added the concept of wide band. Currently not used but state is
properly tracked in accordance with data rate selection.
Default channel is changed to 64 in begin method. That needs to move
anyways.
Automatic ACKs can now be adjusted on a per pipeline bases.
2011-06-21 14:36:02 -05:00
Greg Copeland 1a37c1cd0f New P variant feature support with corresponding defines. RF_DR is now broken into two bits to support P variant and is now obsolete. RF_DR is now RF_DR_HIGH and RF_DR_LOW; with RF_DR_HIGH corresponding to the original RF_DR bit. Data rate can now select 250kbs mode on supporting hardware.
Its now possible to both get and set the current PA level. LNA is obsolete in P variant.

CD is obsoleted in P variant. Can now check both CD and RDP levels. Will follow through in the future to determine if there is any real difference. Aside from dBm floor and slight changes in internal behavior, they appear identical in interface and function.

Fixes a bug in openReadingPipe which was excluding the 5th pipline. We have 6-pipelines, 0-5, so excluding the 5th (<5) would only allow for four active pipelines.
2011-06-21 10:26:16 -05:00
maniacbug 26c45e85a9 astyle -A1 2011-06-04 16:01:43 -07:00
maniacbug bec84a7907 Fixed led_remote in docs 2011-06-04 15:25:47 -07:00
maniacbug a62338f3a7 Added led_remote to docs 2011-06-04 15:20:53 -07:00
maniacbug 34efd5ac94 Added setCRCLength 2011-05-27 20:09:29 -07:00
maniacbug 4131420de7 Added setDataRate() 2011-05-26 20:48:30 -07:00
maniacbug a6e7444059 Added carrier detect and auto ack enable/disable 2011-05-25 22:23:25 -07:00
maniacbug bee284f9c5 Added carrier detect and auto-ack disable, and an example to use it 2011-05-25 22:22:21 -07:00
maniacbug f3369a552c Updating docs 2011-05-25 21:02:11 -07:00
maniacbug 1c65c7f181 Revised documentation 2011-05-25 20:52:01 -07:00
maniacbug 0b3f8fec65 Merge branch 'master' of github.com:maniacbug/RF24 2011-05-15 07:22:34 -07:00
maniacbug 1d28d28a29 Now caches the reading pipe 0 and re-sets it when starting to listen. 2011-05-15 07:21:11 -07:00
maniacbug d8b2512e0c Allow opening pipe 0 for reading. Useful if it's on a different subnet from others 2011-05-12 21:46:27 -07:00
maniacbug 6ec7640a7a Added more documentation 2011-05-11 14:50:07 -07:00
maniacbug b697fd4e79 Added powerDown(). 2011-05-10 15:16:06 -07:00
maniacbug ffc7d099ed Got ack payloads working. Renamed from 'ackpacket' 2011-05-10 14:39:01 -07:00
maniacbug 79628e7849 Added ack payload. Added a sample using pingpair as a base with minimal changes. 2011-04-30 15:31:04 -07:00
maniacbug dfb2faa841 Removed the line that set the payload size to 8 in begin(). Reduced some ints to uint8_t. Added some more debugging info. 2011-04-25 20:29:57 -07:00
maniacbug 5b632f3740 Updated vim modeline 2011-04-24 11:24:21 -07:00
maniacbug 21057e4608 Cleaned up documentation. 2011-04-03 20:28:54 -07:00
maniacbug c8ed556aba Added an indication of which pipe a message came from. Fixed a bug where pipes 2+ were not
getting enabled.
2011-04-01 22:55:33 -07:00
james e97e0239d7 Simplified example to use less calls.
Defaults now to 32-byte payloads, but you can call in with any size under that.  Added example to docs.
2011-03-31 21:32:45 -07:00
maniacbug 0dc43ab872 Changed name of print_details to comply with the overall naming convention 2011-03-19 13:19:17 -07:00
maniacbug 0503017d1a Updated documentation 2011-03-18 23:52:20 -07:00
maniacbug de083c964d added 2011-03-18 20:32:34 -07:00