Commit graph

485 commits

Author SHA1 Message Date
jgromes
5d4680709f [SX126x] Fixed incorrect example (#50) 2019-10-02 18:54:55 +02:00
jgromes
4fc2539a55 Added missing software serial platform macro 2019-09-29 10:02:49 +02:00
jgromes
adcde6fb6c Added option to use only static allocations 2019-09-28 12:49:44 +02:00
jgromes
d7e2dadb9f [SX126x] Added note about TCXO modules 2019-09-28 12:23:27 +02:00
jgromes
de9c74dd9a Suppressed unused variable warning 2019-09-28 12:22:52 +02:00
jgromes
1ddc54c229 [SX126x] Added SX126X_STATUS_SPI_FAILED 2019-09-28 12:22:31 +02:00
jgromes
9ae3a22894 [SX126x] Fixed presence check 2019-09-28 11:58:06 +02:00
jgromes
11b501cbc9 Added software serial platform macro 2019-09-28 10:39:20 +02:00
jgromes
c093d34c91 Updated debug macros 2019-09-28 10:30:50 +02:00
jgromes
c4d9fe3a37 [SX127x] Fixed units in example 2019-09-28 10:29:49 +02:00
jgromes
cd169056b1 [SX126x] Fixed units in example 2019-09-28 10:29:08 +02:00
jgromes
5cf9c50b01 [SX126x] Added module presence check (#48) 2019-09-28 08:52:02 +02:00
Jan Gromeš
eb4fbe9a3d
Merge pull request #47 from mmrein/patch-1
Add STM32VL-Discovery to tested platforms
2019-09-26 16:59:15 +02:00
mmrein
b533d42010
Add STM32VL-Discovery to tested platforms 2019-09-26 16:16:29 +02:00
Jan Gromeš
173449a4fa
Merge pull request #46 from mmrein/master
SX126x FSK: Implement setWhitening method
2019-09-20 13:07:30 +02:00
mmrein
4388cfa06f SX126x whitening: solved 7 MSBs
Proper handling of the datasheet note for Whitening MSB register: "The user should not change the value of the 7 MSB's of this register"
2019-09-20 11:40:50 +02:00
mmrein
ad8c234343 SX126x FSK: Implement setWhitening method
Add setWhitening method for FSK modem for possibility to disable whitening (default enabled) or change whitening initial value.
2019-09-19 23:09:02 +02:00
jgromes
9fa039549d [nRF24] Fixed fallthrough 2019-09-19 08:21:45 +02:00
jgromes
e4c4e4a543 Extended RadioShield module config 2019-09-19 08:21:27 +02:00
jgromes
7593769db4 Advanced version to 1.6.1 2019-09-17 09:31:04 +02:00
jgromes
3623c9e0f5 [SX127x] Sync with LoRaLib v8.1.2 2019-09-17 08:38:31 +02:00
jgromes
5f1f638359 [SX126x] Fixed example 2019-09-17 08:38:07 +02:00
jgromes
f7fc293cd2 [RF69] Fixed example 2019-09-17 08:38:01 +02:00
jgromes
138e312895 [CC1101] Fixed example 2019-09-17 08:37:53 +02:00
jgromes
2ce9246053 [SX126x] Fixed doxygen param name 2019-09-17 08:37:31 +02:00
jgromes
586486b1d3 Fixed keyword separator 2019-09-17 08:35:12 +02:00
Jan Gromeš
1af88dd1cc
Merge pull request #44 from mmrein/dev-sx126x-bitsync
[SX126x] Add setSyncBits method
2019-09-17 08:32:51 +02:00
mmrein
a810a31c5f
setSyncBits: *sync changed to *syncWord, added note
setSyncBits: Update *sync to *syncWord, add note about bits of syncWord being used if less than 64 bits.
2019-09-16 20:10:59 +02:00
mmrein
9bb8586beb
Updated note for setSyncBits example 2019-09-16 19:54:49 +02:00
mmrein
c543a42124
Add examle use for setSyncBits method 2019-09-16 19:51:39 +02:00
mmrein
dbbb12610c
Add setSyncBits to # SX126x-specific 2019-09-16 19:32:41 +02:00
mmrein
86ca029023
Update SX126x.cpp 2019-09-16 19:25:35 +02:00
mmrein
1046db24e4 Add setSyncBits for SX126x
Add setSyncBits for possibility to set the sync word length in bits
2019-09-12 10:16:36 +02:00
jgromes
a04a376afc [SX126x] Fixed waiting for BUSY pin in sleep mode (#42) 2019-09-11 12:29:02 +02:00
jgromes
4a78527d98 Advanced version to 1.5.0 2019-09-10 20:23:47 +02:00
jgromes
e5f56f0527 Updated readme 2019-09-10 20:23:29 +02:00
jgromes
0b1905680d Travis ordered boards based on job run time 2019-09-10 20:20:18 +02:00
jgromes
8335ddf2da Travis fixed incorrect STM32 index 2019-09-10 19:41:12 +02:00
jgromes
5a2928987d Travis added missing STM32 variant 2019-09-10 19:07:10 +02:00
jgromes
f2625a04a9 Travis added STM32 and SAMD platforms 2019-09-10 18:48:51 +02:00
Jan Gromeš
13b0eaf2b6
Merge pull request #41 from mmrein/master
STM32 - use HardwareSerial instead of SoftwareSerial
2019-09-10 18:47:45 +02:00
mmrein
972f874e9e STM32 - use HardwareSerial instead of SoftwareSerial
Added support for STM32 boards, using HardwareSerial instead of SoftwareSerial the same way as in https://github.com/jgromes/RadioLib/pull/39
2019-09-10 17:40:49 +02:00
jgromes
47d8ac8b07 Advanced version to 1.4.0 2019-09-09 10:51:34 +02:00
jgromes
4eef30a2a4 [HTTP] Fixed incorrect string length 2019-09-09 10:04:07 +02:00
jgromes
14df1d8c52 [ESP8266] Fixed incorrect string length 2019-09-09 10:03:57 +02:00
jgromes
5c15e25236 Updated readme 2019-09-09 09:18:49 +02:00
jgromes
b208956f5b Travis added ESP32 platform 2019-09-09 09:18:38 +02:00
Jan Gromeš
5c62ee901c
Merge pull request #39 from beegee-tokyo/master
ESP32 & SAMD - use HardwareSerial instead of SoftwareSerial
2019-09-09 09:14:08 +02:00
Bernd Giesecke
1465e01fd4 ESP32 & SAMD - use HardwareSerial instead of SoftwareSerial
ESP32 has no working SoftwareSerial. With a simple #ifdef ESP32 || SAMD a hardware serial will be used instead.    
Minimum changes without influence on existing installations or usage.
2019-09-09 14:31:50 +08:00
jgromes
bbef47e71a Advacned version to 1.3.0 2019-07-31 11:16:25 +02:00