jgromes
|
733835e9ba
|
[Si443x] Added finishTransmit
|
2022-09-18 16:14:04 +02:00 |
|
jgromes
|
da0993a6ed
|
Added RADIOLIB_EXCLUDE_DIRECT_RECEIVE exclusion macro (#557)
|
2022-08-15 19:19:59 +02: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 |
|
jgromes
|
19109bc7d8
|
[Si443x] Added fixed packet length mode
|
2022-01-23 17:05:58 +01:00 |
|
jgromes
|
c99e79073f
|
[Si443x] Fixed known binary receive length
|
2021-11-21 21:16:37 +01:00 |
|
jgromes
|
eb9903f183
|
[Si443x] Update to 5.0.0
|
2021-11-14 11:42:52 +01:00 |
|
jgromes
|
0e5e4f1673
|
[Si443x] Fixed rxosr calculation (#199)
|
2021-07-25 20:50:42 +02:00 |
|
jgromes
|
1e987f8da4
|
[Si443x] Added antenna switching on GPIO0/1
|
2021-07-25 20:50:23 +02:00 |
|
jgromes
|
a556024a56
|
[Si443x] Fixed preamble configuration (#199)
|
2021-07-25 20:49:47 +02:00 |
|
jgromes
|
33508e4fa7
|
[Si443x] Added software reset
|
2021-07-25 20:49:07 +02:00 |
|
jgromes
|
7cabd4cf8a
|
[Si443x] Renamed TRNG method
|
2021-07-18 10:17:55 +02:00 |
|
jgromes
|
fdfd12fb55
|
[Si443x] Fixed direct mode modulation (#319)
|
2021-06-22 20:45:39 +02:00 |
|
jgromes
|
6f44452b62
|
[Si443x] Added direct mode GPIO config
|
2021-06-22 18:30:05 +02:00 |
|
jgromes
|
c29e4dbf2b
|
[Si443x] Fixed interrupt config in receive
|
2021-06-20 13:41:53 +02:00 |
|
jgromes
|
4980846421
|
[Si443x] Fixed modulation config (#313)
|
2021-06-20 13:41:36 +02:00 |
|
jgromes
|
0b97620785
|
[Si443x] Added missing AGC limiter
|
2021-06-20 13:41:06 +02:00 |
|
jgromes
|
a531c2ed80
|
[Si443x] Fixed standby (#313)
|
2021-06-18 22:46:31 +02:00 |
|
jgromes
|
1fc787c062
|
[Si443x] Added direct reception support
|
2021-06-14 21:15:27 +02:00 |
|
jgromes
|
87606c87a3
|
[Si443x] Replace abs() with fabs() CI_BUILD_ALL
|
2021-05-04 09:13:12 +02:00 |
|
jgromes
|
4c96b7b7ae
|
[Si443x] Added -1 as alias for lowest supported frequency deviation
|
2021-02-13 17:42:13 +01:00 |
|
jgromes
|
e04aea52dd
|
Revert "Updated SparkFun Apollo3 core (SparkFun:apollo3:sfe_artemis)"
This reverts commit 098e611eae .
|
2021-02-05 20:12:08 +01:00 |
|
jgromes
|
098e611eae
|
Updated SparkFun Apollo3 core (SparkFun:apollo3:sfe_artemis)
|
2021-02-05 20:02:54 +01:00 |
|
jgromes
|
ea464ce10d
|
[Si443x] Update markers for debug decoder
|
2020-12-05 12:04:00 +01:00 |
|
jgromes
|
36afff855d
|
[Si443x] Added method to read version register
|
2020-11-20 17:53:03 +01:00 |
|
Jan Gromeš
|
063b643a7b
|
[Si443x] Fixed frequency deviation 0 for RTTY (#195)
|
2020-11-03 15:42:37 +01:00 |
|
jgromes
|
5e1285783a
|
[Si443x] Added TRNG support
|
2020-09-13 17:53:01 +02:00 |
|
jgromes
|
41069d0848
|
[Si443x] Added Module overrides for all Arduino core functions
|
2020-08-01 16:34:52 +02:00 |
|
jgromes
|
44dc0a4ea3
|
[Si443x] Fixed bit range and timeout on some modules (#165)
|
2020-07-17 17:28:29 +02:00 |
|
Jan Gromeš
|
a525c40e55
|
[Si443x] Added tolerance to float comparison (#165)
|
2020-07-16 17:55:43 +02:00 |
|
jgromes
|
6c3dff4935
|
[Si443x] Added Doxygen TODOs
|
2020-07-10 08:51:30 +02:00 |
|
jgromes
|
8682357881
|
[Si443x] Synced parameters of all FSK modules
|
2020-07-06 11:14:33 +02:00 |
|
jgromes
|
3312645d90
|
[Si443x] Changed shaping datatype to uint8_t
|
2020-07-06 08:53:20 +02:00 |
|
jgromes
|
1534aab910
|
[Si443x] Removed redundant variable assingment
|
2020-07-05 10:03:43 +02:00 |
|
jgromes
|
7e9686fcaa
|
[Si443x] Fixes from cppcheck scan
|
2020-07-04 14:59:37 +02:00 |
|
jgromes
|
f05f1e9d82
|
[Si443x] Reworked driver exclusion
|
2020-06-30 10:44:22 +02:00 |
|
jgromes
|
5f4481aef6
|
[Si443x] Added missing RF switch control
|
2020-06-20 17:03:55 +02:00 |
|
jgromes
|
d1527b0d8c
|
[Si443x] Implemented RF switch control
|
2020-06-18 16:32:52 +02:00 |
|
jgromes
|
b0a6b1db08
|
[Si443x] Added interface argument to Module::term
|
2020-05-17 20:27:58 +02:00 |
|
jgromes
|
8b12def14d
|
[Si443x] Added digital pin to interrupt macro
|
2020-05-11 20:32:56 +02:00 |
|
jgromes
|
9119020d0d
|
[Si443x] Lowered findChip delay to 10 ms
|
2020-05-01 20:53:08 +02:00 |
|
jgromes
|
a7c4dd44ce
|
[Si443x] Added missing calls to yield
|
2020-04-01 14:01:49 +02:00 |
|
jgromes
|
83b713b776
|
[Si443x] Added support for Si443x/RFM2x
|
2020-03-30 17:38:04 +02:00 |
|