Skip to content

Commit 64e6bb8

Browse files
authored
Merge pull request #1415 from makermelissa/main
Add latest missing boards
2 parents fc91130 + 3ab6fd2 commit 64e6bb8

18 files changed

Lines changed: 164 additions & 0 deletions
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: download
3+
board_id: "bradanlanestudio_explorer_rp2040"
4+
title: "Bradán Lane STUDIO Explorer Badge Download"
5+
name: "Bradán Lane STUDIO Explorer Badge"
6+
manufacturer: "Bradán Lane STUDIO"
7+
board_url:
8+
board_image: "bradanlanestudio_explorer_rp2040.jpg"
9+
date_added: 2024-05-23
10+
family: raspberrypi
11+
tags:
12+
features:
13+
- Display
14+
- Feather-Compatible
15+
- Battery Charging
16+
- STEMMA QT/QWIIC
17+
- USB-C
18+
- Breadboard-Friendly
19+
- External Display
20+
---
21+
22+
The "Explorer Badge" is an RP2040 based CircuitPython board with integrated features to provide an *all-in-one* learning device.
23+
24+
The board includes:
25+
26+
- 1.54" ePaper display
27+
- neopixels
28+
- touch sensors
29+
- accelerometer
30+
- IR (receiver and emitter)
31+
- I2C STEMMA-QT
32+
- sound (both PWM and I2S support)
33+
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.
35+
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.

_board/esp32-wrover-dev-cam.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: download
3+
board_id: "esp32-wrover-dev-cam"
4+
title: "ESP32-WRover Cam Dev Board Download"
5+
name: "ESP32-WRover Cam Dev Board"
6+
manufacturer: "Freenove"
7+
board_url:
8+
board_image: "esp32-wrover-dev-cam.jpg"
9+
date_added: 2024-05-23
10+
family: esp32
11+
features:
12+
- Wi-Fi
13+
- Camera
14+
- Bluetooth/BTLE
15+
- Breadboard-Friendly
16+
---
17+
18+
The Freenove ESP32-Wrover CAM board is an ESP32 development board with the ESP32-Wrover-E chip (with 4 MB PSRAM) and an OV2640 camera.
19+
20+
It has a USB-to-UART converter so it’s straightforward to upload code to the board. You just need to
21+
connect a USB cable to the board and connect it to your computer to upload code or apply power. There’s no need for extra circuitry or an FTDI programmer (contrary to the ESP32-CAM AI-Thinker board).
22+
23+
It comes with several exposed GPIOs if you want to connect other peripherals like sensors and outputs (many more GPIOs than the ESP32-CAM AI-Thinker). Additionally, if you’re not using the camera, you can use it as a regular ESP32 with a wide number of available GPIOs. The GPIOs with a slash above the numbers are the ones used by the camera.
24+
25+
There are RESET and BOOT buttons, which makes it easy to reset the board or put it in flashing mode if needed.
26+
27+
### Features:
28+
29+
- ESP32-Wrover-E Chip with 4MB PSRAM
30+
- Built-in USB-to-UART (CH340C drivers) — no need for an FTDI programmer
31+
- Camera OV2640 2 Megapixel
32+
- BOOT and RST buttons
33+
- LED indicators (RX/TX ON/OFF, and built-in LED (GPIO2))
34+
- Onboard antenna
35+
36+
## Purchase
37+
38+
* [Aliexpress](https://www.aliexpress.us/item/3256805721307260.html)
39+
* [Amazon](https://amzn.to/4c8Bl51)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: download
3+
board_id: "espressif_esp8684_devkitc_02_n4"
4+
title: "ESP8684-DevKitC-2-N4 Download"
5+
name: "ESP8684-DevKitC-2-N4"
6+
manufacturer: "Espressif"
7+
board_url:
8+
- "https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp8684/esp8684-devkitc-02/user_guide.html"
9+
board_image: "espressif_esp8684_devkitc_02_n4.jpg"
10+
date_added: 2024-05-23
11+
family: esp32c2
12+
features:
13+
- Wi-Fi
14+
- Bluetooth/BTLE
15+
- Breadboard-Friendly
16+
---
17+
18+
The ESP8684-DevKitC-02 is an entry-level development board based on ESP8684WROOM-02C/02UC, a general-purpose module with 2 MB/4 MB in-package flash. This board integrates complete Wi-Fi and Bluetooth LE func ons.
19+
20+
Most of the I/O pins on the module are broken out to the pin headers on both sides of this board for easy interfacing. Developers can either connect peripherals with jumper wires or mount ESP8684-DevKitC-02 on a breadboard.
21+
22+
## Purchase
23+
24+
* [DigiKey](https://www.digikey.com/en/products/detail/espressif-systems/ESP8684-DEVKITC-02C-N4/21572662)

_board/renode_cortex_m0plus.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: download
3+
board_id: "renode_cortex_m0plus"
4+
title: "Renode Cortex M0+ Download"
5+
name: "Renode Cortex M0+"
6+
manufacturer: "Renode"
7+
board_url:
8+
- "https://renode.readthedocs.io/en/latest/index.html"
9+
board_image: "unknown.jpg"
10+
date_added: 2024-05-23
11+
family: renode
12+
downloads_display: false
13+
features:
14+
---
15+
16+
This board hasn't been fully documented yet. Please make a pull request adding more info to this file.
17+
18+
The description should be written to inform a CircuitPython user what makes the board unique and link to relevant info about it.

_board/wemos_lolin32_lite.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
layout: download
3+
board_id: "wemos_lolin32_lite"
4+
title: "LOLIN32 Download"
5+
name: "LOLIN32"
6+
manufacturer: "Wemos"
7+
board_url:
8+
board_image: "wemos_lolin32_lite.jpg"
9+
date_added: 2024-05-23
10+
family: esp32
11+
features:
12+
- Wi-Fi
13+
- Bluetooth/BTLE
14+
- Breadboard-Friendly
15+
- Battery Charging
16+
---
17+
The WEMOS LOLIN32 Lite Board is the successor to the ESP8266. In addition to WiFi, the microcontroller also has Bluetooth and Bluetooth LE as well as more IO pins and improved analog inputs. The ESP32 can be programmed under Arduino. However, the board needs to be integrated first. I recommend the ESP32 only for advanced users, as it is not yet supported by all Arduino libraries. In addition to the WiFi/BLE SoC, the Lolin32 board includes a CH340G that converts USB to serial and allows your computer to communicate with the microcontroller. The LOLIN32 also has a LiPo charger with connection for 3.6V LiPo's, so you can realize your ESP32 project battery-powered and really wireless.
18+
19+
The ESP32 is great for small projects where you don’t need so many I/Os, processing power or interfaces.
20+
21+
## Features
22+
23+
- Development board
24+
- WIFI
25+
- Bluetooth
26+
- 4MB Flash memory
27+
- Lithium battery interface, 500mA Max charging current
28+
- ESP32 Version: REV1
29+
- Dual-core Tensilica LX6 microprocessor
30+
- Up to 240MHz clock frequency
31+
- 520kB internal SRAM
32+
- Integrated 802.11 BGN WiFi transceiver
33+
- Integrated dual-mode Bluetooth (BLE and Classic)
34+
- Operating voltage: 3.3V
35+
- Digital I / O pins: 19
36+
- Analog Input Pins: 6
37+
- Flash: 4M bytes
38+
- Integrated LiPo battery charger for 3.7V Lipos with max 500mA charging current
39+
- Lipo battery connection: PH-2 2.0mm
40+
- Support capacitive touch sensors
41+
- USB-UART interface: CH340G
42+
43+
44+
## Purchase
45+
46+
* [Amazon](https://amzn.to/3wCPfxb)

_data/bootloaders.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"esp32s3": {
1313
"version": "0.18.2"
1414
},
15+
"esp32c2": {},
1516
"esp32c3": {},
1617
"esp32c6": {},
1718
"esp32h2": {},
159 KB
Loading
105 KB
Loading
83.8 KB
Loading
151 KB
Loading

0 commit comments

Comments
 (0)