sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.64k stars 627 forks source link

SX1272 supported? #313

Closed Btje1977 closed 3 years ago

Btje1977 commented 4 years ago

Not really an issue but would the library work with the SX1272?

IoTThinks commented 4 years ago

May be you can try your own first. In the docs, they seems not supporting sx1272. However, they look similar. Don't know if the registers are the same.

https://github.com/sandeepmistry/arduino-LoRa#compatible-hardware

ricaun commented 4 years ago

The SX1272 uses different register e some work totally different, It's not possible without change each register and checks each function. I goona try! 😃