Skip to content

Commit f283331

Browse files
authored
Merge pull request #1640 from dhalbert/differentiate-huzzah32
differentiate original Feather HUZZAH32 and Feather ESP32 V2
2 parents 83cb0d4 + 64c00b3 commit f283331

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

_board/adafruit_feather_esp32_v2.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: download
33
board_id: "adafruit_feather_esp32_v2"
44
title: "Adafruit Feather ESP32 V2 Download"
5-
name: "Adafruit Feather ESP32 V2"
5+
name: "Adafruit Feather ESP32 V2 (HUZZAH32 V2)"
66
manufacturer: "Adafruit"
77
board_url:
88
- "https://www.adafruit.com/product/5400"
@@ -23,9 +23,11 @@ features:
2323
- STEMMA QT/QWIIC
2424
---
2525

26-
One of our star Feathers is the [Adafruit HUZZAH32 ESP32 Feather](https://www.adafruit.com/product/3405) - with the fabulous ESP32 WROOM module on there, it makes quick work of WiFi and Bluetooth projects that take advantage of Espressifs most popular chipset. Recently we had to redesign this feather to move from the obsolete CP2104 to the available CH9102F and one thing led to another and before you know it we made a completely refreshed design: the **Adafruit ESP32 Feather V2**.
26+
The **Adafruit Feather ESP32 V2** is a new version of the original Adafruit HUZZAH32 ESP32 Feather. Both have the fabulous ESP32 WROOM module on there, which makes quick work of WiFi and Bluetooth projects that take advantage of Espressifs most popular chipset. We completely refreshed the board while moving from the obsolete CP2104 USB-serial chip to the available CH9102F.
2727

28-
The V2 is a significant redesign, enough so we consider it a completely new product. It *still* features the ESP32 chip but has many upgrades and improvements:
28+
Both boards say "HUZZAH32" on the bottom side, but they are different. Make sure you've chosen the correct download for the your board.
29+
30+
The Feather ESP32 V2 is a significant redesign, enough so we consider it a completely new product. It *still* features the ESP32 chip but has many upgrades and improvements:
2931

3032
- Compared to the original Feather with 4 MB Flash and no PSRAM, the V2 has **8 MB Flash and 2 MB PSRAM**
3133
- Additional **user button tactile switch** on input pin 38

_board/adafruit_feather_huzzah32.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ features:
2020
- Breadboard-Friendly
2121
---
2222

23-
Aww yeah, it's the Feather you have been waiting for! The **HUZZAH32** is our ESP32-based Feather, made with the official WROOM32 module. We packed everything you love about Feathers: built in USB-to-Serial converter, automatic bootloader reset, Lithium Ion/Polymer charger, and just about all of the GPIOs brought out so you can use it with any of our Feather Wings. [We have other boards in the Feather family, check'em out here.](https://www.adafruit.com/feather)
23+
The **Adafruit Feather HUZZAH32** is our original ESP32-based Feather, made with the official WROOM32 module. We packed everything you love about Feathers: built in USB-to-Serial converter, automatic bootloader reset, Lithium Ion/Polymer charger, and just about all of the GPIOs brought out so you can use it with any of our Feather Wings. [We have other boards in the Feather family, check'em out here.](https://www.adafruit.com/feather)
2424

2525
That module nestled in at the end of this Feather contains a dual-core ESP32 chip, 4 MB of SPI Flash, tuned antenna, and all the passives you need to take advantage of this powerful new processor. The ESP32 has both WiFi *and* Bluetooth Classic/LE support. That means it's perfect for just about any wireless or Internet-connected project.
2626

27+
Don't confuse this board with the similar, newer, [Adafruit Feather ESP32 V2](https://circuitpython.org/board/adafruit_feather_esp32_v2/). Both boards say "HUZZAH32" on the bottom side, but they are different. Make sure you've chosen the correct download for your board.
28+
2729
Because it's part of our [Feather eco-system, you can take advantage of the 50+ Wings](https://www.adafruit.com/category/814) that we've designed to add all sorts of cool accessories.
2830

2931
The ESP32 is a perfect upgrade from the ESP8266 that has been so popular. In comparison, the ESP32 has way more GPIO, plenty of analog inputs, two analog outputs, multiple extra peripherals (like a spare UART), two cores so you don't have to yield to the WiFi manager, much higher-speed processor, etc. etc! We think that as the ESP32 gets traction, we'll see more people move to this chip exclusively, as it is so full-featured.
3032

31-
**Please note: The ESP32 is still targeted to developers**. Not all of the peripherals are fully documented with example code, and there are some bugs still being found and fixed. We got all of our Featherwings working under Arduino IDE, so you can expect things like I2C and SPI and analog reads to work. But other elements are still under development. For that reason, we recommend this Feather for makers who have some experience with microcontroller programming, and not as a first dev board.
32-
3333
Here are [specifications from Espressif about the ESP32](https://espressif.com/en/products/hardware/esp32/overview):
3434

3535
- 240 MHz dual core Tensilica LX6 microcontroller with 600 DMIPS

0 commit comments

Comments
 (0)