jgromes / RadioLib

Universal wireless communication library for embedded devices
https://jgromes.github.io/RadioLib/
MIT License
1.57k stars 394 forks source link

SX1280 support #95

Closed SensorsIot closed 4 years ago

SensorsIot commented 4 years ago

IMPORTANT: Check the wiki Before submitting new issue, please check the Wiki and the API documentation. You might find a solution to your issue there.

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] The SX1280 is an interesting chip. However, not well supported for the Arduino environment.

Describe the solution you'd like A clear and concise description of what you want to happen. I would like your library support this new chip as you support the SX1262

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

jgromes commented 4 years ago

Sorry, I currently don't have the time to work on this - I don't even have the module to begin with.

However, I will gladly accept PRs for this purpose.

jgromes commented 4 years ago

Basic SX128x support was added in 55ad72e0e0f9e92440899a70f4fd3fb7b0b95cb0 - right now it's supported on a level similar to SX126x. The following features are still missing:

I'll implement them if anyone has a specific use case, but it's not a priority right now.