jgromes
2a776f4c09
[CC1101] Use 32-bit IRQ flags
2024-05-08 14:52:15 +02:00
jgromes
92cb09a932
[CC1101] Resolve issues reported by cppcheck
2024-05-01 18:05:16 +01:00
StevenCellist
1b2b8bd67b
[LoRaWAN] Improve PHY behaviour, update beginABP, bugfixes ( #1080 )
...
* [LoRaWAN] Add getter for ToA, prevent MAC queue overflow
* [LoRaWAN] Permute arguments to beginABP
* Implement & split off checkOutputPower
* [LoRaWAN] Configure physical layer on each up/downlink
* [LoRaWAN] Remove unnecessary dynamic array
* [LoRaWAN] Improve downlink handling
* Resolve return-warnings in checkOutputPower()
* [LoRaWAN] Improve buffer definition
* [LoRaWAN] Prevent requesting repeated MAC commands
* Update keywords.txt
* [CC1101] Resolve unused variable warning
* [CC1101] Update checkOutputPower
* [SX1278] Fix variable assignment
* Update keywords.txt
* [CC1101] Added checkOutputPower override for PHY compatibility
* [LR11x0] Added checkOutputPower override for PHY compatibility
* [SX127x] Added checkOutputPower override for PHY compatibility
---------
Co-authored-by: jgromes <jan.gromes@gmail.com>
2024-05-01 13:35:22 +02:00
Jan Gromeš
e57c9b08ea
[Doxygen] Warnings fixes ( #1046 )
...
* [APRS] Fix Doxygen warnings
* [Print] Fix Doxygen warnings
* [CC1101] Fixed doxygen warnings
* [nRF24] Fixed doxygen warnings
* [RF69] Fixed doxygen warnings
* [SX126x] Fixed doxygen warnings
* [SX127x] Fixed doxygen warnings
* [AFSK] Fixed doxygen warnings
* [APRS] Fixed doxygen warnings
* [Bell] Fixed doxygen warnings
* [Ext] Fixed doxygen warnings
* [LoRaWAN] Fixed doxygen warnings
* [PHY] Fixed doxygen warnings
* [Print] Fixed doxygen warnings
* [Mod] Fixed doxygen warnings
2024-04-01 11:11:24 +02:00
Crsarmv7l
1fb5100413
[CC1101] 3 New CC1101 Functions ( #1038 )
...
* getFrequency implementation
* getFrequency Method
* Get bitrate method
* getBitRate
* CalcRxBandwidth() method
* CalcRxBandwidth();
* Fix Notes
* Changes for pull
* Changes for pull 2
* Update keywords.txt
* Revert to hopefully bring in current
* Fix ()
* Re add
2024-03-28 18:44:10 +01:00
jgromes
7b5211130a
[CC1101] Fix doxygen comment
2024-03-26 07:27:16 +01:00
Crsarmv7l
b3ed84a035
[CC1101] PQT = 0 in setPromiscuous ( #1033 )
...
* PQT = 0 in setPromiscuous
* Carriersense in promiscuous
* carriersense to promiscuous
* Fix explanation
2024-03-26 07:24:02 +01:00
jgromes
0b11d101aa
[CC1101] Clarify direct methods are synchronous ( #1016 )
2024-03-15 19:32:57 +01:00
jgromes
30961964c5
[CC1101] Cleanup private/protected members
2024-01-12 20:35:10 +01:00
jgromes
0c436e5ed8
[CC1101] Reworked macro configuration system
2023-11-27 19:39:24 +01:00
jgromes
49a0a1cf44
[CC1101] Added list of supported bandwidths ( #842 )
2023-10-09 17:40:22 +02:00
jgromes
6247cb7e85
[CC1101] Fixed garbage data ( #733 )
2023-08-02 22:08:52 +02:00
jgromes
72b95e5c82
[CC1101] Decreased default Rx bandwidth
2023-08-02 22:04:20 +02:00
jgromes
d1e3691c32
Added notes about getPacketLength ( #214 )
2023-07-15 19:40:07 +02:00
jgromes
8567c77641
[CC1101] Implemented generic actions
2023-06-21 22:07:24 +02:00
jgromes
bda6e220b6
[CC1101] Fixed variable shadowing
2023-04-23 22:03:12 +02:00
jgromes
c62bb74f9d
[CC1101] Fixed shadowed variable name
2023-04-23 19:40:56 +02:00
jgromes
5c6628b6eb
[CC1101] General reformatting
2023-04-23 09:47:42 +02:00
Mestery
f20cc978a7
update interrupt action mode type
2023-04-16 21:45:39 +02:00
Mestery
9a68a3c901
use uint32 instead of uint8 for pin type
2023-04-16 21:39:00 +02:00
Mestery
ec3d4eaf20
Improve hardware abstraction layer
2023-04-12 23:16:18 +02:00
jgromes
87c1d04b42
[CC1101] Added PHY startReceive ( #700 )
2023-03-26 22:17:55 +02:00
jgromes
482b962f79
[CC1101] Added missing standby overload
2023-03-12 15:03:16 +01:00
Matthijs Kooijman
3779faf600
Add setRfSwitchTable() wrapper methods
...
This gives all radios that use an rfswitch (i.e. have
a setRfSwitchPins() wrapper already) a wrapper method for
setRfSwitchTable() too. This wrapper just calls the same method on
Module, to make it easier for sketches to use it.
2023-01-09 10:26:27 +01:00
Matthijs Kooijman
90b28d7722
Remove duplicated setRfSwitchPins documentation
...
All radios that support RfSwitch define this method that simply forwards
to the `Module::setRfSwitchPins()` method. Previously, all these methods
duplicated the documentation as well, but this uses the doxygen \copydoc
to remove this duplication.
2023-01-09 09:46:31 +01:00
Federico Maggi
05217c095b
- Defined new RADIOLIB_ERR_NULL_POINTER
...
- all `begin()` now use macros for init values
- addressed other styling comments as per PR#612 review
Signed-off-by: Federico Maggi <federico.maggi@gmail.com>
2022-11-21 09:09:56 +01:00
Federico Maggi
1322796542
[RF69 & CC1101] Reworked cached parameters into getters
...
Signed-off-by: Federico Maggi <federico.maggi@gmail.com>
2022-11-20 01:35:08 +01:00
jgromes
9dff4e709e
[CC1101] Added finishTransmit
2022-09-18 16:12:03 +02:00
jgromes
da0993a6ed
Added RADIOLIB_EXCLUDE_DIRECT_RECEIVE exclusion macro ( #557 )
2022-08-15 19:19:59 +02:00
Jan Gromeš
80950a1c22
Merge pull request #546 from NorthernMan54/master
...
Tweaks for async direct mode usage with rtl_433_ESP
2022-07-17 10:12:41 +02:00
Northern Man
a74c0536b8
Tweaks for async direct mode usage with rtl_433_ESP
2022-07-16 21:50:33 -04:00
obones
e1412108c1
Implement setDIOMapping for CC1101
2022-07-07 15:36:26 +02:00
Jan Gromeš
9b392e349e
[CC1101] Fixed incorrect parameter documentation ( #523 )
2022-05-23 13:46:36 +02:00
OBones
1418470038
Use protected overloads that accept the sync mode to avoid code duplication
2022-03-04 09:45:14 +01:00
OBones
fa1811fe73
Introduce asynchronous reception and transmission for CC1101
2022-02-28 17:27:29 +01:00
Chris Terwilliger
7a1d813dc4
Update CC1101.h
2021-12-23 20:57:25 -05:00
Chris Terwilliger
09d9d2c615
Update CC1101.h
2021-12-22 22:26:05 -05:00
jgromes
495f1a7862
[CC1101] Set default FSK bitrate to 4k8
2021-11-27 18:12:34 +01:00
jgromes
90b9bd02fb
[CC1101] Fixed known binary receive length
2021-11-21 21:17:10 +01:00
jgromes
e82049587b
[CC1101] Update to 5.0.0
2021-11-14 11:38:31 +01:00
jgromes
a5083503e4
[CC1101] Fixed type limit comparison warning
2021-09-24 08:23:47 +02:00
jgromes
4086afa691
[CC1101] Added 0x17 as valid version number ( #349 )
2021-08-14 08:02:38 +02:00
jgromes
cb1d79621d
[RF69] Renamed TRNG method
2021-07-18 10:18:35 +02:00
jgromes
06d40c78bc
[CC1101] Added direct reception support
2021-06-14 21:14:47 +02:00
Federico Maggi
012c39e7f5
Addressing PR#279 comments
2021-04-13 15:25:28 +02:00
Federico Maggi
4d2764edb2
Merge remote-tracking branch 'upstream/master'
...
* upstream/master: (249 commits)
[SX127x] OOK functions style cleanup
[RF69] OOK functions style cleanup
styles and syntax changes
added RF69::setOokThresholdType
added RF69::setLnaTestBoost
doc fix
SX1278::getRSSI() modified for OOK so it wont require an activation
SX127x::setOokPeakThresholdDecrement
ignore jetbrain .idea
SX1278::setGain() added support for FSK_OOK modes
SX127x::setOokFixedOrFloorThreshold
SX1278::setOokThresholdType()
RF69::setOOK
[SX127x] Fixed shaping in OOK (#268 )
[SX127x] Added FSK CRC mode configuration (#266 )
Bump version to 4.3.0
[nRF24] Added low-level access macro
[XBee] Added low-level access macro
[Si443x] Added low-level access macro
[SX128x] Added low-level access macro
...
2021-04-13 09:42:02 +02:00
jgromes
2500534317
[CC1101] Added low-level access macro
2021-03-13 19:56:58 +01:00
jgromes
4461e9a98e
[CC1101] Added timeout in Rx/Tx blocking mode
2021-02-12 20:46:10 +01:00
jgromes
b4701c370b
[CC1101] Added method to read version register
2020-11-20 17:52:32 +01:00
jgromes
cd142df4b9
[CC1101] Added 0x04 as valid version register value ( #183 )
2020-09-19 19:48:21 +02:00