|
1 | 1 | --- |
2 | 2 | layout: download |
3 | 3 | board_id: "bradanlanestudio_explorer_rp2040" |
4 | | -title: "Bradán Lane STUDIO Explorer Badge Download" |
5 | | -name: "Bradán Lane STUDIO Explorer Badge" |
| 4 | +title: "Bradán Lane STUDIO Explorer Badge RP2040 Download" |
| 5 | +name: "Bradán Lane STUDIO Explorer Badge RP2040" |
6 | 6 | manufacturer: "Bradán Lane STUDIO" |
7 | | -board_url: |
| 7 | +board_url: https://aosc.cc/eccn2024 |
8 | 8 | board_image: "bradanlanestudio_explorer_rp2040.jpg" |
9 | 9 | date_added: 2024-05-23 |
10 | 10 | family: raspberrypi |
11 | 11 | tags: |
12 | 12 | features: |
13 | 13 | - Display |
14 | | - - Feather-Compatible |
15 | | - - Battery Charging |
| 14 | + - Speaker |
16 | 15 | - STEMMA QT/QWIIC |
17 | 16 | - USB-C |
18 | | - - Breadboard-Friendly |
19 | | - - External Display |
| 17 | + - Battery Charging |
20 | 18 | --- |
21 | 19 |
|
22 | | -The "Explorer Badge" is an RP2040 based CircuitPython board with integrated features to provide an *all-in-one* learning device. |
| 20 | +The "Explorer Badge" is a CircuitPython board with integrated features to provide an *all-in-one* learning device. |
| 21 | +It has been inspired by Adafruit's Circuit Express series. |
23 | 22 |
|
24 | | -The board includes: |
| 23 | +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. |
25 | 24 |
|
26 | | -- 1.54" ePaper display |
27 | | -- neopixels |
28 | | -- touch sensors |
29 | | -- accelerometer |
| 25 | +Check out the Tutorials for an introduction to Python and CircuitPython on the Explorer Badge. |
| 26 | + |
| 27 | +## Technical Details: |
| 28 | + |
| 29 | +- Raspberry Pi RP2040 |
| 30 | +- 8MB FLASH |
| 31 | +- 2KB EEPROM |
| 32 | +- 1.54" 200*200 ePaper display (either BW or BWR) |
| 33 | +- 9 Neopixels |
| 34 | +- 9 Touch Sensors |
| 35 | +- 3-Axis Accelerometer (on the round version) |
30 | 36 | - IR (receiver and emitter) |
31 | 37 | - I2C STEMMA-QT |
32 | 38 | - sound (both PWM and I2S support) |
| 39 | + - I2S pins may optionally be used as general IO pins |
| 40 | +- LiPo Battery Charging (on the round version) |
| 41 | + |
| 42 | +## Tutorials |
| 43 | + |
| 44 | +[Explore Badge Workshop Series](https://aosc.cc/explorer/) |
33 | 45 |
|
34 | | -There is also a tutorial series associated with the Explore Badge to get users started with Python and then CircuitPython with the integrated hardware. The badge has been tested with the related CircuitPython Learning Guides. |
| 46 | +## Purchase |
35 | 47 |
|
36 | | -There will be at least two physical implementations of the Explorer Badge. One will be used at a conference in 2024 (that implementation will have a focus on youth education). The other will be generally available through Tindie and other options. |
| 48 | +[Bradán Lane STUDIO on Tindie](https://www.tindie.com/products/bradanlane/explorer-badge/) |
0 commit comments