Commit Graph

16 Commits

Author SHA1 Message Date
Daniel A. Maierhofer 4767945f7f Unify hexadecimal notation and whitespace 2015-01-12 11:00:43 +01: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
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
Sebastian Wendel b5ae481136 added ATmega32U4 support 2014-09-07 00:53:34 +02:00
Felix Rusu e8a0767849 Support for MEGA, GPL3.0, nonintrusive SPI 2014-08-12 22:03:37 -04:00
Felix Rusu 06f00c18b9 Increase default ACK time
Too short ACK causing missed packets
2014-03-10 20:07:53 -04:00
Felix Rusu cec7f05940 new BROADCAST_ADDR=255, avoid calling receiveBegin() in RX 2014-02-01 21:13:40 -05:00
Felix Rusu a0f2aaf113 Add reception RSSI (more accurate) 2013-11-06 23:15:51 -05:00
Felix Rusu 61658a06be Add readTemperature() and rcCalibration() 2013-09-05 19:32:11 -04:00
LowPowerLab f21498fa91 Update RFM69.h 2013-08-16 21:37:54 -04:00
LowPowerLab 0c45be8b48 Make CSMA_LIMIT=-90dBm (less sensitive when sending)
Sometimes (especially 433Mhz versions) are too sensitive or there is more noise in the channel than usual. Touching the antenna or coiling it helps a lot but a more permanent fix is to adjust the sensitivity.
This addresses the issue when send sensitivity is too high and the radio will spend a lot of time reading RSSI to make sure channel is clear, resulting in dropped ACKs.
2013-08-02 10:27:14 -04:00
Felix Rusu 404a5add1d Sketch updates, minor fixes 2013-07-30 16:50:37 -04:00
Felix Rusu d23a4c95b9 bug fixes & performance improvements 2013-07-13 23:49:26 -04:00
Felix Rusu 61208552ba Initial commit 2013-06-20 17:06:39 -04:00