Bernd Giesecke
7097637c73
ESP32 - use HardwareSerial instead of SoftwareSerial
...
ESP32 has no working SoftwareSerial. With a simple #ifdef ESP32 a hardware serial will be used instead.
Minimum changes without influence on existing installations or usage.
2019-09-07 20:23:55 +08:00
jgromes
c9b68163d5
[SX126x] Added notes about DIO2 RF control
2019-06-04 10:13:04 +02:00
Jan Gromeš
ee86ff8253
Merge pull request #17 from beegee-tokyo/master
...
Function to set DIO2 of SX126x chips to be used as RF antenna switch
2019-06-04 09:48:48 +02:00
Bernd Giesecke
b8b20a3753
Corrected bug.
...
Signed-off-by: Bernd Giesecke <bernd@giesecke.tk>
2019-06-04 15:38:42 +08:00
Bernd Giesecke
8c0a7a2ea3
Moved DIO2 setting into begin()/beginFSK()
...
Signed-off-by: Bernd Giesecke <bernd@giesecke.tk>
2019-06-04 15:35:24 +08:00
Bernd Giesecke
039cb06460
Added missing keyword
...
Signed-off-by: Bernd Giesecke <bernd@giesecke.tk>
2019-06-04 15:18:11 +08:00
Bernd Giesecke
7ab491d221
Correct wrong declaration of ``ESP8266::getNumBytes(uint32_t timeout, size_t minBytes)
``
...
Signed-off-by: Bernd Giesecke <bernd@giesecke.tk>
2019-06-04 14:44:37 +08:00
Bernd Giesecke
c9779648d5
Put back accidentially removed empty line.
...
Signed-off-by: Bernd Giesecke <bernd@giesecke.tk>
2019-06-04 14:32:33 +08:00
Bernd Giesecke
23b0b9b25a
Moved setDio2AsRfSwitch()
from module to SX126x
...
Added new error code
Removed memory leak
Signed-off-by: Bernd Giesecke <bernd@giesecke.tk>
2019-06-04 14:28:33 +08:00
Bernd Giesecke
8fc323a900
Add function to set DIO2 of SX126x chips to be used as RF antenna switch (based on example design of Semtech and used in many modules).
...
This breaks the CAD function as DIO2 cannot be used as IRQ output.
Signed-off-by: Bernd Giesecke <bernd@giesecke.tk>
2019-06-04 13:13:00 +08:00
jgromes
5c2bd2bc32
[SX126x] Added SX1268 implementation
2019-06-03 10:41:39 +02:00
jgromes
025d6d71a7
[SX126x] Fixed serial output format
2019-06-02 16:23:40 +02:00
jgromes
ba5522981d
[SX126x] Added debug output
2019-06-02 16:23:07 +02:00
jgromes
ac30ca652f
[SX127x] Sync with LoRaLib 8.0.6
2019-06-02 16:22:57 +02:00
jgromes
8cc9b175ad
[XBee] Fixed incorrect module types
2019-06-02 15:20:15 +02:00
jgromes
0d1e196d18
[SX126x] Fixed incorect indentation
2019-06-02 15:15:22 +02:00
jgromes
b1196bf8d8
[SX127x] Fixed incorrect module types
2019-06-02 15:11:55 +02:00
jgromes
036bc02bad
[nRF24] Updated examples
2019-06-02 15:03:53 +02:00
jgromes
6e7c28181e
[XBee] Updated examples
2019-06-02 15:03:40 +02:00
jgromes
63ee5f0a07
[SX127x] Updated examples
2019-06-02 15:03:33 +02:00
jgromes
98f60dd092
[SX126x] Updated examples
2019-06-02 15:03:21 +02:00
jgromes
076b111e6c
[SX1231] Updated examples
2019-06-02 15:03:10 +02:00
jgromes
ff6e87a0dd
[RTTY] Updated examples
2019-06-02 15:03:02 +02:00
jgromes
a49f1da093
[RF69] Updated examples
2019-06-02 15:02:56 +02:00
jgromes
8fbfb68749
[Morse] Updated examples
2019-06-02 15:02:45 +02:00
jgromes
659f1ab91c
[MQTT] Updated examples
2019-06-02 15:02:37 +02:00
jgromes
4b9de4c290
[JDY08] Updated examples
2019-06-02 15:02:26 +02:00
jgromes
66cd4e45ec
[HTTP] Updated examples
2019-06-02 15:02:19 +02:00
jgromes
0adf34fea2
[HC05] Updated examples
2019-06-02 15:02:12 +02:00
jgromes
554f894adf
[CC1101] Updated examples
2019-06-02 14:09:10 +02:00
jgromes
b3f228e207
[RTTY] Moved ITA2 code table to flash
2019-06-02 13:39:10 +02:00
jgromes
7d141fbbc2
[Morse] Moved Morse code table to flash
2019-06-02 13:38:46 +02:00
jgromes
f004966e57
Advanced version to 1.1.0
2019-06-01 20:57:03 +02:00
Jan Gromeš
0bfc570391
Update README.md
2019-06-01 20:56:24 +02:00
jgromes
1de5d3e602
Merge branch 'master' of https://github.com/jgromes/RadioLib
2019-06-01 20:53:27 +02:00
jgromes
fa46be439c
[Morse] Added note about nRF24 usage
2019-06-01 20:51:04 +02:00
jgromes
528b20fdf3
[RTTY] Added note about nRF24 usage
2019-06-01 20:50:58 +02:00
jgromes
1ebf818d88
[nRF24] Implemented basic functions
2019-06-01 20:50:43 +02:00
jgromes
6ea5c62316
[Morse] Removed unnecessary Serial output
2019-06-01 20:48:12 +02:00
jgromes
98259c0e3f
[PHY] Fixed incorrect parameter name
2019-06-01 20:47:45 +02:00
jgromes
140de0dd57
[RTTY] Changed parameter types
2019-06-01 20:47:28 +02:00
jgromes
fe54a30819
[SX126x] Added missing length check
2019-06-01 20:46:55 +02:00
jgromes
b75904cce1
Removed old comment
2019-06-01 20:46:34 +02:00
Jan Gromeš
495468c27f
Merge pull request #13 from per1234/keywords-separator
...
Use correct field separator in keywords.txt
2019-05-30 12:08:27 +02:00
per1234
5a7f22954a
Use correct field separator in keywords.txt
...
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab, the keyword is not highlighted.
Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2019-05-30 02:53:48 -07:00
jgromes
79f1560d41
[Morse] Automatically turn off transmitter
2019-05-28 19:24:07 +02:00
jgromes
9582fd186e
[RTTY] Automatically turn off transmitter
2019-05-28 19:23:46 +02:00
jgromes
f2c1895cdb
[PHY] Added standby
2019-05-28 19:22:42 +02:00
jgromes
ee7697e6dc
[SX126x] Added standby overload
2019-05-28 19:22:22 +02:00
jgromes
fd4da5771c
[Morse] Added support for Arduino flash strings
2019-05-28 12:43:04 +02:00