Documentation for Artemis Bluetooth Functionality

I just received my Artemis and have been reviewing the different documentation provided(i.e. Hookup Guide, Artemis Development with Arduino, Arduino Core, BlackBoard Artemis Graphical Datasheet… etc) and I am struggling to find documentation on what to use/how to use the Bluetooth capabilities of the Artemis. I am wondering where this would be located so I can test it.

-Thank you in advance!

We are going to bring BLE support to Arduino but right now it is not there. For the time being you need to use the AmbiqSuite SDK (https://learn.sparkfun.com/tutorials/us … pollo3-sdk) and try examples from the AP3EVB board support package.

https://github.com/sparkfun/Arduino_Apollo3/issues/22

this article has dead links and maybe is written mostly for widows…

https://learn.sparkfun.com/tutorials/us … pollo3-sdk

this link to the 2.0.0 version of the library is dead, as is the button Ambiq Micro Apollo3 Blue SDK Rel2.0.0

https://ambiqmicro.com/static/mcu/files … aKjMou.zip

Installing the Compiler

there seems to be no installer for Mac OS X, it is just a large set of files that need to get added to the user’s path at a logical location, I couldn’t get this to work.

please update, I’d love to try some bluetooth functionality but as I can get this working and Arduino support is absent it is hard to utilize

Nick

I’ve updated the links (they were changed by Ambiq as new SDK versions were released). See here: https://learn.sparkfun.com/tutorials/us … hain-setup

The tutorial actually works better on Mac / Linux because there is no need for a bash terminal emulator. You’ll have ‘make’ installed already (or can get it easily with Xcode tools).

If you still have trouble witht he SDK can you make a new topic about your particular problems? Maybe we can help you through them!