Commit Graph

297 Commits

Author SHA1 Message Date
Daniel A. Maierhofer d665e5cf80 Disable 1MHz ClkOut on DIO5 to save power 2015-01-24 15:10:52 +01:00
Daniel A. Maierhofer 8ab622bf1f Update RFM69registers.h for reset / recommended default values
Reset values differ from recommended default values!
2015-01-24 14:21:35 +01:00
Daniel A. Maierhofer a0948ed849 Update RFM69registers.h 2015-01-24 14:20:28 +01:00
Felix Rusu e840071342 Update PiGateway_withLCD.ino 2015-01-22 12:26:11 -05:00
Felix Rusu 602d94e9b8 Merge pull request #23 from damadmai/defaults
Fixed FIFO & SS Pin init, incorporated Optimized Freq. Hopping Seq.
2015-01-19 23:18:44 -05:00
Daniel A. Maierhofer 3899f1f018 Ensure _slaveSelectPin is driven high after initialize() or setCS() 2015-01-18 12:31:16 +01:00
Daniel A. Maierhofer 8cecd36d9b Follow Optimized Frequency Hopping Sequence
by cf13c60ae5
Don't remove "if (newMode == _mode)" to prevent unnecessary mode switching by setFrequency()
2015-01-18 12:22:43 +01:00
Daniel A. Maierhofer c491a2ab82 Ensure FIFO & associated flags are reset during initialize()
by aa3ebc2997
2015-01-18 12:09:08 +01:00
Felix Rusu 6052ef8dae Merge pull request #22 from damadmai/unify
Unify hexadecimal notation, whitespace and usage of standard types
2015-01-13 11:19:51 -05:00
Daniel A. Maierhofer c34a63c2e7 Fixed Warning Wnarrowing 2015-01-12 15:09:49 +01:00
Daniel A. Maierhofer 5832c173fe Changed byte etc. to standard types for compatibility
binary compatible - only source changed
2015-01-12 11:34:16 +01:00
Daniel A. Maierhofer 4767945f7f Unify hexadecimal notation and whitespace 2015-01-12 11:00:43 +01:00
Felix Rusu 957b9952ec Merge pull request #21 from damadmai/master
Unify indentation (from TAB to two spaces)
2015-01-08 20:57:53 -05:00
LowPowerLab fd8f2e502b Add new PiGateway examples 2015-01-08 19:45:30 -05:00
Daniel A. Maierhofer bfa5dd8afd Unify comment style and whitespace
Use 'git diff --ignore-space-change --word-diff=plain' to verify.
2015-01-06 15:25:29 +01:00
Daniel A. Maierhofer 0999c802eb Unify indentation (from TAB to two spaces)
Use 'git diff --ignore-space-change' to verify.
2015-01-06 14:49:50 +01:00
Felix Rusu 2c96877d89 Merge pull request #20 from neilstockbridge/master
RFM69::readTemperature no longer emits * characters on Serial
2015-01-02 20:34:42 -05:00
Neil Stockbridge 13882ae71c RFM69::readTemperature no longer emits * characters on Serial while waiting for a reading 2015-01-03 14:24:25 +13:00
Felix Rusu 0518667c19 Merge pull request #19 from ivankravets/patch-1
PlatformIO Library Registry manifest file
2014-11-28 14:33:37 -05:00
Ivan Kravets 0a0da7b5fe PlatformIO Library Registry manifest file
* This library in Web Registry: http://platformio.ikravets.com/#!/lib/show/92/RFM69
* Specification: [PlatformIO Library Manager](http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html)
* Integration: [IDE Integration](http://docs.platformio.ikravets.com/en/latest/ide.html)
2014-11-28 18:09:59 +02:00
LowPowerLab ed2fd5b8d5 Fix RX deadlocks, update examples
This is a major patch release that should address the rx deadlocks which
cause hangs in multiple nodes networks. Thread on this is here:
https://lowpowerlab.com/forum/index.php/topic,736.0.html
Also updated node/gateway examples, and wireless programming sketches.
2014-11-17 14:58:00 -05:00
LowPowerLab dc6b33d98b License, add/update get/setFrequency(), & more
Update license to GPL 3.0
Add getFrequency()
Update setFrequency(freq in hz)
Add setNetwork(id)
Modify IRQ pinout for atmega32u4 (Arduino Leonardo)
2014-11-14 15:25:45 -05:00
Ryan Pipkin 5f9b239212 Added more registers and avoiding ram for strings. 2014-11-11 22:05:36 -06:00
Ryan Pipkin c9873f7888 Starting to decode and detail the register output from the device. It should be conditionally compiled to remove it from the codespace if necessary. 2014-11-10 23:02:52 -06:00
Ryan Pipkin 3571ef3be6 Add register dump header 2014-11-09 18:01:51 -06:00
Felix Rusu d6cadc7a96 Update MightyBoost sketch with A0 (in place of D7) 2014-11-08 18:57:51 -05:00
Felix Rusu fce4d74efe small param adjustment+fix 2014-11-07 11:07:36 -05:00
Felix Rusu b977159efd Make battery reading more efficient 2014-11-03 12:02:11 -05:00
Felix Rusu 39f873d1b5 Update Gateway example 2014-11-03 11:24:39 -05:00
Felix Rusu 1cd3391878 Add TxRxBlinky example 2014-10-21 12:23:14 -04:00
Felix Rusu a4d0494235 Update description 2014-10-17 12:53:09 -04:00
Felix Rusu 23be1a3ebe Add sketches for Motion,OLED,Mailbox motes 2014-10-17 12:32:03 -04:00
Felix Rusu b381c06b23 add writeup URL 2014-09-26 10:00:28 -04:00
Felix Rusu 1643169e48 Add latest Mailbox Notifier code 2014-09-26 09:58:48 -04:00
Felix Rusu d40233c4d4 update GarageMote example 2014-09-22 11:17:42 -04:00
Felix Rusu 8f8b14cfe7 Merge branch 'master' of https://github.com/LowPowerLab/RFM69 2014-09-22 11:13:06 -04:00
Felix Rusu b13e591625 Revert "Update garageMote example"
This reverts commit ea9c7ee8af.
2014-09-22 11:12:01 -04:00
Felix Rusu ea9c7ee8af Update garageMote example 2014-09-22 11:11:23 -04:00
Felix Rusu 2c5b86da02 Update MotionMote.ino 2014-09-12 11:30:40 -04:00
Felix Rusu 808449bab0 Merge pull request #13 from sourceindex/add_arduino_micro_support
added ATmega32U4 support
2014-09-06 20:52:53 -04:00
Sebastian Wendel b5ae481136 added ATmega32U4 support 2014-09-07 00:53:34 +02:00
Felix Rusu fb43a68bc0 Merge pull request #12 from plattrap/patch-1
Updated README.md.
2014-09-05 09:55:31 -04:00
plattrap 85ad8ff80b Updated README.md.
Spelling fix of `Sample`
2014-09-05 09:52:59 -04:00
Felix Rusu bd0b62c5f0 Add MightyBoost control sketch 2014-08-14 13:58:37 -04:00
Felix Rusu 9e0adf36a0 Update README.md 2014-08-14 09:35:08 -04:00
Felix Rusu 898922be10 Update to radio.ACKRequested()
Use radio.ACKRequested() to avoid unwanted ACKs on broadcasts
2014-08-12 22:38:58 -04:00
Felix Rusu ccbd7ff7d0 Updates & MEGA support 2014-08-12 22:31:42 -04:00
Felix Rusu c6960e7de5 Update Gateway/Node examples to support MEGA 2014-08-12 22:15:38 -04:00
Felix Rusu e8a0767849 Support for MEGA, GPL3.0, nonintrusive SPI 2014-08-12 22:03:37 -04:00
LowPowerLab 7dfdd68014 Update README.md 2014-07-25 13:47:09 -04:00