How to use lora.h in arduino

Hi, I would like to send data from Arduino to ttn server using stm32l072. I understand that I need a library for this.
What lora libraries can I use to send data to ttn in Arduino?

You would use the library intended for the particular Arduino-compatible MCU and the LoRa radio module you have.

어떻게 다운로드 받으면되나요?

I succeeded in getting the information related to stm32l072mcu to the board manager. My question is how can I use lora.h or lorawan.h.

You need a specialist library to use TTN\LoRaWAN and its not as simple as just sending data, the node needs to go through the process of joining the TTN network.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.