fea8c0e82f
Move examples to 57600 baud
maniacbug
2011-06-27 21:06:08 -07:00
91df6f6df5
Fixed bug of not including name. Also added extra tab on short strings.
maniacbug
2011-06-27 21:01:58 -07:00
92373ba7f5
Refactor repeated parts of printDetails into own methods
maniacbug
2011-06-27 12:54:42 -07:00
059efa5ffa
Re-organized nRF24L01.h file to place 'P' features in one location. Changed some bit value interpretation.
Greg Copeland
2011-06-27 15:02:33 -05:00
aa7a7c647a
Cleaned up some reinterpret casts to use new-style casts
maniacbug
2011-06-25 21:24:42 -07:00
8d5f020c78
Added Jamfile for led_remote
maniacbug
2011-06-25 21:23:25 -07:00
6e6264be43
Fix bug in openReadingPipe which disallowed pipe 5
maniacbug
2011-06-25 21:18:13 -07:00
748fde239b
Add RF_SETUP to printDetails
maniacbug
2011-06-25 21:17:53 -07:00
3cc856aa95
Changed the logic. Button press now toggles the LED.
maniacbug
2011-06-25 21:14:51 -07:00
634d0efde5
Moved the wide_band variable and initializer cleanup.
Greg Copeland
2011-06-21 15:01:10 -05:00
aac2c3dba3
Added two default values to the RF24 constructor; speed and channel. Some additional constantness cleanup.
Greg Copeland
2011-06-21 14:58:19 -05:00
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.
Greg Copeland
2011-06-21 14:36:02 -05:00
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.
Greg Copeland
2011-06-21 10:26:16 -05:00
1062f9d879
Environment-specific changes for me. Testing out latest arduino from git, and added a 3rd upload option
maniacbug
2011-05-25 20:47:16 -07:00
72dc77467e
Created a new example to show sleeping in between sends. This isn't done yet. It's just a copy of pingpair for now.
maniacbug
2011-05-10 14:51:51 -07:00
f9b664cd34
Removed 'ackpacket' example. It was never working
maniacbug
2011-05-10 14:42:29 -07:00
93f5cface0
Fixed a bug where it was writing to the wrong pipe
maniacbug
2011-05-02 21:21:10 -07:00
e7254a3b3a
Split out upload target into two
maniacbug
2011-05-02 21:20:55 -07:00
39b15c8b55
Stripped down extraneous pipe opens, and other un-needed things.
maniacbug
2011-04-30 21:10:33 -07:00
38392fa5f4
Removed ping/pong. Now tx just sends and rx just sends ack payload
maniacbug
2011-04-30 19:52:13 -07:00
79628e7849
Added ack payload. Added a sample using pingpair as a base with minimal changes.
maniacbug
2011-04-30 15:31:04 -07:00
a88e78a0da
Merge branch 'master' of 207.97.227.239:maniacbug/RF24
maniacbug
2011-04-28 20:34:34 -07:00
997140e0d4
Added new sample, based on pingpair
maniacbug
2011-04-28 16:14:07 -07:00
33b897318f
Moved printf format strings to progmem.
maniacbug
2011-04-25 20:40:51 -07:00
dfb2faa841
Removed the line that set the payload size to 8 in begin(). Reduced some ints to uint8_t. Added some more debugging info.
maniacbug
2011-04-25 20:29:57 -07:00
e005ec75f1
Merge branch 'master' of github.com:maniacbug/RF24
maniacbug
2011-04-24 12:56:51 -07:00
1045cec9b1
Now sets spi data mode before interacting with the chip. needed to interoperate with other spi devices
maniacbug
2011-04-24 12:56:43 -07:00
e188242a86
Enabled warnings, and cleaned up warnings. Updated pingpair makefile for recent makefile improvements
maniacbug
2011-04-24 11:34:05 -07:00
5b632f3740
Updated vim modeline
maniacbug
2011-04-24 11:24:21 -07:00
0668494aee
Trying to get the formatting just right
maniacbug
2011-04-03 20:32:21 -07:00