Planned support for Sparkfun Artemis modules?

Arduino IDE supports these modules, but I prefer using PlatformIO :smiley:

Does anyone know if there are plans to add support for these modules?
https://www.sparkfun.com/artemis

1 Like

This is already tracked in Sparkfun Edge Cortex M4 MCU Board Support Ā· Issue #2709 Ā· platformio/platformio-core Ā· GitHub, though there havenā€™t been many developments since. The Sparkfun Artemis under the hood is just an ARM Cortex-M4 based Microcontroller called the ā€œambiq micro Apollo3 Blueā€ with an Arduino Core and also a vendor SDK (ā€œAmbiqSuite SDKā€).

An experimental version seems to have been created by a user at GitHub - nigelb/platform-apollo3blue: AmbiqMicro Apollo 3 Blue: development platform for PlatformIO supporting all known Artemis boards.

1 Like

Do you know what the status is on this / if there has been any update? :slight_smile:

Above custom platform is still being developed. Have you tried using it? I donā€™t have such a board thus I canā€™t test.

Hello,

Does it also support the SparkFun OpenLog Artemis. So far I see it is not on the list.

1 Like

I donā€™t see an ā€œOpenLog Artemisā€ variant in their Arduino core Arduino_Apollo3/variants at main Ā· sparkfun/Arduino_Apollo3 Ā· GitHub for which a PlatformIO board definition could be created. Have you tried one of the generic board definitions in platform-apollo3blue/boards at master Ā· nigelb/platform-apollo3blue Ā· GitHub, like SparkFun_Artemis_Module?

Also, you should direct board support requests to author of that platform at Issues Ā· nigelb/platform-apollo3blue Ā· GitHub for better support.