sparkfun / Arduino_Apollo3

Arduino core to support the Apollo3 microcontroller from Ambiq Micro
83 stars 37 forks source link

Missing core v1 support for Sparkfun LoRa Thing Plus expLoRaBLE #470

Open larswd opened 2 years ago

larswd commented 2 years ago

@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?

jerabaul29 commented 2 years ago

:+1: :)

paulvha commented 2 years ago

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 paulvha@hotmail.com) what is blocking you from using V2?

regards Paul

jerabaul29 commented 2 years ago

But if it is unrealistic to use core v1 with LoRa, guess @larswd could give a try at the core v2.

paulvha commented 2 years ago

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, Paul