# PyLeap BLE Controlled NeoPixels with CLUE

## Overview

https://youtube.com/shorts/HiON4lao2wE

One of the CLUE's many features is BLE connectivity, which opens up possibilities for utilizing wireless communication. In this project, you'll use the PyLeap app to wirelessly load the project code onto your CLUE. Then, you'll connect to the CLUE with the Adafruit Bluefruit Connect app to change the colors and animations of a strip of NeoPixels over BLE.

![](https://cdn-learn.adafruit.com/assets/assets/000/115/662/medium800thumb/projects_colorHero.jpg?1664904735)

## Original Project

This [project was originally created by Erin St. Blaine and Kattni Rambor](https://learn.adafruit.com/easy-no-solder-bluetooth-controlled-room-lights/overview) with CircuitPython and a Circuit Playground Bluefruit. The code has been adapted for the CLUE to make use of the CLUE's screen to display animation and RGB color information. You can check out the original Learn Guide for more information on how the code works.

[Easy No-Soldering Bluetooth Controlled Room Lights Learn Guide](https://learn.adafruit.com/easy-no-solder-bluetooth-controlled-room-lights/overview)
## Parts
### Adafruit CLUE - nRF52840 Express with Bluetooth® LE

[Adafruit CLUE - nRF52840 Express with Bluetooth® LE](https://www.adafruit.com/product/4500)
Do you feel like you just don't have a CLUE? Well, we can help with that - get a CLUE here at Adafruit by picking up this sensor-packed development board. We wanted to build some projects that have a small screen and a lot of sensors. To make it compatible with existing projects, we made...

In Stock
[Buy Now](https://www.adafruit.com/product/4500)
[Related Guides to the Product](https://learn.adafruit.com/products/4500/guides)
![Animated GIF showing CLUE board  displaying data from the many on-board sensors.](https://cdn-shop.adafruit.com/product-videos/640x480/4500-04.jpg)

### Adafruit NeoPixel LED Strip w/ Alligator Clips - 60 LED/m

[Adafruit NeoPixel LED Strip w/ Alligator Clips - 60 LED/m](https://www.adafruit.com/product/3811)
Adding glowy color to your projects has never been easier: no more soldering or stripping wires, clip 'em on and glow! This **Adafruit NeoPixel LED Strip with Alligator Clips** has **30 total LEDs** in a **"60 LED per meter" spacing** , and...

In Stock
[Buy Now](https://www.adafruit.com/product/3811)
[Related Guides to the Product](https://learn.adafruit.com/products/3811/guides)
![Adafruit NeoPixel LED 0.5 meter Strip with Alligator Clips wired to Circuit Playground, lighting up rainbow](https://cdn-shop.adafruit.com/product-videos/640x480/3811-06.jpg)

### Clear Acrylic Enclosure + Hardware Kit for Adafruit CLUE

[Clear Acrylic Enclosure + Hardware Kit for Adafruit CLUE](https://www.adafruit.com/product/4675)
Here is a chic&nbsp;minimalist enclosure for your **CLUE** board! This case&nbsp;has been laser-cut specifically to accommodate the TFT display, tactile buttons, and capacitive pads.

And of course, we include&nbsp;mounting hardware so you can assemble it right onto your CLUE...

In Stock
[Buy Now](https://www.adafruit.com/product/4675)
[Related Guides to the Product](https://learn.adafruit.com/products/4675/guides)
![Angled shot of a Clear Acrylic Enclosure + Hardware Kit for Adafruit CLUE.](https://cdn-shop.adafruit.com/640x480/4675-04.jpg)

### USB cable - USB A to Micro-B

[USB cable - USB A to Micro-B](https://www.adafruit.com/product/592)
This here is your standard A to micro-B USB cable, for USB 1.1 or 2.0. Perfect for connecting a PC to your Metro, Feather, Raspberry Pi or other dev-board or microcontroller

Approximately 3 feet / 1 meter long

Out of Stock
[Buy Now](https://www.adafruit.com/product/592)
[Related Guides to the Product](https://learn.adafruit.com/products/592/guides)
![USB cable - USB A to Micro-B - 3 foot long](https://cdn-shop.adafruit.com/640x480/592-01.jpg)

### 3 x AA Battery Holder with On/Off Switch, JST, and Belt Clip

[3 x AA Battery Holder with On/Off Switch, JST, and Belt Clip](https://www.adafruit.com/product/3287)
This battery holder connects 3 AA batteries together in series for powering all kinds of projects. We spec'd these out because the box is compact, and 3 AA's add up to about 3.3-4.5V, a very similar range to Lithium Ion/polymer (Li-Ion) batteries, plus it has&nbsp;a nifty&nbsp;on-off...

In Stock
[Buy Now](https://www.adafruit.com/product/3287)
[Related Guides to the Product](https://learn.adafruit.com/products/3287/guides)
![Angled shot of 3 x AA battery holder with on/off switch, JST, and belt clip.](https://cdn-shop.adafruit.com/640x480/3287-00.jpg)

### Alkaline AA batteries (LR6) - 3 pack

[Alkaline AA batteries (LR6) - 3 pack](https://www.adafruit.com/product/3521)
Battery power for your portable project! These batteries are good quality at a good price, and work fantastic with any of the kits or projects in the shop that use AAs. This is a pack of **3 AA batteries**.  
  
These batteries are Alkaline (MnO2) chemistry, with a voltage...

In Stock
[Buy Now](https://www.adafruit.com/product/3521)
[Related Guides to the Product](https://learn.adafruit.com/products/3521/guides)
![Angled shot of 3 AA batteries.](https://cdn-shop.adafruit.com/640x480/3521-00.jpg)

# PyLeap BLE Controlled NeoPixels with CLUE

## Connect the NeoPixels to the CLUE

![](https://cdn-learn.adafruit.com/assets/assets/000/115/655/medium800/projects_edited_P1380925.jpg?1664896080)

To wire up the strip of NeoPixels to the CLUE, you'll clip the NeoPixel strip's alligator clips to the CLUE's pads located at the bottom of the board. The alligator clips are color coded so that you can tell which connection goes where.

## Wiring Diagram
![](https://cdn-learn.adafruit.com/assets/assets/000/115/663/medium800/projects_neoPixelClue_bb.png?1664904750)

- **NeoPixel Data In** to **CLUE pad 0 (white wire)**
- **NeoPixel Power** to **CLUE 3V pad (red wire)**
- **NeoPixel Ground** to **CLUE GND pad (black wire)**

## Assembly
First, make sure that your CLUE is disconnected from power. Then, clip the **NeoPixel strip's white alligator clip** to the **CLUE's pad 0**. This is the data input for the NeoPixel strip.

![projects_edited_P1380927.jpg](https://cdn-learn.adafruit.com/assets/assets/000/115/652/medium640/projects_edited_P1380927.jpg?1664896052)

Next, clip the **NeoPixel strip's red alligator clip** to the **CLUE's 3V pad**. This is the power input for the NeoPixel strip.

![projects_edited_P1380929.jpg](https://cdn-learn.adafruit.com/assets/assets/000/115/653/medium640/projects_edited_P1380929.jpg?1664896065)

Finally, clip the **NeoPixel strip's black alligator clip** to the **CLUE's GND pad**. This is the ground connection for the NeoPixel strip.

![projects_edited_P1380933.jpg](https://cdn-learn.adafruit.com/assets/assets/000/115/654/medium640/projects_edited_P1380933.jpg?1664896067)

Now your NeoPixel strip is connected to your CLUE!

# PyLeap BLE Controlled NeoPixels with CLUE

## CircuitPython on CLUE

[CircuitPython](https://github.com/adafruit/circuitpython) is a derivative of [MicroPython](https://micropython.org) designed to simplify experimentation and education on low-cost microcontrollers. It makes it easier than ever to get prototyping by requiring no upfront desktop software downloads. Simply copy and edit files on the **CIRCUITPY** &nbsp;flash drive to iterate.

The following instructions will show you how to install CircuitPython. If you've already installed CircuitPython but are looking to update it or reinstall it, the same steps work for that as well!

## Set up CircuitPython Quick Start!

Follow this quick step-by-step for super-fast Python power :)

[Download the latest version of CircuitPython for CLUE from circuitpython.org](https://circuitpython.org/board/clue_nrf52840_express/)
 **Click the link above to download the latest version of CircuitPython for the CLUE.**

Download and save it to your desktop (or wherever is handy).

![adafruit_products_CLUE_UF2_Downloaded.png](https://cdn-learn.adafruit.com/assets/assets/000/088/037/medium640/adafruit_products_CLUE_UF2_Downloaded.png?1580840077)

Plug your CLUE into your computer using a known-good USB cable.

**A lot of people end up using charge-only USB cables and it is very frustrating! So make sure you have a USB cable you know is good for data sync.**

Double-click the **Reset** button on the top (magenta arrow) on your board, and you will see the NeoPixel RGB LED (green arrow) turn green. If it turns red, check the USB cable, try another USB port, etc. **Note:** The little red LED next to the USB connector will pulse red. That's ok!

If double-clicking doesn't work the first time, try again. Sometimes it can take a few tries to get the rhythm right!

![adafruit_products_Clue_Reset_NeoPixel_bootloader.png](https://cdn-learn.adafruit.com/assets/assets/000/087/919/medium640/adafruit_products_Clue_Reset_NeoPixel_bootloader.png?1580496467)

You will see a new disk drive appear called **CLUEBOOT**.

Drag the **adafruit-circuitpython-clue-etc.uf2** file to **CLUE**** BOOT.**

![adafruit_products_CLUE_CLUEBOOT.png](https://cdn-learn.adafruit.com/assets/assets/000/088/042/medium640/adafruit_products_CLUE_CLUEBOOT.png?1580841287)

![adafruit_products_CLUE_drag_UF2.png](https://cdn-learn.adafruit.com/assets/assets/000/088/043/medium640/adafruit_products_CLUE_drag_UF2.png?1580841295)

The LED will flash. Then, the **CLUEBOOT** drive will disappear and a new disk drive called **CIRCUITPY** will appear.

If this is the first time you're installing CircuitPython or you're doing a completely fresh install after erasing the filesystem, you will have two files - **boot\_out.txt** , and **code.py** , and one folder - **lib** on your **CIRCUITPY** drive.

If CircuitPython was already installed, the files present before reloading CircuitPython should still be present on your **CIRCUITPY** drive. Loading CircuitPython will not create new files if there was already a CircuitPython filesystem present.

That's it, you're done! :)

![adafruit_products_CLUE_CIRCUITPY.png](https://cdn-learn.adafruit.com/assets/assets/000/088/044/medium640/adafruit_products_CLUE_CIRCUITPY.png?1580841453)

# PyLeap BLE Controlled NeoPixels with CLUE

## Pairing

Now that you're done uploading the correct firmware, **disconnect** your device from your computer and power it via [LiPoly](https://www.adafruit.com/category/574)&nbsp;or [AAA battery pack](https://www.adafruit.com/product/727).

## Pairing device to PyLeap

Once powered, press the small&nbsp; **Reset** button in the center of the board (Circuit Playground Bluefruit) or on the top right of the board (CLUE). When the blue light flashes, press the Reset button again.

![Circuit Playground Bluefruit with reset button in center of board](https://cdn-learn.adafruit.com/assets/assets/000/107/090/medium800thumb/circuit_playground_ezgif22.jpg?1664908526 Circuit Playground Bluefruit with a small Reset button in the center of the board)

![Adafruit](https://cdn-learn.adafruit.com/assets/assets/000/087/865/original/adafruit_products_Clue_pinouts_Reset.png?1580413920 Adafruit CLUE Reset Button (Highlighted on the upper right))

When done correctly, the LEDs will flash yellow followed by solid blue. Once this occurs, the board will **continuously** be in discovery mode.

## Scan & Connect

When your Circuit Playground Bluefruit or Adafruit CLUE is in discovery mode, hold it very closely to your iPhone or iPadOS to pair.&nbsp;

![](https://cdn-learn.adafruit.com/assets/assets/000/112/226/medium800thumb/circuitpython_ezgif.com-gif-maker-3.jpg?1654190148)

Below the spinning Blinka, you'll notice a status&nbsp;indicator that will let you&nbsp;know your current **pairing status.**

Once you've found&nbsp;your&nbsp;device and received the **Bluetooth Pairing Request** message, press Pair to pair your board to your iPhone or iPadOS.

![](https://cdn-learn.adafruit.com/assets/assets/000/112/232/medium800/circuitpython_IMG_6159.png?1654209813)

## If your Circuit Playground Bluefruit doesn't appear:

1. Check to see if your Circuit Playground Bluefruit is powered on. Verify that the green **On** light is lit.
2. Make sure your Circuit Playground Bluefruit is running the correct **firmware**. See the [CircuitPython page](https://learn.adafruit.com/pyleap-app/circuitpython)&nbsp;in this guide.
3. Try resetting the Circuit Playground Bluefruit by pressing the small **Reset** button near the center of the board.

# PyLeap BLE Controlled NeoPixels with CLUE

## BLE Controlled NeoPixels Code

![](https://cdn-learn.adafruit.com/assets/assets/000/115/664/medium800/projects_edited_P1380940.jpg?1664904980)

https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/PyLeap/PyLeap_CLUE_BLE_NeoPixels/code.py

# PyLeap BLE Controlled NeoPixels with CLUE

## Bluefruit Connect App

![](https://cdn-learn.adafruit.com/assets/assets/000/115/666/medium800/projects_connectToBLE0.jpg?1664905189)

After loading the project onto your CLUE with PyLeap, close out of the PyLeap app. This disconnects the CLUE from PyLeap.

Now, your CLUE display will show "CONNECT TO BLE", signaling that it's ready to connect to the [Bluefruit Connect App](https://learn.adafruit.com/bluefruit-le-connect). Follow along with the next two pages to download and install the app and then connect to the CLUE with it.

Warning: 

# PyLeap BLE Controlled NeoPixels with CLUE

## Installation and Setup

![](https://cdn-learn.adafruit.com/assets/assets/000/096/132/medium800/projects_main_thumbnail.jpg?1603190514)

The Bluefruit LE Connect app provides&nbsp;iOS & Android devices with a variety of tools to&nbsp;communicate with Bluefruit LE devices. These tools cover&nbsp;basic communication and info reporting as well as more project specific uses such as Arduino Pin Control and a Color Picker.

The iOS app is a [free download from Apple's App Store](https://itunes.apple.com/us/app/adafruit-bluefruit-le-connect/id830125974?mt=8 "Bluefruit LE Connect"). It requires iOS 11.3 or later and works on iPhones, iPads, and iPod Touches.

The Android app is a free download from the [Google Play Store](https://play.google.com/store/apps/details?id=com.adafruit.bluefruit.le.connect). It requires Android 4.4 or later.

The app is compatible with these BLE devices from Adafruit, and possibly more:

- [Bluefruit LE nRF8001 Breakout](https://www.adafruit.com/products/1697)
- [Bluefruit LE Friend](https://www.adafruit.com/products/2267)
- [Flora Wearable Bluefruit LE Module](https://www.adafruit.com/products/2487)
- [Adafruit Bluefruit LE SPI Friend](https://www.adafruit.com/products/2633)
- [Adafruit Bluefruit LE Micro](https://www.adafruit.com/products/2661)
- [Adafruit Feather 32u4 Bluefruit LE](https://www.adafruit.com/product/2829)
- [Adafruit Feather M0 Bluefruit LE](https://www.adafruit.com/product/2995)
- [Adafruit Feather nRF52 Bluefruit LE - nRF52832](https://www.adafruit.com/product/3406)
- [Adafruit Feather nRF52840 Express](https://www.adafruit.com/product/4062)
- [Adafruit CLUE](https://learn.adafruit.com/adafruit-clue)

First off - install the app from one of the App stores listed above if you haven't already.

# Enable Bluetooth
If&nbsp;Bluetooth is disabled on your device, enable it by going to&nbsp; **Settings-\>Bluetooth** on your iOS device, or the analogous setting on your Android device.

![](https://cdn-learn.adafruit.com/assets/assets/000/023/178/medium800/projects_settings-bluetooth-2up.jpg?1423987757)

# Enable Location Services
If you plan to use the app to send location/GPS data to Bluefruit LE, enable Location Services. Enable it on iOS using&nbsp; **Settings-\>Privacy-\>Location Services**.

![](https://cdn-learn.adafruit.com/assets/assets/000/023/179/medium800/projects_settings-locationA-2up.jpg?1423988243)

# PyLeap BLE Controlled NeoPixels with CLUE

## Scan for Devices

On launch, the app will automatically begin to scan for nearby&nbsp;Bluetooth LE devices. &nbsp;Devices are presented in a table view&nbsp;in the order in which they were discovered.

Danger: 

# iPhone

The following images depict the app when used on the iPhone. The Android app looks similar.

![](https://cdn-learn.adafruit.com/assets/assets/000/071/013/medium800/projects_bluefuit-connect-central-list_half.png?1549903007)

The device list will display all BLE devices discovered by the app (not just Bluefruit hardware) - so you may see a quite a few "" or \<Unknown\> entries for devices that don't advertise their name, as seen above.

- To refresh the list and start a new scan, simply swipe down on the current list.
- Each device's signal strength is displayed in the left side of its row.

If you tap on the device entry (not on Connect), you'll see more detail about a particular device:

![](https://cdn-learn.adafruit.com/assets/assets/000/071/014/medium800/projects_bluefruit-connect-central-list-detail_half.png?1549903096)

# iPad

The following images depict the app when used on the iPad

![](https://cdn-learn.adafruit.com/assets/assets/000/071/015/medium800/projects_bluefruit-connect-ipad-central-list_quarter.png?1549903717)

Tap the middle of a device's table row to reveal its relevant advertisement data.

- Any device listed with a "Connect" button at the right can be accessed in Info mode.
- Any device listed as "UART Capable" can be used with all modes - Info, UART, Pin I/O, & Controller.

Info: 

## Multiple UART Mode
![](https://cdn-learn.adafruit.com/assets/assets/000/096/131/medium800/projects_multi_UART.png?1603190366)

The Multiple UART feature allows to monitor incoming data from, and send data to multiple devices simultaneously.

To use it:

- Activate the **Multiple UART Mode switch**
- Tap **Connect** next to each device you'd like to include
- Tap the Start button below the Multiple UART mode to begin.

Once connected, you can choose **UART** or **Plotter** module to view incoming data from all connected peripherals. In the UART module, you can send data to one or all connected devices at once.

# Connect
Tap the Connect button on the&nbsp;UART capable list&nbsp;entry you wish to use and choose a connection mode from the menu that appears.

![](https://cdn-learn.adafruit.com/assets/assets/000/070/323/medium800/projects_bleconnect-redux1.jpg?1548966544)

# Troubleshooting
![](https://cdn-learn.adafruit.com/assets/assets/000/070/327/medium800/projects_bleconnect-redux4.jpg?1548967824)

If you’re having trouble finding your **Bluefruit** device in the **scanned peripherals list** , ensure the board is **powered** and **not paired** with any other BLE devices. If the problem persists, it could be due to **caching issues** in the iOS or Android operating system. For a fix, try the following:

- **Cycle Bluetooth** - Turn your mobile device’s Bluetooth radio off and on again in the Settings app.
- **Relaunch App** - Quit the Bluetooth LE Connect app and restart it. (instructions for&nbsp;[iOS](https://support.apple.com/en-us/HT201330) & [Android](https://www.wikihow.tech/Force-Quit-Apps-on-Android))
- **Cycle Power** - Restart your mobile device by powering it off and restarting.

Doing one or both of the above solves most peripheral scanning issues. If you're still having trouble, try searching the [Adafruit Support forum](https://forums.adafruit.com/index.php?) for your issue.

# PyLeap BLE Controlled NeoPixels with CLUE

## Usage

After connecting your CLUE to the Bluefruit app, your CLUE display will show "CONNECTED". Now you can start controlling the NeoPixel strip's animations and colors with the app.

![projects_connected0.jpg](https://cdn-learn.adafruit.com/assets/assets/000/115/665/medium640/projects_connected0.jpg?1664905168)

In the app, select the **Controller** module. Then select the **Control Pad** on the next screen.

![projects_appController_1.gif](https://cdn-learn.adafruit.com/assets/assets/000/115/671/medium640thumb/projects_appController_1.jpg?1664907407)

You can press the different onscreen number buttons to select the NeoPixel animations. The CLUE screen will display the name of the animation.

- **1** - Fire animation
- **2** - Rainbow animation
- **3** - Starry night animation
- **4** - Rainbow fade animation

![projects_modeSelect.gif](https://cdn-learn.adafruit.com/assets/assets/000/115/656/medium640thumb/projects_modeSelect.jpg?1664900586)

The arrow buttons can also affect the NeoPixels.

- **Up** - increase brightness
- **Down** - decrease brightness
- **Right** - advance through the animations in order
- **Left** - turn the NeoPixels off

![projects_brightness.gif](https://cdn-learn.adafruit.com/assets/assets/000/115/657/medium640thumb/projects_brightness.jpg?1664900598)

Go back to the main **Controller** module page and select the **Color Picker**.

![projects_colorWheel_1.gif](https://cdn-learn.adafruit.com/assets/assets/000/115/672/medium640thumb/projects_colorWheel_1.jpg?1664907420)

Select your color in the color wheel and then press **Send selected color** to change the color of the NeoPixels. The CLUE screen will display the RGB color code.

![projects_colorPicker.gif](https://cdn-learn.adafruit.com/assets/assets/000/115/659/medium640thumb/projects_colorPicker.jpg?1664900641)

You can change the saturation of the color by **moving the slider** under the color wheel.

![projects_saturationSlider.gif](https://cdn-learn.adafruit.com/assets/assets/000/115/660/medium640thumb/projects_saturationSlider.jpg?1664900802)


## Featured Products

### Adafruit CLUE - nRF52840 Express with Bluetooth® LE

[Adafruit CLUE - nRF52840 Express with Bluetooth® LE](https://www.adafruit.com/product/4500)
Do you feel like you just don't have a CLUE? Well, we can help with that - get a CLUE here at Adafruit by picking up this sensor-packed development board. We wanted to build some projects that have a small screen and a lot of sensors. To make it compatible with existing projects, we made...

In Stock
[Buy Now](https://www.adafruit.com/product/4500)
[Related Guides to the Product](https://learn.adafruit.com/products/4500/guides)
### Adafruit NeoPixel LED Strip w/ Alligator Clips - 60 LED/m

[Adafruit NeoPixel LED Strip w/ Alligator Clips - 60 LED/m](https://www.adafruit.com/product/3811)
Adding glowy color to your projects has never been easier: no more soldering or stripping wires, clip 'em on and glow! This **Adafruit NeoPixel LED Strip with Alligator Clips** has **30 total LEDs** in a **"60 LED per meter" spacing** , and...

In Stock
[Buy Now](https://www.adafruit.com/product/3811)
[Related Guides to the Product](https://learn.adafruit.com/products/3811/guides)
### Clear Acrylic Enclosure + Hardware Kit for Adafruit CLUE

[Clear Acrylic Enclosure + Hardware Kit for Adafruit CLUE](https://www.adafruit.com/product/4675)
Here is a chic&nbsp;minimalist enclosure for your **CLUE** board! This case&nbsp;has been laser-cut specifically to accommodate the TFT display, tactile buttons, and capacitive pads.

And of course, we include&nbsp;mounting hardware so you can assemble it right onto your CLUE...

In Stock
[Buy Now](https://www.adafruit.com/product/4675)
[Related Guides to the Product](https://learn.adafruit.com/products/4675/guides)
### USB cable - USB A to Micro-B

[USB cable - USB A to Micro-B](https://www.adafruit.com/product/592)
This here is your standard A to micro-B USB cable, for USB 1.1 or 2.0. Perfect for connecting a PC to your Metro, Feather, Raspberry Pi or other dev-board or microcontroller

Approximately 3 feet / 1 meter long

Out of Stock
[Buy Now](https://www.adafruit.com/product/592)
[Related Guides to the Product](https://learn.adafruit.com/products/592/guides)
### 3 x AA Battery Holder with On/Off Switch, JST, and Belt Clip

[3 x AA Battery Holder with On/Off Switch, JST, and Belt Clip](https://www.adafruit.com/product/3287)
This battery holder connects 3 AA batteries together in series for powering all kinds of projects. We spec'd these out because the box is compact, and 3 AA's add up to about 3.3-4.5V, a very similar range to Lithium Ion/polymer (Li-Ion) batteries, plus it has&nbsp;a nifty&nbsp;on-off...

In Stock
[Buy Now](https://www.adafruit.com/product/3287)
[Related Guides to the Product](https://learn.adafruit.com/products/3287/guides)
### Alkaline AA batteries (LR6) - 3 pack

[Alkaline AA batteries (LR6) - 3 pack](https://www.adafruit.com/product/3521)
Battery power for your portable project! These batteries are good quality at a good price, and work fantastic with any of the kits or projects in the shop that use AAs. This is a pack of **3 AA batteries**.  
  
These batteries are Alkaline (MnO2) chemistry, with a voltage...

In Stock
[Buy Now](https://www.adafruit.com/product/3521)
[Related Guides to the Product](https://learn.adafruit.com/products/3521/guides)

## Related Guides

- [Introducing Adafruit CLUE](https://learn.adafruit.com/adafruit-clue.md)
- [BLE Thermal "Cat" Printer with CircuitPython](https://learn.adafruit.com/ble-thermal-cat-printer-with-circuitpython.md)
- [Pyloton: CircuitPython Cycling Computer](https://learn.adafruit.com/pyloton.md)
- [CLUE case](https://learn.adafruit.com/clue-case.md)
- [How to Fuse Motion Sensor Data into AHRS Orientation (Euler/Quaternions)](https://learn.adafruit.com/how-to-fuse-motion-sensor-data-into-ahrs-orientation-euler-quaternions.md)
- [Wirelessly Code your Bluetooth Device with CircuitPython](https://learn.adafruit.com/wirelessly-code-your-bluetooth-device-with-circuitpython.md)
- [CLUE Vertical Garden Weather Visualizer](https://learn.adafruit.com/clue-vertical-garden-weather-visualizer.md)
- [CLUE Sensor Plotter in CircuitPython](https://learn.adafruit.com/clue-sensor-plotter-circuitpython.md)
- [Chauncey the Flower Care Bot with CLUE and Bonsai Buckaroo](https://learn.adafruit.com/chauncey-flower-watering-bot-clue.md)
- [Bluetooth CLUE Robot Car using CircuitPython](https://learn.adafruit.com/bluetooth-clue-robot-car-using-circuitpython.md)
- [Adafruit Bonsai Buckaroo](https://learn.adafruit.com/adafruit-bonsai-buckaroo.md)
- [No-Touch Hand Wash Timer for Circuit Playground Express and CLUE](https://learn.adafruit.com/no-touch-hand-wash-timer-for-cpx-and-clue.md)
- [CLUE Altimeter](https://learn.adafruit.com/clue-altimeter.md)
- [CircuitPython BLE Multi-Temperature Monitoring](https://learn.adafruit.com/circuitpython-multi-temperature-ble-monitoring.md)
- [PyLeap CLUE Custom Conference Badge](https://learn.adafruit.com/pyleap-clue-custom-conference-badge.md)
- [Adafruit LSM6DS33 6-DoF IMU Breakout](https://learn.adafruit.com/lsm6ds33-6-dof-imu-accelerometer-gyro.md)
