-
Notifications
You must be signed in to change notification settings - Fork 2k
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
sx1262 LoRa chip support #19524
Comments
Thanks for your question. Actually the Semtech Loramac package can be used with sx1272, sx1276, sx1261, sx1262, sx1268, llcc68 (but not with SF12 for this particular chip). It also works with the stm32wl family of MCUs. |
The sx127x radios were the original radio manufactured by Semtech. sx126x radios are just more recent and have the same behavior. It could just be a problem of availability of the chips. |
Nice! Thank you for the clarification |
Description
The example provided for using LoRaWAN only supports the sx1272 and sx1276 LoRa chips, also written in RIOT-OS documentation.
Why not provide support also for the sx1262 LoRa chip?
Are there existing RIOT-OS solutions to work with LoRaWAN using the sx1262 LoRa chip?
My current board is the Heltec WiFi LoRa 32 (V3), the new version of the Heltec WiFi LoRa 32 (V2) which has embedded the sx1276 LoRa chip. Could this change in the LoRa chip be a trend also in other manufacturing companies?
The text was updated successfully, but these errors were encountered: