Commit Graph

83 Commits

Author SHA1 Message Date
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
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
Felix Rusu 06f00c18b9 Increase default ACK time
Too short ACK causing missed packets
2014-03-10 20:07:53 -04:00
LowPowerLab c907e0b47e Merge pull request #9 from drewblessing/fix_encryption
Enable encryption
2014-03-05 18:24:36 -05:00
Drew A. Blessing ce3894d302 Fix wireless programming encryption 2014-03-05 17:19:49 -06:00
LowPowerLab dd49de0e23 Update MotionMote.ino 2014-03-05 08:53:15 -05:00
LowPowerLab e0b3e695f7 fix duplicate 'e' command 2014-02-16 13:42:03 -05:00
Felix Rusu 85d8385de1 fix duplicate 'e' command 2014-02-09 14:23:24 -05:00
Felix Rusu cec7f05940 new BROADCAST_ADDR=255, avoid calling receiveBegin() in RX 2014-02-01 21:13:40 -05:00
LowPowerLab c875e1b622 Update README.md 2014-01-03 17:49:09 -05:00
LowPowerLab 29efaf08cf Merge pull request #4 from dekay/master
A few more register definitions and a couple minor cleanups to RFM69.cpp
2014-01-03 14:43:36 -08:00
DeKay 2d233df459 Added a few new register definitions and a couple minor cleanups. 2014-01-02 15:57:18 -06:00
LowPowerLab 578d127109 Merge pull request #3 from dekay/master
Fixed name of AFCCTRL register and added a few defines.
2013-12-30 10:17:37 -08:00
dekay 321c588b5c Fixed typo REG_REGAFCCTLR -> REG_AFCCTRL 2013-12-30 11:48:56 -06:00
DeKay 78cb71f1cb Fixed name of AFCCTRL register and added a few defines. 2013-12-29 14:37:58 -06:00
Felix Rusu 85a0cd85bb Add targeted ID wireless programming
Specify the node ID of the target in the command line by newly added
command line argument
Some refactoring
2013-12-27 16:57:22 -05:00