Commit graph

1838 commits

Author SHA1 Message Date
Jan Gromeš
2264b04380
Merge pull request #498 from loopj/fix-rf69-setrxbandwidth
Fix setRxBandwidth by calculating mantissa and exponent, rather than comparing floats
2022-03-23 07:51:16 +01:00
James Smith
dd0d48abe9 Fix setRxBandwidth by calculating mantissa and exponent, rather than comparing floats 2022-03-22 16:33:36 -07:00
jgromes
c24c775024 Added support for MegaCore boards 2022-03-20 18:08:09 +01:00
jgromes
9117c61254 [CC1101] Fixed incorrect fabs brackets (#490) 2022-03-09 22:18:46 +01:00
Jan Gromeš
2e7067de81
Merge pull request #485 from obones/cc1101_async_serial
Introduce asynchronous reception and transmission for CC1101
2022-03-04 14:08:55 +01:00
OBones
1418470038 Use protected overloads that accept the sync mode to avoid code duplication 2022-03-04 09:45:14 +01:00
jgromes
64817ed4be [SX128x] Minor formatting update 2022-02-28 18:47:55 +01:00
Jan Gromeš
84c086eeac
Merge pull request #481 from JasonRJ/master
Add method to support SX128x Frequency Error of last received LoRa or…
2022-02-28 18:42:45 +01:00
OBones
fa1811fe73 Introduce asynchronous reception and transmission for CC1101 2022-02-28 17:27:29 +01:00
Robert
e8cb698417
Merge branch 'jgromes:master' into master 2022-02-26 18:51:09 -05:00
Robert
89f202ce6a Changed method to return float instead of double. All calculations within the method also use float instead of double. Results of the method do not seem to be effected. 2022-02-26 18:44:05 -05:00
jgromes
70acd5b9aa [SX127x] Added missin ISR flag for ESP32/ESP8266 2022-02-26 18:01:34 +01:00
Robert
ff43d95afa Cleaned up formatting in header. Changed assigned value to set only the bit indicated in the documentation. 2022-02-24 00:29:51 -05:00
Robert
da0cd455c9 Add method to support SX128x Manual Gain Mode. 2022-02-23 23:58:56 -05:00
Robert
89de031e18 Add method to support SX128x High Sensitivity Mode. 2022-02-23 23:51:54 -05:00
Robert
01fc7fb844 Add method to support SX128x Frequency Error of last received LoRa or Ranging packet. Updated SX128x receive examples. 2022-02-23 11:41:29 -05:00
jgromes
78536f9427 [SX126x] Fixed CubeCell predefined module macro (#479) 2022-02-20 18:04:25 +01:00
jgromes
1017ec99fd [SX127x] Fixed error on newer compilers (CI_BUILD_ALL) 2022-02-06 19:04:03 +01:00
jgromes
bc30785bea [CI] Fixed board URL for Adafruit (CI_BUILD_ALL) 2022-02-06 17:04:54 +01:00
jgromes
d07ad57a88 [CI] Suppress Adafruit Feather M0 (CI_BUILD_ALL) 2022-02-06 17:00:12 +01:00
jgromes
d3d2f90627 Bump version to 5.1.2 2022-02-06 15:08:12 +01:00
jgromes
035a13b81a Merge branch 'master' of https://github.com/jgromes/RadioLib 2022-02-06 15:07:07 +01:00
jgromes
5c5afdf99f Bump version to 5.1.1 2022-02-06 15:06:58 +01:00
Jan Gromeš
b3922470c4
Merge pull request #458 from Arthurk12/packetLength
[Si443x] Fixes getPacketLength
2022-01-31 23:15:24 +01:00
Arthur B. Grossi
2538af82a9 [Si443x] Fixes getPacketLength
Fixes getPacketLength function to read the correct register when
on fixed packet length mode.
2022-01-31 18:10:41 -03:00
Jan Gromeš
7127433e3b
Merge pull request #457 from nseidle/Allow255Bytes
Fix >= to allow 255 bytes on SX1276
2022-01-29 08:38:53 +01:00
Jan Gromeš
79cde7c0f6
Merge pull request #453 from nseidle/master
Correct typos in explicit/implicitHeader functions.
2022-01-29 08:36:18 +01:00
Nathan Seidle
bad3029f4f Update SX126x.h 2022-01-28 15:54:44 -07:00
Nathan Seidle
74feffb4c7 Fix >= to allow 255 bytes 2022-01-28 15:50:59 -07:00
Jan Gromeš
6acf8feacc
Merge pull request #454 from cterwilliger/documentation-updates
Documentation updates
2022-01-28 18:52:10 +01:00
Chris Terwilliger
4661757482
Merge branch 'jgromes:master' into documentation-updates 2022-01-25 15:36:42 -05:00
Nathan Seidle
1e564730a4 Update keywords.txt 2022-01-25 12:19:17 -07:00
Nathan Seidle
b5e5e079c8 Correct typos in explicit/implicitHeader functions. Add a few missing keywords. 2022-01-25 12:17:01 -07:00
jgromes
19109bc7d8 [Si443x] Added fixed packet length mode 2022-01-23 17:05:58 +01:00
jgromes
0de8ef6bce [SX127x] Fixed typo 2022-01-23 12:05:50 +01:00
jgromes
73e3da212a [SX127x] Updated FHSS example formatting 2022-01-23 12:05:30 +01:00
Jan Gromeš
bd0158c734
Merge pull request #441 from nseidle/FHSS
Add FHSS support
2022-01-23 10:46:30 +01:00
jgromes
6367198546 [SX127x] Fixed shaping disable (#452) 2022-01-23 10:21:28 +01:00
Nathan Seidle
06ef449b68 Move helper functions from SX1276/7/8/9 to global SX127x. 2022-01-17 11:47:49 -07:00
Nathan Seidle
c4fec32965 Change coding style to match library style guide. 2022-01-17 11:43:13 -07:00
Nathan Seidle
20e1ab23df Add helper functions for SX1277, SX1278, SX1279 2022-01-17 11:35:19 -07:00
Nathan Seidle
3cc299d17b Add FHSS support 2022-01-13 12:25:02 -07:00
jgromes
a2eb2d7aa5 [Si443x] Added ESP8266/ESP32 IRAM attribute (#434) 2021-12-29 08:49:44 +01:00
jgromes
9f40d9a17a [nRF24] Added ESP8266/ESP32 IRAM attribute 2021-12-29 08:49:30 +01:00
jgromes
fa4a4de879 [SX128x] Added ESP8266/ESP32 IRAM attribute 2021-12-29 08:49:22 +01:00
jgromes
5cb5836ed8 [SX127x] Added ESP8266/ESP32 IRAM attribute 2021-12-29 08:49:14 +01:00
jgromes
bb2cf12c8d [SX126x] Added ESP8266/ESP32 IRAM attribute 2021-12-29 08:48:59 +01:00
jgromes
a7705236b1 [RF69] Added ESP8266/ESP32 IRAM attribute 2021-12-29 08:48:49 +01:00
jgromes
d53ddf1ca4 [CC1101] Added ESP8266/ESP32 IRAM attribute 2021-12-29 08:48:40 +01:00
jgromes
4567044deb Added support for Raspberry PI (#432) 2021-12-28 13:47:06 +01:00