Skip to content

Commit 2f33526

Browse files
authored
Merge pull request #1485 from adafruit/tannewt-patch-1
Update C6 Feather blurb
2 parents 344265b + 5767295 commit 2f33526

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_board/adafruit_feather_esp32c6_4mbflash_nopsram.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ features:
2222

2323
The ESP32-C6 is Espressif’s first Wi-Fi 6 SoC integrating 2.4 GHz Wi-Fi 6, Bluetooth 5 (LE) and the 802.15.4 protocol. It brings the goodness you know from the [low-cost C3 series](https://www.adafruit.com/product/5337) and improves it with Zigbee/802.15.4 at 2.4Ghz. [That means it could make for great Matter development hardware](https://csa-iot.org/all-solutions/matter/)!
2424

25-
We took our [Feather ESP32-S2](https://www.adafruit.com/product/5000) and swapped out the 'S2 for a C6. Plus some re-routing and here's what we've got: a C6 Feather with lots of GPIO, [lipoly charging and monitoring with the MAX17048](https://www.adafruit.com/product/5580), NeoPixel, I2C Stemma QT port, and a second low-quiescent LDO for disabling the I2C and NeoPixel when we want ultra-low power usage. We also [tossed a BME280](https://www.adafruit.com/product/2652) on there, so you could use it immediately as a low power temp/hum/pressure sensor.
25+
We took our Feather ESP32-S2 and swapped out the 'S2 for a C6. Plus some re-routing and here's what we've got: a C6 Feather with lots of GPIO, lipoly charging and monitoring with the MAX17048, NeoPixel, I2C Stemma QT port, and a second low-quiescent LDO for disabling the I2C and NeoPixel when we want ultra-low power usage - as low as 17uA in deep sleep.
26+
27+
One thing to watch for is that, like the C3, the C6 does not have native USB. It does have a 'built in' USB Serial core that can be used for debugging, but it cannot act like a mouse, keyboard, or disk drive. That means if you are running CircuitPython you will need to use WiFi, Bluetooth or WebSerial for transferring files back and forth rather than drag-and-dropping to a drive. Ditto for the bootloader side, this chip cannot run UF2.
2628

2729
## Purchase
2830

29-
* [Adafruit](https://www.adafruit.com/product/5933)
31+
* [Adafruit](https://www.adafruit.com/product/5933)

0 commit comments

Comments
 (0)