Commit graph

2618 commits

Author SHA1 Message Date
Jan Gromeš
19840f8249 XBee - Added API transmit example 2018-07-19 16:22:19 +02:00
Jan Gromeš
df54510986 XBee - Updated AT examples 2018-07-19 16:22:05 +02:00
Jan Gromeš
b227d0cd19 XBee - Implemented API mode basics 2018-07-19 16:21:47 +02:00
Jan Gromeš
77ac9533cb SX1231 - Fixed begin method 2018-07-18 16:08:26 +02:00
Jan Gromeš
0db8813682 SX127x - Sync with LoRaLib v3.0.2 2018-07-18 10:51:46 +02:00
Jan Gromeš
d29be7a252 JDY08/HC05 - Updated Serial interface 2018-07-16 19:13:24 +02:00
Jan Gromeš
b474daacdd Added missing keyword 2018-07-16 18:43:45 +02:00
Jan Gromeš
7d6be1d2a2 SX1231 - Fixed typo in macro name 2018-07-16 09:09:17 +02:00
Jan Gromeš
21e7873e2a
Update README.md 2018-07-15 12:26:51 +02:00
Jan Gromeš
ec9bc64ce0 SX1231 - Added fixes for old silicon revisions 2018-07-14 17:24:09 +02:00
Jan Gromeš
309abc2100
Update README.md 2018-07-14 17:03:27 +02:00
Jan Gromeš
50da80561c JDY08 - Module added 2018-07-14 16:12:19 +02:00
Jan Gromeš
95760e58e5 RF69 - Added method to measure temperature 2018-07-14 11:44:08 +02:00
Jan Gromeš
3f56b8a458 RF69 - Added hardware AES support 2018-07-14 11:09:09 +02:00
Jan Gromeš
1fbc4a94ba RF69 - Fixed example 2018-07-14 10:28:37 +02:00
Jan Gromeš
5a793a6bc2 RF69 - Added configuration example 2018-07-14 10:27:29 +02:00
Jan Gromeš
27d2da143e SX127x - Updated example 2018-07-14 10:27:14 +02:00
Jan Gromeš
d630853784 RF69 - Updated examples 2018-07-14 10:00:31 +02:00
Jan Gromeš
cd7adc03d7 RF69 - Added method to disable address filtering 2018-07-14 10:00:06 +02:00
Jan Gromeš
7c534527ef RF69 - Updated keywords 2018-07-14 09:34:48 +02:00
Jan Gromeš
76d2b5ebf4 RF69 - Fixed address filtering 2018-07-14 09:32:00 +02:00
Jan Gromeš
3fba66e9cf RF69 - Added methods to set node and broadcast addresses 2018-07-14 08:55:26 +02:00
Jan Gromeš
9ea57154be RF69 - Added method to set sync word 2018-07-14 08:43:04 +02:00
Jan Gromeš
17f8e3efdd RF69 - Fixed string processing in receive method 2018-07-14 08:32:04 +02:00
Jan Gromeš
fcd44d4440 SX1231 - Implemented module 2018-07-13 15:36:01 +02:00
Jan Gromeš
a4c901e726 RF69 - Fixed incorrect null termination 2018-07-13 15:35:10 +02:00
Jan Gromeš
5971d94ae1 RF69 - Changed visibility of some member variables 2018-07-13 15:34:26 +02:00
Jan Gromeš
cf99118baa RF69 - Removed unused private variables 2018-07-13 15:33:25 +02:00
Jan Gromeš
e7ec53be3b RF69 - Fixed memory leak in receive method 2018-07-13 10:36:14 +02:00
Jan Gromeš
10af5043af SX127x - Sync with LoRaLib v3.0.1 2018-07-13 10:35:44 +02:00
Jan Gromeš
de42395dda Sync with LoRaLib v3.0.0
Packet class was removed
2018-07-12 20:13:03 +02:00
Jan Gromeš
719f31b0c1 Added module template file 2018-07-12 11:43:37 +02:00
Jan Gromeš
79fc6cd9f5 SX127x - Added examples for CAD and LoRa settings 2018-07-11 18:16:47 +02:00
Jan Gromeš
3b51c3b661 Added SPI-only Module contructor 2018-07-11 18:15:54 +02:00
Jan Gromeš
90b7fe5a84 Added missing keyword 2018-07-11 18:05:23 +02:00
Jan Gromeš
10f32c8b5c SX127x - Updated comments 2018-07-11 17:56:26 +02:00
Jan Gromeš
2e85c23cbd HC05 - Updated comments 2018-07-11 17:41:01 +02:00
Jan Gromeš
8770d82534 MQTT - Updated comments 2018-07-11 17:40:25 +02:00
Jan Gromeš
d9c553f7d0 HTTP - Updated comments 2018-07-11 17:39:23 +02:00
Jan Gromeš
2926f11620 ESP8266 - Updated comments 2018-07-11 17:38:56 +02:00
Jan Gromeš
f7d0fcfb76 RF69 - Updated comments 2018-07-11 17:26:21 +02:00
Jan Gromeš
342091b018 ESP8266 - Updated examples 2018-07-11 13:44:43 +02:00
Jan Gromeš
b8f93c5077 ESP8266 - Extracted MQTT and HTTP code into specific classes 2018-07-11 13:43:54 +02:00
Jan Gromeš
89fd8fb279 ESP8266 - Added MQTT subscribe example 2018-07-10 15:46:09 +02:00
Jan Gromeš
1bf806143a ESP8266 - Fixed incorrect return statement 2018-07-10 15:45:37 +02:00
Jan Gromeš
0ca357ab2b ESP8266 - Added missing keywords 2018-07-10 15:19:27 +02:00
Jan Gromeš
6044f00137 ESP8266 - Added method to receive PUBLISH packets from server 2018-07-10 15:12:50 +02:00
Jan Gromeš
6d4b7c4e79 ESP8266 - Added missing return codes 2018-07-10 12:50:14 +02:00
Jan Gromeš
bd5828de49 ESP8266 - Fixed MQTT packetId check 2018-07-10 12:34:42 +02:00
Jan Gromeš
a56f0122d6 ESP8266 - Implemented MQTT ping 2018-07-10 10:21:34 +02:00