You have to modify LoRaLink/LoaLink.c code, if you use this outside of JAPAN.
- Three B-L0722Z-LRWAN, RxDevice and TxDevice for the gateway and one for the client device.
- Three USB-UART converters
- Install GNU Arm Embedded Toolchain https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads
- Install STM32CubeProgrammer https://www.st.com/en/development-tools/stm32cubeprog.html
git clone -b experiment https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
make SENSORNET=loralink
git clone https://github.com/ty4tw/LoRaMQTT-SN.git
make TYPE=RXMODEM
Download Build/Firmware.bin to B-L0722Z-LRWAN with STM32CubeProgrammer.
touch AppSrc/test.c
make TYPE=TXMODEM
Download Build/Firmware.bin to B-L0722Z-LRWAN with STM32CubeProgrammer
touch AppSrc/test.c
make TYPE=CLIENT LOG=DEBUGLOGENABLE
Download Build/Firmware.bin to B-L0722Z-LRWAN with STM32CubeProgrammer