Seeeduino LoraWan with other library

Hello,



Im developing a Lora IoT project , and Im going to use a costum Iot platform that uses another Lora library ,this one :

https://github.com/sandeepmistry/arduino-LoRa



So I wanted to ask if this board can still work if I use that Lora library.



Thanks!

Hi there



the seeeduino lorawan uses the Semtech SX1276 module. So it shall be able to work.for the board, we use the serialusb as serial. please do change to serialusb.print(). the library may need some modification to let it work. thanks.



best rgds

Bill