jgromes
|
49eb062fcf
|
Added more debug output
|
2019-06-22 16:36:44 +02:00 |
|
jgromes
|
5527573692
|
[SX126x] Implemented getPacketLength
|
2019-06-16 14:34:19 +02:00 |
|
jgromes
|
94301c9043
|
[nRF24] Implemented getPacketLength
|
2019-06-16 14:34:06 +02:00 |
|
jgromes
|
3ad5dfa444
|
[RF69] Implemented getPacketLength
|
2019-06-16 14:33:59 +02:00 |
|
jgromes
|
fa9da6b967
|
[CC1101] Implemented getPacketLength
|
2019-06-16 14:33:46 +02:00 |
|
jgromes
|
c72ad019f4
|
[SX127x] Sync with LoRaLib 8.1.0
|
2019-06-16 14:33:26 +02:00 |
|
jgromes
|
eddf96bbb2
|
[SX126x] Changed CAD to only use DIO1 (#19)
|
2019-06-07 10:05:40 +02:00 |
|
jgromes
|
c9b68163d5
|
[SX126x] Added notes about DIO2 RF control
|
2019-06-04 10:13:04 +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
|
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
|
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
|
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
|
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 |
|
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 |
|
jgromes
|
9f382f6406
|
[RTTY] Added support for Arduino flash strings
|
2019-05-26 10:26:25 +02:00 |
|
jgromes
|
ed3eeb0559
|
[PHY] Added support for Arduino flash strings
|
2019-05-25 18:47:36 +02:00 |
|
jgromes
|
9c2ad14a89
|
[SX126x] Added missing comments
|
2019-05-25 10:19:37 +02:00 |
|
jgromes
|
c9302ed26c
|
[SX126x] Added Doxygen comments
|
2019-05-25 10:06:58 +02:00 |
|
jgromes
|
1fddac14e5
|
[XBee] Added Doxygen comments
|
2019-05-25 10:06:34 +02:00 |
|
jgromes
|
4a67bb59c7
|
[SX1231] Added Doxygen comments
|
2019-05-24 21:40:56 +02:00 |
|
jgromes
|
6b47b57593
|
[RF69] Added Doxygen comments
|
2019-05-24 21:26:18 +02:00 |
|
jgromes
|
804c6b3d89
|
[JDY08] Added Doxygen comments
|
2019-05-24 21:26:00 +02:00 |
|
jgromes
|
4ca305ed24
|
[HC05] Added Doxygen comments
|
2019-05-24 21:25:43 +02:00 |
|
jgromes
|
0e1640b9fc
|
[ESP8266] Added Doxygen comments
|
2019-05-24 21:25:22 +02:00 |
|
jgromes
|
da9c41d89f
|
[CC1011] Added missing packetMode method
|
2019-05-24 21:24:51 +02:00 |
|
jgromes
|
88af8aeb12
|
[CC1101] Added missing comment
|
2019-05-24 20:29:22 +02:00 |
|
jgromes
|
2ff87ec07c
|
[SX127x] Updated Doxygen comments
|
2019-05-24 20:29:05 +02:00 |
|
jgromes
|
0bccbe194f
|
[CC1101] Added Doxygen comments
|
2019-05-24 20:13:44 +02:00 |
|
jgromes
|
971664fa9d
|
[Morse] Hide structure from Doxygen
|
2019-05-24 19:06:14 +02:00 |
|
jgromes
|
e5b6fd849c
|
[TRA] Added Doxygen comments
|
2019-05-24 18:51:26 +02:00 |
|
jgromes
|
3e6a780c4b
|
[RTTY] Added Doxygen comments
|
2019-05-24 18:51:07 +02:00 |
|
jgromes
|
0ea2cf1596
|
[PHY] Added Doxygen comments
|
2019-05-24 18:50:56 +02:00 |
|
jgromes
|
8d60e01adc
|
[Morse] Added Doxygen comments
|
2019-05-24 18:49:40 +02:00 |
|
jgromes
|
8eaa4f5627
|
[MQTT] Added Doxygen comments
|
2019-05-24 18:49:26 +02:00 |
|