Skip to content

Commit 24272da

Browse files
committed
Merge branch 'master' of github.com:adafruit/circuitpython-org into components-search
2 parents 381559b + a4344e9 commit 24272da

File tree

6 files changed

+1011
-484
lines changed

6 files changed

+1011
-484
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).

_board/lolin_s2_mini.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ features:
5757
- `GPIO15` LED (blue status LED)
5858
- Compatible with CircuitPython, MicroPython (default firmware), Arduino and ESP-IDF
5959

60+
## Notes
61+
62+
- There is an error on the v1.0 board silkscreen. GPIO12/13 should be reversed.
63+
6064
## Purchase
6165

6266
* [AliExpress](https://www.aliexpress.com/item/1005003145192016.html)

0 commit comments

Comments
 (0)