You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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:
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?
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.
@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: