-
Notifications
You must be signed in to change notification settings - Fork 39
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
Missing core v1 support for Sparkfun LoRa Thing Plus expLoRaBLE #470
Comments
👍 :) |
The big(gest) issue of course is that BLE is NOT supported on V1 by Sparkfun. Looking at the different source codes, there is not much that would stop it on V1. Maybe some defines... But (just out of interest and you can also drop me a personal mail on [email protected]) what is blocking you from using V2? regards |
But if it is unrealistic to use core v1 with LoRa, guess @larswd could give a try at the core v2. |
Agree with your points. Indeed in V2 the overhead (mainly caused by the inclusion of Mbed) brings extra challenges. Not much can be done about that. Maybe in this project from V2 is a good fit. regards, |
@jerabaul29 and I are working on coding some sensors using the "Sparkfun LoRa Thing Plus expLoRaBLE" as a basis.
Unfortunately, these boards are seemingly only supported on the v2 core, and does not show in the board manager for the Arduino IDE when using the core v1.
For our purposes, we need the v1 core. Could it be possible to add support for this board in core v1 as well?
The text was updated successfully, but these errors were encountered: