Hookup Guide for the BlackBoard Artemis ATP

This Tutorial is Retired!

This tutorial was written for the SparkX version of this board. Please refer to the latest tutorial for up to date information.

View the updated tutorial: Hookup Guide for the SparkFun RedBoard Artemis ATP

Pages
Contributors: Ell C
Favorited Favorite 0

Introduction

We affectionately refer to the BlackBoard Artemis ATP as the "All The Pins!" board, since it breaks out every single one of the Artemis Module's 48 GPIO pins into a familiar Mega like form factor. On top of the BlackBoard's improved power conditioning and USB to serial, we've added a slew of features to help you take full advantage of the Artemis module's unique features. Let's have a look!!

BlackBoard Artemis ATP

SPX-15412
1 Retired

Required Materials

You'll need the BlackBoard Artemis ATP and a USB C cable. Any USB C cable should work, including the one that probably came with your phone charger.

USB 2.0 Cable A to C - 3 Foot

CAB-15092
Retired

BlackBoard Artemis ATP

SPX-15412
1 Retired

Suggested Reading

If you aren't familiar with the Qwiic system, we recommend reading here for an overview.

Qwiic Connect System
Qwiic Connect System

We also recommend checking out these tutorials before continuing:

I2C

An introduction to I2C, one of the main embedded communications protocols in use today.

RedBoard Qwiic Hookup Guide

This tutorial covers the basic functionality of the RedBoard Qwiic. This tutorial also covers how to get started blinking an LED and using the Qwiic system.

Using SparkFun Edge Board with Ambiq Apollo3 SDK

We will demonstrate how to get started with your SparkFun Edge Board by setting up the toolchain on your computer, examining an example program, and using the serial uploader tool to flash the chip.

Designing with the SparkFun Artemis

Let's chat about layout and design considerations when using the Artemis module.

Artemis Development with Arduino

Get our powerful Artemis based boards (Artemis Nano, BlackBoard Artemis, and BlackBoard Artemis ATP) blinking in less than 5 minutes using the SparkFun Artemis Arduino Core!

Hardware Overview

If you've ever used an Arduino Mega before you should be pretty familiar with the various female headers and the barrel jack power. In this tutorial we'll be covering the unique aspects of the BlackBoard Artemis ATP.

Front view of the SparkFun BlackBoard Artemis ATP

Serial and JTAG Programming

The BlackBoard Artemis ATP has two methods for programming. The most common is the USB C connector that operates as a USB to serial bridge. By simply pressing 'Upload' in the Arduino IDE or 'make bootload' from the SDK the firmware on Artemis is updated.

We use the CH340C on the BlackBoard Artemis ATP. The driver should automatically install on most operating systems. However, there is a wide range of operating systems out there. You may need to install drivers the first time you connect the chip to your computer's USB port or when there are operating system updates. For more information, check out our How to Install CH340 Drivers Tutorial.

How to Install CH340 Drivers

August 6, 2019

How to install CH340 drivers (if you need them) on Windows, Mac OS X, and Linux.

The second method is JTAG programming. An unpopulated JTAG footprint is available for more advanced users who need breakpoint level debugging. We recommend checking out our JTAG section for the compatible male header and a compatible JTAG programmer and debugger.

BlackBoard Artemis ATP USB C and JTAG ports

USB-C and JTAG footprints

Mic and RTC

The Artemis excels at low power voice recognition. To enable this we've included a PDM MEMS microphone on the board. Additionally, the Artemis module can operate an RTC given an external 32kHz crystal so we've included that was well.

PDM Microphone and RTC on BlackBoard Artemis ATP

Pins 36 and 37 are connected to the onboard PDM MEMS microphone and are broken out on the upper right side of the ATP board. You can hookup a second PDM microphone to pins 36/37 or you can load PDM firmware onto the Artemis module and watch PDM traffic from the microphone(s).

Pins 36 and 37 are on the upper right hand side of the front of the board

If you have no plans to use the on-board microphones, pins 36 and 37 can be used as GPIO by cutting the jumpers on the back of the board.

Cut these two jumpers on the back of the board to use Pins 36 and 37 as GPIO

Qwiic and I2C

The I2C pins on the Artemis are labeled SDA and SCL. They are controlled in the Arduino IDE using Wire.begin(), Wire.read(), etc. The same SDA/SCL pins are connected to the Qwiic connector so you can use SparkFun's Qwiic ecosystem (there's over 50 boards and more every week!).

Qwiic connector on BlackBoard Artemis ATP

Serial0, AREF, and USB Pads

On the rear of the BlackBoard ATP are some advanced features. Normally, an AREF pin is located between to the SDA and GND pins. The Artemis module has no equivalent pin so we've converted that pin to GND. If you have a shield that utilizes the AREF pin or just want to free it, you can cut the AREF jumper and the labeled 'GND' located between SDA and GND will be left disconnected.

On Artemis, TX0/RX0 are used for bootloading new code and Serial.println() statements to the computer's terminal window. The CH340C takes care of the serial to USB conversion. However, if you need access to these pins, they are available. TX0/RX0 can be used as GPIO as well as special functions, but for most applications these pins are left as Serial for bootloading.

For users who are embedding the BlackBoard Artemis ATP into an enclosure, the USB pads are exposed so that an external USB connector can be located at the edge of the enclosure and wired back to the USB pads.

Back of BlackBoard Artemis ATP showing various SMD pads and jumpers

Current Measurement Jumper

The Artemis can run as low as 6μA/MHz, meaning the module can run at 48MHz at less than half a milliamp. To enable measurements and to isolate the power hungry devices (such as the LM317 voltage regulator) we've added a NC (normally closed) jumper. By cutting the jumper the VDD trace to the module is interrupted. Soldering in a male jumper or wires into the accompanying holes will give you the ability to insert a current meter and precisely monitor how much current your application is consuming.

For the vast majority of projects a wall adapter or USB power can be used. But when properly isolated the Artemis can run on a coincell battery for weeks! So we've designed in a 20mm SMD coin cell footprint so that users can experiment with powering the Artemis from a standard CR2032. You can pickup the compatible coincell holder here.

Current Measurement Jumper

Click the image for a closer look

Bypass Jumper

USB C is wonderful. It's reversible and can source up to 2 amps at 5 volts without any power delivery (PD) negotiation. We've included a 2A resettable fuse (often called a PTC) on the Artemis as a safety feature in case your project decides to consume inordinate amounts of power (And possibly begins to spark and set fire. That was fun wasn't it? Get it? SparkFun?). In the event the BlackBoard begins to pull more than 2 amps from the USB source, the resettable fuse will automatically trigger and disconnect the board from the computer or power supply. This should protect your power source and the traces on your BlackBoard.

However, there are plenty of legitimate projects that need more than 2A. We've designed the power traces to withstand up to 2A with a 10C rise in temperature. If your power supply can provide adequate power, and you know what you are doing, you can close the BYP jumper, thus circumventing the resettable fuse.

The bypass jumper on BlackBoard Artemis ATP

I/O Masters

You can have up to 6 I2C or SPI masters with the BlackBoard Artemis ATP, and these pins are distributed across the board. We've listed each of the masters below with their associated pins. Check out the Apollo3 PinMap for more information.

Master SCK/SCL MISO/SDA MOSI
M0 5 6 7
M1 8 9 10
M2 27 25 28
M3 42 43 38
M4 39 40 44
M5 48 49 47

Software Setup

The BlackBoard Artemis ATP runs both Arduino and the more advanced Ambiq HAL/SDK. Checkout these tutorials to get you up and blinking in 5 minutes!

Artemis Development with Arduino

June 20, 2019

Get our powerful Artemis based boards (Artemis Nano, BlackBoard Artemis, and BlackBoard Artemis ATP) blinking in less than 5 minutes using the SparkFun Artemis Arduino Core!

Using SparkFun Edge Board with Ambiq Apollo3 SDK

March 28, 2019

We will demonstrate how to get started with your SparkFun Edge Board by setting up the toolchain on your computer, examining an example program, and using the serial uploader tool to flash the chip.

Troubleshooting

Resources and Going Further

Did you know you can use the BlackBoard Artemis ATPas the starting point of your very own Artemis product? Get the design files from our repo here and edit them using Eagle PCB!

For more information on the BlackBoard Artemis and the Artemis module itself, check out the links below:

You've now explored the board, let's get blinking with Arduino! Or perhaps you want to learn a little more about the Artemis module itself. Checkout these tutorials!

Designing with the SparkFun Artemis

Let's chat about layout and design considerations when using the Artemis module.

Artemis Development with Arduino

Get our powerful Artemis based boards (Artemis Nano, BlackBoard Artemis, and BlackBoard Artemis ATP) blinking in less than 5 minutes using the SparkFun Artemis Arduino Core!

Did you know the Artemis is compatible with our Qwiic line? Checkout these products that simply plug in and work!

SparkFun Photodetector Breakout - MAX30101 (Qwiic)

SparkFun Photodetector Breakout - MAX30101 (Qwiic)

SEN-16474
$22.50
1
SparkFun Arduino UNO R4 WiFi Qwiic Kit

SparkFun Arduino UNO R4 WiFi Qwiic Kit

KIT-22641
$99.95
1
SparkFun VR IMU Breakout - BNO086 (Qwiic)

SparkFun VR IMU Breakout - BNO086 (Qwiic)

SEN-22857
$29.95
4
SparkFun Mini Spectral UV Sensor - AS7331 (Qwiic)

SparkFun Mini Spectral UV Sensor - AS7331 (Qwiic)

SEN-23518
$25.50