Gamage
37ff0dfb59
Update LoRaWAN_End_Device.ino
...
As per my testing with Network Server of thingpark, I noticed the nwkKey and appKey must be formatted as follows for the join request to be accepted.
I am not sure if this is the case for other network servers too. But I believe it should be because of LoRaWAN standard.
2023-08-18 08:48:37 +08:00
jgromes
0a72d98750
[LoRaWAN] Fixed MIC calculation for downlink packets
2023-08-14 21:38:31 +02:00
jgromes
1ed22717d7
[LoRaWAN] Added check to not uplink in Rx slots
2023-08-12 21:48:31 +02:00
jgromes
45c376bde6
[LoRaWAN] Fixed variable range warning
2023-08-12 19:58:00 +02:00
jgromes
1a31efbf74
[LoRaWAN] Drop examples on Uno
2023-08-12 19:57:22 +02:00
jgromes
cbd15192bc
[SX126x] Fixed example path
2023-08-12 19:52:41 +02:00
jgromes
cd9ac9916c
[LoRaWAN] Added support for 1.1 and downlink ( #58 )
2023-08-12 19:49:37 +02:00
jgromes
d34902ee46
[SX127x] Added missing parentheses
2023-08-12 19:44:13 +02:00
jgromes
23fbd87d14
[SX126x] Added Rx after CAD example
2023-08-12 18:58:11 +02:00
jgromes
ca95135d8a
[SX126x] Skip wiping IRQ flags on CAD done
2023-08-12 18:49:05 +02:00
jgromes
db3ac8bf19
[SX126x] Implemented common CAD methods
2023-08-12 18:45:42 +02:00
jgromes
ea4018d310
[SX127x] Added common CAD methods
2023-08-12 18:43:26 +02:00
jgromes
58da2a28ac
[PHY] Added channel scan methods to common interface
2023-08-12 18:42:37 +02:00
jgromes
b48567722b
[SX127x] Added method to get CAD result
2023-08-12 18:40:38 +02:00
jgromes
bb468ad59f
[SX127x] Explicitly set non-inverted IQ on startup
2023-08-12 18:38:46 +02:00
jgromes
5d80dd46ae
[SX126x] Explicitly set non-inverted IQ on startup
2023-08-12 18:38:15 +02:00
jgromes
2f36d5901e
[LoRaWAN] Added LoRaWAN-specific status codes
2023-08-12 18:37:46 +02:00
jgromes
8c63f93820
[MOD] Skip SPI status parsing for single-byte commands
2023-08-12 18:36:12 +02:00
jgromes
bfe2c0829a
[MOD] Moved debug info to runtime
2023-08-12 18:35:48 +02:00
jgromes
3e5c0d59c7
[MOD] Moved CS pin toggling inside SPI transaction block
2023-08-12 18:35:08 +02:00
jgromes
86724197ec
[SX126x] Added default channel scan override
2023-08-06 16:07:28 +02:00
jgromes
f589d77e09
[SX127x] Override default channel scan method
2023-08-06 16:06:15 +02:00
jgromes
532caaa089
[PHY] Added virtual channel scan method
2023-08-06 16:02:24 +02:00
jgromes
68c5edd7c2
[SX127x] Add delay before IRQ clearing ( #808 )
2023-08-06 09:31:39 +02:00
Jan Gromeš
44c0ea25e6
Merge pull request #807 from ramaza/fix_rf69
...
Fixed wrong register definition
2023-08-05 10:53:23 +02:00
fraboe
f81f37cf43
Fixed wrong register definition for RADIOLIB_RF69_SEQUENCER_OFF and RADIOLIB_RF69_SEQUENCER_ON
2023-08-05 08:55:50 +02:00
jgromes
6247cb7e85
[CC1101] Fixed garbage data ( #733 )
2023-08-02 22:08:52 +02:00
jgromes
72b95e5c82
[CC1101] Decreased default Rx bandwidth
2023-08-02 22:04:20 +02:00
Jan Gromeš
4b9543889a
Merge pull request #802 from alistair23/alistair/fixes
...
Tock: Use the default radio begin()
2023-07-24 17:34:49 +02:00
Alistair Francis
87200bd312
Tock: Use the default radio begin()
...
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2023-07-24 21:10:23 +10:00
Jan Gromeš
12387daba0
Merge pull request #801 from alistair23/alistair/fixes
...
Tock: A few more cleanups and fixes
2023-07-22 19:14:24 +02:00
jgromes
7de2996505
[APRS] Added APRS over LoRa example
2023-07-21 18:35:48 +02:00
jgromes
26222cc97f
[APRS] Fixed buffer type
2023-07-21 18:26:15 +02:00
jgromes
247ca753f1
[APRS] Added support for APRS over LoRa
2023-07-21 18:18:05 +02:00
jgromes
1bc7c5771c
[AX25] Added check for Bell modem
2023-07-21 18:08:40 +02:00
Alistair Francis
fe892ecd31
Tock: Fixup the radio setup
...
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2023-07-21 22:03:45 +10:00
Alistair Francis
6234a84ac9
Tock: Build libtock-c lib with the build script
...
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2023-07-21 22:01:56 +10:00
jgromes
0a6026e69e
[LoRaWAN] Fixed typo in variable name
2023-07-20 18:43:49 +02:00
Jan Gromeš
3a365a364a
Merge pull request #799 from alistair23/alistair/tock-fixes
...
Tock: Fixup the time calculations and call non-blocking yield
2023-07-20 16:23:54 +02:00
Alistair Francis
377385fb13
Tock: Don't call blocking yield
...
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2023-07-20 21:42:51 +10:00
Alistair Francis
2edbe9cd57
Tock: Fixup time calculation
...
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2023-07-20 21:42:51 +10:00
jgromes
5e9b60a4b4
[LoRaWAN] Added APB example
2023-07-16 16:54:13 +02:00
jgromes
6a7773e005
[LoRaWAN] Fixed APB begin
2023-07-16 16:34:32 +02:00
jgromes
d52c9e3183
[LoRaWAN] Added preliminary FSK support
2023-07-16 16:33:47 +02:00
jgromes
76ac7d3dad
[STM32WL] Fixed output power for modules without LP ( #798 )
2023-07-16 15:50:26 +02:00
jgromes
65a43dbd13
Added issue template config
2023-07-16 11:49:20 +02:00
jgromes
d1e3691c32
Added notes about getPacketLength ( #214 )
2023-07-15 19:40:07 +02:00
jgromes
5f2e5a1997
Added getPacketLength to examples ( #214 )
2023-07-15 19:36:23 +02:00
jgromes
498c5d5e22
[Morse] Fix typo
2023-07-15 19:25:51 +02:00
jgromes
8fd0a67a78
Typo fixes
2023-07-15 19:13:16 +02:00