Commit Graph

404 Commits

Author SHA1 Message Date
Felix Rusu e3ce193f30 Update RangeTest_Gateway.ino 2021-12-15 11:37:43 -05:00
Felix Rusu add5e29208 Add RangeTest examples 2021-12-15 10:35:38 -05:00
Felix Rusu 3cbd159143
Merge pull request #169 from jgillula/listen_mode_encryption_fix
This is OK, but see my other comments on #171 
Fixing a bug with restoring encryption in listen mode
Fixes #170
2021-09-20 09:44:32 -04:00
Jeremy Gillula 0005bb4846 Since initialize() erases the encryption key, we need to store that we have it (or not) before calling initialize(), and then use that stored value 2021-09-18 18:38:01 -07:00
Felix Rusu 4704bf4766 Update TxPowerTest_Receiver.ino 2021-08-31 16:06:48 -04:00
Felix Rusu 2f716bb575 fix travis-ci links, add examples to ci 2021-08-31 15:24:41 -04:00
Felix Rusu cc0e354cbb Bump to v1.5 2021-08-30 16:53:34 -04:00
Felix Rusu 07bdb458d5 Add TX Power Testing examples 2021-08-30 16:53:12 -04:00
Felix Rusu b4f3f11b90 SetPowerLevel() fix & ATC refactoring
Fixes #61
2021-08-30 16:52:42 -04:00
Felix Rusu dc18675cd8 resetUsingWatchdog(attr(unused)) 2021-08-28 12:06:58 -04:00
Felix Rusu adee271304 add set300KBPS() 2021-07-20 13:58:25 -04:00
Felix Rusu b7ee0b32b0 add some OTA helpers 2021-07-20 13:56:22 -04:00
Felix Rusu ea8535ffc8 use LED_BUILTIN 2021-07-20 13:55:11 -04:00
Felix Rusu 6e79cc7bde Update WeatherNode.ino
Already slept in setup()
2021-06-07 16:37:23 -04:00
Felix Rusu 17c16fa74d update U8glib links
Fixes #166
2021-05-12 08:47:08 -04:00
Felix Rusu 9237569dbd 1.4.3 release 2021-05-03 18:53:04 -04:00
Felix Rusu 551a153a4a
Merge pull request #165 from sraillard/fix-warnings
fixing some compiler warnings in AVR vs ARM
2021-05-03 18:39:25 -04:00
Sébastien RAILLARD bcdf0cfa48 uint16_t formatting 2021-05-04 00:26:12 +02:00
Sébastien RAILLARD b4f535d68d update 2021-05-04 00:11:00 +02:00
Sébastien RAILLARD d598b7b1c2 fixing some warnings 2021-05-03 23:24:50 +02:00
Felix Rusu e248f08cad migrate to travis-ci.com 2021-04-29 19:39:16 -04:00
Felix Rusu adc94d2d2b
Merge pull request #160 from mcspr/patch-1
Do not redefine RF69_SPI_CS
2021-01-26 14:32:24 -05:00
Max Prokhorov 2efd5b9b9f
Move back the RF69_SPI_CS line 2021-01-26 22:24:22 +03:00
Max Prokhorov 56a4556ef3
Do not redefine RF69_SPI_CS
Avoids `RFM69.h:141:0: warning: "RF69_SPI_CS" redefined [enabled by default]'
Remove esp8266 & esp32 flags, always infer the value through SS
2021-01-24 19:20:22 +03:00
Felix Rusu 7db941d3c8 Create RFM69_Datasheet_SX1231H_DS_Rev2.0_STD.pdf 2020-12-22 11:53:40 -05:00
Felix Rusu ea71f44485
Merge pull request #159 from renno-bih/master
Fix typo in listenModeInterruptHandler method.
2020-12-19 10:42:53 -05:00
renno-bih f26d73afe4
Fix typo in listenModeInterruptHandler method.
When enabling RF69_LISTENMODE_ENABLE we get compile error. Just a small typo.
2020-12-19 09:27:35 +01:00
Felix Rusu e67b39dee5 Update ListenModeSleep.ino 2020-12-16 10:10:12 -05:00
Felix Rusu 175fae023a Update RFM69.cpp
Fixes #158
2020-11-19 09:17:35 -05:00
Felix Rusu afc6e71968 Update MotionMote.ino 2020-11-18 09:54:55 -05:00
Felix Rusu 750796debd Update MotionMote.ino 2020-11-17 20:21:18 -05:00
Felix Rusu abcb12ed84 Create MotionMote R3 Guide.pdf 2020-11-17 15:08:41 -05:00
Felix Rusu a2a4be038b MotionMote R4 sketch 2020-11-17 15:07:23 -05:00
Felix Rusu 2bdb07715e
Merge pull request #155 from brainelectronics/bugfix/STM32F1-not-working
Bugfix/stm32 f1 not working
2020-11-09 08:57:50 -05:00
Jonas Scharpf 315f0a508a fixed PR remark, added setIrq to keywords file 2020-11-08 08:19:06 +01:00
Jonas Scharpf 5237f7420f add function to set the IRQ explicitly 2020-11-06 21:31:11 +01:00
Jonas Scharpf 561995be16 fix IRQ pin define for STM32duino package, see issue #154 2020-11-06 21:30:33 +01:00
Felix Rusu e1d84b1252 fix for sleep longer than 65s (uint16_t) 2020-10-21 10:11:45 -04:00
Felix Rusu b32ff4f6cd OTA fails if flash is not woken up 2020-10-19 11:31:02 -04:00
Felix Rusu 8814040920 listenModeSleep fixes, 1.4.2 release 2020-09-29 09:39:26 -04:00
Felix Rusu e9f527ec18 remove LowPower dependency, example update 2020-09-28 20:09:43 -04:00
Felix Rusu 6f99497441 Update README.md 2020-09-28 20:06:05 -04:00
Felix Rusu e0e9318f15 fix IS_RFM69HW_HCW mismatch 2020-09-16 23:32:53 -04:00
Felix Rusu 6925db5df6 Merge branch 'master' of https://github.com/LowPowerLab/RFM69 2020-09-05 10:59:46 -04:00
Felix Rusu d21c92eeb3 add Gateway_sleepMCU example 2020-09-05 10:59:44 -04:00
Felix Rusu 0b7db87ed8
Merge pull request #150 from devdrik/master
set canSend to virtual
2020-08-29 17:35:16 -04:00
Hendrik Ohrdes 617988a7db set canSend to virtual 2020-08-29 13:02:17 +02:00
Felix Rusu 134e257659
Merge pull request #149 from janhrach/master
Add divider for faster SPI for __STM32F1__ board.
2020-08-04 18:42:54 -04:00
Felix Rusu d6b2c19f2a flash fail fix + boolean HandleHandshakeACK() 2020-08-04 18:42:09 -04:00
Peter adc2d7a523 Add divider for faster SPI for __STM32F1__ board. 2020-08-04 23:39:00 +02:00