Skip to content
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

Heltec v3 board #3

Open
andykorol1 opened this issue Mar 12, 2024 · 3 comments
Open

Heltec v3 board #3

andykorol1 opened this issue Mar 12, 2024 · 3 comments

Comments

@andykorol1
Copy link

Hi, would it be possible to add support for the heltec v3 board. I understand it uses a sx1268 chip

@justind000
Copy link
Contributor

The component uses this library behind the scenes. It currently doesn't support the sx1268, although I did see it mentioned in a couple of issues.

The component itself makes thin use of the lora library. It is only used in a handful of places:

Lines 25-35 does setup
Lines 86-88, 127-129, 169-171 does the sending

Another library could simply replace those.

@andykorol1
Copy link
Author

Thanks for the reply. I'm very new to modifying code and using other library's but I will have a look and see if I can copy and tweak it to suit my needs.

I'm not asking you to do the work but any advise or tips to help me would be great.

@bvwelch
Copy link

bvwelch commented May 13, 2024

This bridge idea is great!

I have enjoyed using some of Sandeep's other libraries, but for Lora, I've used the Radiohead and the RadioLib libraries. Both worked well for me. I was wondering if you had considered either of them? This could provide support for many Lora boards and other radios as well.

Perhaps your concern is licensing. Sandeep has a nice MIT license. Some of your repos do not specify the license. Once you clarify your licensing, it may be possible to create forks that support these other libraries.

https://github.com/jgromes/RadioLib (MIT license)
https://github.com/adafruit/RadioHead (gpl v3?)
https://www.airspayce.com/mikem/arduino/RadioHead/

thank you for your work with espnow and lora.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants