Commit Graph

370 Commits

Author SHA1 Message Date
Felix Rusu 73dc319ccb Merge branch 'master' of https://github.com/LowPowerLab/RFM69 2019-01-17 17:02:13 -05:00
Felix Rusu 56032af2cc Update WeatherNode example 2019-01-17 17:02:11 -05:00
Felix Rusu cdd45160a3
Merge pull request #117 from ivankravets/patch-2
Update @PlatformIO dev/platforms and libraries
2019-01-16 10:44:17 -05:00
Ivan Kravets bb919932d2
Update @PlatformIO dev/platforms and libraries 2019-01-16 17:22:35 +02:00
Felix Rusu 32a80592e2 Remove volatiles per issue #115 2019-01-15 19:29:39 -05:00
Felix Rusu 505add7a29 Add SerialUSB for M0 2019-01-15 15:06:41 -05:00
Felix Rusu efa966c8d6 Merge branch 'master' of https://github.com/LowPowerLab/RFM69 2019-01-15 14:49:14 -05:00
Felix Rusu d220cc7ad0 Fix some examples defines 2019-01-15 14:49:11 -05:00
Felix Rusu 8037ca1c86
Update library.properties 2018-12-14 13:28:27 -05:00
Felix Rusu a4b17da796 Update library.properties version 1.2 2018-12-14 11:32:59 -05:00
Felix Rusu 6b9d0c91b9 Add SPI_Transactions 2018-12-13 19:39:20 -05:00
Felix Rusu e543fb1fb5 Set EEPROM write limit to 10k 2018-11-28 13:12:01 -05:00
Felix Rusu 3f10fd6abc Add warning for PiGateway users 2018-11-26 13:58:34 -05:00
Felix Rusu 7befe0bcad Add some sleep to reduce MCU current 2018-11-07 11:30:00 -05:00
Felix Rusu 81800659f9
Merge pull request #113 from christineyen/master
Update RFM69.h with comment differentiating RSSI and readRSSI()
2018-08-23 20:05:47 -04:00
Christine Yen a480b84b04 Modifying comment per Felix correction 2018-08-23 16:29:26 -07:00
Christine Yen e479f1da28 Update RFM69.h with comment differentiating RSSI and readRSSI() 2018-08-23 00:29:36 -07:00
Felix Rusu 3d4a8c99c4 Handle interrupt outside actual ISR
### Commit adapted from 2793a5a909

Handling an interrupt from the RFM69 inside an actual ISR given the
complexity of the handler appears to conflict with I2C devices, blocking
the Arduino indefinitely after a few seconds of concurrent use. In
general, complex ISRs are to be avoided.
2018-08-08 15:34:31 -04:00
Felix Rusu c51a7c7b99
Update README.md 2018-05-30 09:17:46 -04:00
Felix Rusu cb68f71ae8 update library.properties 2018-05-26 18:42:19 -04:00
Felix Rusu 1e4afe3a37 update version 2018-05-25 17:34:40 -04:00
Felix Rusu ba3c3943c8 IRQ def fix for MoteinoM0 2018-05-25 17:33:26 -04:00
Felix Rusu e91d5963f5 update lib properties 2018-05-24 11:47:12 -04:00
Felix Rusu 69f07b4ee1 update version in lib properties 2018-05-24 11:21:46 -04:00
Felix Rusu 9f803629e8 OTA add generic LED #define 2018-05-16 08:43:56 -04:00
Felix Rusu 2602559dd0 Move OTA GUI to separate repo
Moved to WirelessProgramming repository
Only example sketches are left in RFM69 lib
2018-05-10 14:43:31 -04:00
Felix Rusu a56fde191c OTA GUI icon update 2018-05-07 11:54:17 -04:00
Felix Rusu f749b6ca5a OTA GUI v1.6.6701 2018-05-07 11:45:05 -04:00
Felix Rusu 11dd43144e Support for MoteinoM0 and GUI v1.6 2018-05-06 20:29:10 -04:00
Felix Rusu 4c780da353
Update README.md 2018-05-06 20:10:47 -04:00
Felix Rusu 86c9781100 Merge branch 'master' of https://github.com/LowPowerLab/RFM69 2018-05-06 20:04:25 -04:00
Felix Rusu ac9b1acf8b Update OTA GUI to v1.6 2018-05-06 20:04:18 -04:00
Felix Rusu 9000aa379f
Merge pull request #103 from per1234/keywords-separator
Use correct separator in keywords.txt
2018-05-02 18:46:45 -04:00
per1234 202b781037
Use correct separator in keywords.txt
The Arduino IDE currently requires the use of a single true tab separator between the name and identifier. Without this tab the keyword is not highlighted.

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2018-05-02 15:43:35 -07:00
Felix Rusu 95e6e1526c minor change 2018-05-02 13:31:43 -04:00
Felix Rusu cb74f772fe Motion &WShield fixes 2018-05-01 17:51:27 -04:00
Felix Rusu c7bddb1f78
Merge pull request #101 from LukaGitH/master
Updated to new BME280 lib
2018-05-01 17:46:22 -04:00
Felix Rusu f8e3a1f209 platformio lib update 2018-05-01 14:45:09 -04:00
LukaGitH fe4cea20ce
Updated to new BME280 lib 2018-05-01 18:09:23 +02:00
LukaGitH f09a8608ed
Updated to new BME280 lib 2018-05-01 18:08:04 +02:00
LukaGitH 98d77db6ee
Updated to new BME280 lib 2018-05-01 18:07:02 +02:00
Felix Rusu cd2bf9d9ed fix lib.properties category 2018-04-16 20:10:17 -04:00
Felix Rusu 65fe6dda5f fix hardcoded F_STEP
Thanks to Markus Kettner for spotting this.
2018-04-15 14:57:45 -04:00
Felix Rusu f1cbbea15a Update copyrights 2018-04-09 14:19:14 -04:00
Felix Rusu 29134614ee add library.properties 2018-04-05 16:35:42 -04:00
Felix Rusu e1145c9543 Merge ListenMode branch code 2018-04-05 16:20:12 -04:00
Felix Rusu dfffbba7b8 update interrupt, move ctor 2018-04-05 16:00:36 -04:00
Felix Rusu 8b7a74a03c
Merge pull request #98 from LowPowerLab/revert-93-master
Revert "Allow choosing the SPI interface"
2018-04-05 15:28:30 -04:00
Felix Rusu e1faeefdb7
Revert "Allow choosing the SPI interface" 2018-04-05 15:15:36 -04:00
Felix Rusu 8dbf2a4d34
Merge pull request #93 from ademuri/master
Allow choosing the SPI interface
2018-04-01 19:08:14 -04:00