Commit graph

611 commits

Author SHA1 Message Date
jgromes
41f4848b9e [Morse] Formatting fixes, added missing symbol space 2019-12-23 14:25:34 +01:00
Marco Campinoti
4272b0ff30
Reorganized morsecode symbols array and updated the MorseClient::write(uint8_t b) method
The whole idea was taken from the CubeSat way of doing morsecode,
2019-12-22 22:07:46 +01:00
Jan Gromeš
444800ea08
Merge pull request #93 from Guglio95/master
[CC1101] Added setOOK(bool enableOOK)
2019-12-20 20:20:36 +01:00
Andrea Guglielmini
6dcab7d2c7 [CC1101] Added setOOK(bool enableOOK) 2019-12-20 16:32:54 +01:00
Jan Gromeš
04373bdfac
Merge pull request #90 from Guglio95/master
[CC1101] Small fixes.
2019-12-16 06:45:38 +01:00
Andrea Guglielmini
86f2d9fd12 [CC1101] setSyncWord() fixed return. 2019-12-16 00:00:05 +01:00
Andrea Guglielmini
e1d8380c4e [CC1101] Solved enableSyncWordFiltering() ambiguity. 2019-12-15 23:58:24 +01:00
Andrea Guglielmini
56cdbbdd7b [CC1101] Fixed wrong setPacketMode() bits 2019-12-14 00:45:57 +01:00
Andrea Guglielmini
6373c30729 [CC1101] Check CRC only if validation is active. 2019-12-13 19:46:45 +01:00
Andrea Guglielmini
c78847e9df [CC1101] Reset on init. 2019-12-13 19:41:21 +01:00
Andrea Guglielmini
af9409b941 [CC1101] Fix broken sync word methods. 2019-12-13 19:40:36 +01:00
Jan Gromeš
e61bd588b0
Merge pull request #88 from Guglio95/master
[CC1101] Output power updated according to chosen frequency
2019-12-12 05:42:29 +01:00
Andrea Guglielmini
d863c02ffe [CC1101] txPower updated according to chosen freq. 2019-12-12 02:50:55 +01:00
jgromes
16d599ec28 Minor formatting fix 2019-12-09 20:22:44 +01:00
jgromes
ae6ca75e6b [SX126x] Fixed parameters in doxygen comments 2019-12-09 20:19:29 +01:00
jgromes
735dd4f551 [SX126x] Fixed narrowing conversions 2019-12-05 18:16:27 +01:00
Jan Gromeš
104c656860
Merge pull request #84 from BarryPSmith/receiveDutyCycle
Added sx126x receive duty cycle interface
2019-12-05 15:57:14 +01:00
jgromes
df7e517ca5 [SX126x] Changed default minSymbols value to 8 2019-12-05 15:22:51 +01:00
jgromes
7631353b4a Fixed incorrect variable name 2019-12-05 14:42:00 +01:00
jgromes
f543436647 Minor formatting changes 2019-12-05 14:38:44 +01:00
jgromes
8a4cae9411 Moved new status codes to SX126x-specific errors 2019-12-05 14:38:02 +01:00
jgromes
be9a4e0d61 Added missing keywords 2019-12-05 14:37:47 +01:00
BarryPSmith
825fa90e7f Minor startReceiveDutyCycle changes, as requested. 2019-12-04 12:41:41 -08:00
Jan Gromeš
4d5e0c6557
Merge pull request #83 from BarryPSmith/sx126x_integer_lite
Removed some sx126x floating point logic to save code space
2019-12-04 18:10:39 +01:00
jgromes
636484f405 Minor foramtting changes 2019-12-04 08:53:18 +01:00
BarryPSmith
a20f62da2f Added sx126x receive duty cycle interface 2019-12-03 22:43:10 -08:00
BarryPSmith
914524e7db Removed some SX126x floating point logic to save code space 2019-12-03 16:47:44 -08:00
jgromes
f468608310 Advanced version to 2.0.1 2019-12-01 15:33:11 +01:00
jgromes
67c6544d28 Added check for -1 in pinMode 2019-12-01 08:12:04 +01:00
Jan Gromeš
2a3172b755
Merge pull request #81 from BarryPSmith/sx126x_crc_checks
Enabled SX126x CRC check IRQs on receive
2019-12-01 07:59:19 +01:00
jgromes
4729b8518b Fixed setFrequencyRaw and setTCXO ignoring module status (#78) 2019-12-01 07:57:40 +01:00
jgromes
58b56ec3a2 Added link ot release changelog 2019-12-01 07:46:11 +01:00
BarryPSmith
de62610358 Enabled CRC check IRQs on receive 2019-11-30 22:16:01 -08:00
Jan Gromeš
c78f783224
Merge pull request #77 from Guglio95/master
[CC1101] The synchronization word is a two-byte value
2019-11-30 17:25:03 +01:00
Andrea Guglielmini
30d7a61013 [CC1101] The synchronization word is a two-byte value 2019-11-30 16:33:29 +01:00
jgromes
10892340b6 Advanced version to 2.0.0 2019-11-27 09:32:12 +01:00
jgromes
b2adf098ce [SX126x] Removed unused keyword 2019-11-27 08:51:10 +01:00
jgromes
b0dee4c51c [SX126x] Removed DIO2 from constructor 2019-11-27 08:50:21 +01:00
jgromes
49f6a7c75a [SX126x] Added TCXO to begin method (#74) 2019-11-26 21:22:47 +01:00
Jan Gromeš
4e847b2ec0
Merge pull request #75 from Guglio95/master
nRF24:  CRC, AutoACK and undocumented addrWidth.
2019-11-25 19:40:21 +01:00
Andrea Guglielmini
721f3986a7 Fixing changes 2019-11-25 19:07:13 +01:00
Andrea Guglielmini
a82002b56e [nRF24] 2 bytes addrWidth 2019-11-25 16:11:55 +01:00
Andrea Guglielmini
a6106b4e63 [nRF24] Added setCrcFiltering(bool), setAutoAck(bool) 2019-11-25 15:51:40 +01:00
jgromes
3d95e171f7 Fixed settings examples 2019-11-23 16:08:35 +01:00
jgromes
4f70c67175 Added guard to only compile Radio class when using RadioShield 2019-11-23 15:34:19 +01:00
jgromes
15303ddcbf Listed all supported platforms 2019-11-23 10:24:50 +01:00
jgromes
42ba48475e Added nRF52 support 2019-11-23 10:11:07 +01:00
jgromes
7dd5858da6 Fixed unitialized variable warnings 2019-11-23 10:10:53 +01:00
jgromes
a297d35747 Updated contributing doc 2019-11-23 09:26:21 +01:00
jgromes
a8b3823bc3 [SX126x] Added fixed packet mode for FSK modem 2019-11-22 14:09:58 +01:00