-
-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans to support the 1262 module which is replacing the 1276 for many applications? #667
Comments
I would personally like to start exploring it and have familiarized myself with the datasheets but have no hardware at present. I'm (slowly) designing a new dev board with this goal in mind but contract work has taken priority recently. |
Is there a way to send data from a 1262 using a different library, and receive it on a 1276 using this library? |
In theory they should be compatible, it's on my list of things to investigate but I haven't had a chance yet. I'm not aware of any dedicated 1262 libraries. |
Hi, do you have any updates on this issue? While there are plenty of 1262 libraries available, it would be great to find one that is compatible with this particular library. |
Yes. I do this all the time. I have a mix of sx1276 and sx1262 devices and they all communicate together without issues. |
There's Semtech's plain vanilla implementation, and this library, by a RAKwireless employee, which works on 3 different devices, nRF52840, ESP32 and RPi2040. The RAK library should be easy to adapt to other models / MCUs. |
Have you done any modification to the Sandeepmistry loar library? I tried on a couple of different boards using 1262 and it does not work. Any specific modification needed in how to wire the DIO0-3 signals? |
I have but they don't concern transmission. I use mostly ESP32 boards with LoRa sx1276 (sometimes stm32 boards too), and RAK boards (nRF52 or STM32) with sx1262. No issues whatsoever. The setups must be identical though. SF / BW / CR, preamble, etc |
@Kongduino could you please give some code example how to receive data from 1278(LiLyGo) to 1262(HelTec Lora Tracker)? For transmitting from 1278 I use current library, but for receiving I use RadioLib and I cannot catch packages 😥 |
Popular module, in the heltec v3 and the new lilygo both use it, it's better in general.
The text was updated successfully, but these errors were encountered: