It offers a powerhouse of features in the super popular Feather format, offering a huge ecosystem of add-on boards, modules, and FeatherWings!
FeatherS3[D] combines the previous FeatherS3 and FeatherS3 uFL boards into a single board, giving you more options and no need to pick one or the other. It also replaces the VBAT ADC sense pin with an I2C battery fuel gauge.
FeatherS3[D] has full drop-in compatibility with the previous FeatherS3 versions, though we did need to move a few things around to fit everything in and still allow for a solid, well-tuned RF layout.
FeatherS3[D] now includes an onboard antenna and a u.FL connector for an external antenna on the same board, and you can switch which antenna to use via the RF switch on the fly from inside your code!
The onboard antenna is selected by default, so you never need to worry about the RF switch being in a bad state, or the ESP32-S3 getting damaged if you forget to plug in an external antenna.
Yup! The first one is for the general operation of the board and the ESP32-S3, PSRAM and Flash.
The second LDO is for you to use to connect external 3V3 modules, sensors and peripherals, and it has programmable EN control tied to IO39 + it’s connected to the deep sleep capabilities of the ESP32-S3, so if the ESP32-S3 goes into deep sleep, the 2nd LDO is automatically shut down for you! LDO2 also powers the onboard RGB LED.
Both regulators are ultra low noise and have ultra low quiescent current, and both support a maximum of 700mA output.
Yes! Each STEMMA/QT connector has unique IO, allowing you to instantiate two different I2C buses, or use the one labelled I2C1 for I2C (as that is already connected to the I2C fuel gauge) and use the one labelled I2C2 as an easy-to-connect UART or something else.
I2C1 is powered from the main LDO, which means it will stay powered up even when the ESP32-S3 chip is put into deep sleep. I2C2 is powered from LDO2, which will automatically shut down if the ESP32-S3 chip is put into deep sleep, so you get the best of both worlds as options for connecting your external peripherals.
Please check out the new PLATFORMS area of the Getting Started guide to find out all about developing for your new board in a range of different languages!
The Unexpected Maker ESP32-S3 GitHub Repo includes the following items:
If you need more detailed information about the ESP32-S3, including full IO capabilities and other functionality, please refer to the ESP32-S3 Datasheet from Espressif.