Bradán Lane STUDIO Explorer Badge RP2040

by Bradán Lane STUDIO

Image of Board

The “Explorer Badge” is a CircuitPython board with integrated features to provide an all-in-one learning device. It has been inspired by Adafruit’s Circuit Express series.

The combination of the RP2040 with 8MB of Flash and a wide array of integrated hardware, makes the Explorer Badge an excellent hardware choice for learning CircuitPython.

Check out the Tutorials for an introduction to Python and CircuitPython on the Explorer Badge.

Technical Details:

  • Raspberry Pi RP2040
  • 8MB FLASH
  • 2KB EEPROM
  • 1.54” 200*200 ePaper display (either BW or BWR)
  • 9 Neopixels
  • 9 Touch Sensors
  • 3-Axis Accelerometer (on the round version)
  • IR (receiver and emitter)
  • I2C STEMMA-QT
  • sound (both PWM and I2S support)
    • I2S pins may optionally be used as general IO pins
  • LiPo Battery Charging (on the round version)

Tutorials

Explore Badge Workshop Series

Purchase

Bradán Lane STUDIO on Tindie

Contribute

Have some info to add for this board? Edit the source for this page here.

CircuitPython 9.1.1

This is the latest stable release of CircuitPython that will work with the Bradán Lane STUDIO Explorer Badge RP2040.

Use this release if you are new to CircuitPython.

Release Notes for 9.1.1

Built-in modules available: _asyncio, _bleio, _pixelmap, adafruit_bus_device, adafruit_pixelbuf, aesio, alarm, analogbufio, analogio, array, atexit, audiobusio, audiocore, audiomixer, audiomp3, audiopwmio, binascii, bitbangio, bitmapfilter, bitmaptools, bitops, board, builtins, builtins.pow3, busdisplay, busio, busio.SPI, busio.UART, codeop, collections, countio, digitalio, displayio, epaperdisplay, errno, floppyio, fontio, fourwire, framebufferio, getpass, gifio, hashlib, i2cdisplaybus, i2ctarget, imagecapture, io, jpegio, json, keypad, keypad.KeyMatrix, keypad.Keys, keypad.ShiftRegisterKeys, keypad_demux, keypad_demux.DemuxKeyMatrix, locale, math, memorymap, microcontroller, msgpack, neopixel_write, nvm, onewireio, os, os.getenv, paralleldisplaybus, pulseio, pwmio, qrio, rainbowio, random, re, rgbmatrix, rotaryio, rp2pio, rtc, sdcardio, select, sharpdisplay, storage, struct, supervisor, synthio, sys, terminalio, time, touchio, traceback, ulab, usb, usb_cdc, usb_hid, usb_host, usb_midi, usb_video, vectorio, warnings, watchdog, zlib

Included frozen(?) modules: adafruit_bitmap_font, adafruit_display_shapes, adafruit_display_text, adafruit_hid, adafruit_irremote, adafruit_ticks, asyncio, neopixel, test

Absolute Newest

Every time we commit new code to CircuitPython we automatically build binaries for each board and language. The binaries are stored on Amazon S3, organized by board, and then by language. These releases are even newer than the development release listed above. Try them if you want the absolute latest and are feeling daring or want to see if a problem has been fixed.

Previous Versions of CircuitPython

All previous releases of CircuitPython are available for download from Amazon S3 through the button below. For very old releases, look in the OLD/ folder for each board. Release notes for each release are available at GitHub button below.

Older releases are useful for testing if you something appears to be broken in a newer release but used to work, or if you have older code that depends on features only available in an older release. Otherwise we recommend using the latest stable release.