Git Product home page Git Product logo

adafruit-esp32-feather-v2-pcb's Introduction

Adafruit ESP32 Feather V2 PCB


Click here to purchase one from the Adafruit shop

PCB files for the Adafruit ESP32 Feather V2.

Format is EagleCAD schematic and board layout

Description

One of our star Feathers is the Adafruit HUZZAH32 ESP32 Feather - 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 CP2012N and one thing led to another and before you know it we made a completely refreshed design: the Adafruit ESP32 Feather V2.

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:

  • Compared to the original Feather with 4 MB Flash and no PSRAM, the V2 has 8 MB Flash and 2 MB PSRAM
  • Additional user button tactile switch on input pin 38
  • Additional NeoPixel mini RGB LED with controllable power pin
  • Additional STEMMA QT port for plug and play I2C connections
  • USB Type C port instead of Micro B
  • Separate controllable 3.3V power supply for STEMMA QT to allow for ultra low power consumption even with sensors are attached
  • Designed for low power usage: verified with a PPK to draw 70uA from the Lipoly battery in deep sleep and 1.2mA in light sleep.
  • ESP32 Pico module is much smaller, allowing for clear marking of all breakout pads and additional mounting holes!
  • Upgrade the USB to serial converter from CP2014 (2mbps max rate) to CP2102N which can handle 3 mbps

However, in order to add the PSRAM, and use the new Pico module which was small enough to allow all the fun extras, some of the breakout pads have changed, so here's what you need to know:

  • The pin numbers for the I2C port (SDA, SCL), hardware UART (RX, TX), and SPI (SCK, MOSI, MISO) have changed. If your code has hardcoded use for those pins, you'll want to replace them either by the new numbers or change the code to use the 'pretty' names like SDA or SCK.
  • When selecting the new Feather ESP32 V2 board in the Espressif board support package, the correct numbers will be substituted.
  • Note the names are in the same spots, we haven't changed where the I2C/UART/SPI pins are located on the board, just which ESP32 pin numbers they are connected to in the module.
  • The 'corner' pin next to TX has changed from pin 21 to 37. This pin is not used in any FeatherWings because its considered an 'extra pin'. It's also changed from a GPIO to input-only
  • The remaining numbered pins and A0-A5 pins have not changed pin numbers.

That module nestled in at the end of this Feather contains a dual-core ESP32 chip, 8 MB of SPI Flash, 2 MB of PSRAM, tuned PCB 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.

Because it's part of our Feather eco-system, you can take advantage of the 50+ Wings that we've designed to add all sorts of cool accessories. Plus that built in battery charging and monitoring you know and love with the ESP32 Feather is still there in this upgrade.

Features:

  • ESP32 Dual core 240MHz Xtensa® processor - the classic dual-core ESP32 you know and love!
  • Mini module has FCC/CE certification and comes with 8 MByte of Flash and 2 MByte of PSRAM - you can have huge data buffers
  • Power options - USB type C or Lipoly battery
  • Built-in battery charging when powered over USB-C
  • LiPoly battery monitor with two 200K resistor divider
  • Reset and User (I38) buttons to reset board and as a separate input
  • High speed upload with auto-reset and serial debug with ultra-reliable CP2102N chipset.
  • STEMMA QT connector for I2C devices, with switchable power, so you can go into low power mode.
  • Charge/User LEDs + status NeoPixel with pin-controlled power for low power usage
  • Low Power friendly! In deep sleep mode we can get down to 80~100uA of current draw from the Lipoly connection. Quiescent current is from the power regulator, ESP32 chip, and Lipoly monitor. Turn off the NeoPixel and external I2C power for the lowest quiescent current draw.
  • Works with Arduino or MicroPython

Comes fully assembled and tested, with a USB interface that lets you quickly use it with the Arduino IDE or the low-level ESP32 IDF. We also toss in some header so you can solder it in and plug into a solderless breadboard. Lipoly battery and USB cable not included (but we do have lots of options in the shop if you'd like!)

License

Adafruit invests time and resources providing this open source design, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Designed by Limor Fried/Ladyada for Adafruit Industries.

Creative Commons Attribution/Share-Alike, all text above must be included in any redistribution. See license.txt for additional details.

adafruit-esp32-feather-v2-pcb's People

Contributors

evaherrada avatar kattni avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

sarangcr03 mfkiwl

adafruit-esp32-feather-v2-pcb's Issues

What's the deal with the V_NEOI2C net?

Looking at the schematics I don't understand how the Neopixel is powered.
So there is a Net called NEOI2C_PWR and another called V_NEOI2C.
I thought that Vin to the Neopixel is the V_bat, what am I missing?
Thank you for your wonderful work and great products
image

SPI flash autodetection fails on Adafruit ESP32 Feather V2

I have an Adafruit ESP32 Feather V2 and I'm trying to connect using espflash V1.7.0. I've verified that I can connect using both the Arduino IDE and esptool.py V4.4. Here is the output of espflash using log level trace:

espflash --log-level trace board-info
New version of espflash is available: v2.0.0-rc.2

Serial port: COM5
Connecting...

2023-01-07T22:00:01.084018Z DEBUG espflash::flasher: Attempting flash enable with: SpiAttachParams { clk: 0, q: 0, d: 0, hd: 0, cs: 0 }
2023-01-07T22:00:01.141322Z DEBUG espflash::flasher: Flash detect failed
2023-01-07T22:00:01.141419Z DEBUG espflash::flasher: Attempting flash enable with: SpiAttachParams { clk: 6, q: 17, d: 8, hd: 11, cs: 16 }
2023-01-07T22:00:01.189323Z DEBUG espflash::flasher: Flash detect failed
2023-01-07T22:00:01.189387Z DEBUG espflash::flasher: SPI flash autodetection failed
Error: espflash::flash_connect

  × Failed to connect to on-device flash

Connecting to the board using putty and resetting to see the boot up output I see:

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 271414342, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1184
load:0x40078000,len:13132
load:0x40080400,len:3036
entry 0x400805e4

Comparing the SPI connection parameters, they look the same. I've also tried espflash --flash-size 8MB --flash-mode DIO --log-level trace board-info with no success.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.