Skip to content

Commit 47a9fef

Browse files
authored
Merge pull request #760 from makermelissa/master
Add Challenger RP2040 WiFi
2 parents cbe15f0 + ade8469 commit 47a9fef

File tree

4 files changed

+50
-0
lines changed

4 files changed

+50
-0
lines changed

_board/challenger_rp2040_wifi.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
layout: download
3+
board_id: "challenger_rp2040_wifi"
4+
title: "Challenger RP2040 WiFi Download"
5+
name: "Challenger RP2040 WiFi"
6+
manufacturer: "Invector Labs"
7+
board_url: "https://www.tindie.com/products/invector/challenger-rp2040-wifi/"
8+
board_image: "challenger_rp2040_wifi.jpg"
9+
date_added: 2021-9-16
10+
features:
11+
- Wi-Fi
12+
- USB-C
13+
- Breadboard-Friendly
14+
- Feather-Compatible
15+
- Battery Charging
16+
---
17+
18+
The Challenger RP2040 WiFi is an Arduino/Micropython compatible Adafruit Feather format micro controller board based on the Raspberry Pico chip.
19+
20+
When we designed this board we took our existing Challenger M0 WiFi board and replaced the SAMD21 micro controller with the much more powerful dual core RP2040 Cortex-M0 device. The RP2040 have two Cortex-M0 CPU cores clocked at 133Mhz and 264Kbyte SRAM integrated. On our board we decided to put a 8MByte flash memory for your programs and file storage.
21+
22+
Just like the Challenger M0 WiFi it has a ESP8285 WiFi chip. For those of you that is unfamiliar with this device, it is basically an ESP8266 device with an integrated 1MByte of flash memory. This allows us to have an AT command interpreter inside this chip that the main controller can talk to and connect to you local WiFi network. The communications channel between the two devices is an unused UART on the main controller and the standard UART on the ESP8285. As simple as it can be.
23+
24+
### Technical details
25+
26+
- Raspberry Pi Pico Dual Core Cortex-M0 @ 133MHz
27+
- 8 MByte FLASH Memory.
28+
- 264 KByte SRAM Memory.
29+
- 1 Hardware I2C channel.
30+
- 1 Hardware SPI channel.
31+
- 1 Hardware UART for the user (Serial1).
32+
- 1 Hardware UART connected to the network processor (Serial2 @ 1Mbit/s)
33+
- 12 Bit ADC.
34+
- ESP8285 with internal 1MByte FLASH Memory
35+
- WiFi (2.4GHz)
36+
- Espressif AT interpreter
37+
- Communicates at 921600 bits/s
38+
- Neopixel LED
39+
- LiPo charger circuit with 250mA charging current
40+
- Standard LiPo battery connector
41+
- USB Type C connector
42+
43+
44+
## Purchase
45+
* [Tindie](https://www.tindie.com/products/invector/challenger-rp2040-wifi/)
46+
47+
48+
## Contribute
49+
50+
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
Loading
Loading
Loading

0 commit comments

Comments
 (0)