Merge pull request #323 from makermelissa/master

Added itsy nrf52840 and updated stm32f405 Express board info
This commit is contained in:
Limor "Ladyada" Fried 2019-11-04 12:21:19 -05:00 committed by GitHub
commit 58c8b65c58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 45 additions and 2 deletions

View file

@ -4,14 +4,38 @@ board_id: "feather_stm32f405_express"
title: "Feather STM32F405 Express Download"
name: "Feather STM32F405 Express"
manufacturer: "Adafruit"
board_url: ""
board_url: "https://www.adafruit.com/product/4382"
board_image: "feather_stm32f405_express.jpg"
features:
- Feather-compatible
- Battery Charging
---
Coming soon! Watch Ask an Engineer, which airs every Wednesday at 8PM EST for more information.
ST takes flight in this upcoming Feather board. The new STM32F405 Feather (video) that we designed runs CircuitPython at a blistering 168MHz our fastest CircuitPython board ever! We put a STEMMA QT / Qwiic port on the end, so you can really easily plug and play I2C sensors.
This Feather has lots of goodies:
STM32F405 Cortex M4 with 1MB Flash, 168MHz speed
3.3V logic, but almost all pins are 5V compliant!
USB C power and data - our first USB C Feather!
LiPo connector and charger
SD socket on the bottom, connected to SDIO port
2 MB SPI Flash chip
Built in NeoPixel indicator
I2C, UART, GPIO, ADCs, DACs
Qwiic/STEMMA-QT connector for fast I2C connectivity
We use the built-in USB DFU bootloader to load firmware. It does not come with a UF2 bootloader.
With CircuitPython basics running on this board, it's fast to get all our drivers working, then use the built in plotter in Mu to instantly get sensor data displaying within 3 minutes of unboxing.
You can use MicroPython, CircuitPython or Arduino IDE with this board, with some caveats. This board and chipset is new so expect rapid developments and updates!
CircuitPython support is under development. We have digital IO, analog in/out, I2C, SPI, PWM working so far and more on the way. For example, the SDIO SD card is not yet supported natively. DisplayIO is also not yet supported.
Arduino is supported through STM32duino. There's no auto-reset bootloader support yet so you have to pull the BOOT0 pin high and manually reset before uploading. That said, STM32 support is really good, and we were able to run just about every sketch we tried.
MicroPython support is very solid but Adafruit does not provide MicroPython libraries for sensors!
We tested this in Arduino STM32duino with all our FeatherWings and only the RFM69/RFM9x libraries did not work (they are very platform specific). Its an extraordinarily fast Feather, and our first foray into STM32 - very exciting!
## Purchase
* [Adafruit](https://www.adafruit.com/product/4382)
## Contribute

View file

@ -0,0 +1,19 @@
---
layout: download
board_id: "itsybitsy_nrf52840_express"
title: "ItsyBitsy NRF52840 Express Download"
name: "ItsyBitsy NRF52840 Express"
manufacturer: "Adafruit"
board_url: ""
board_image: "itsybitsy_nrf52840_express.jpg"
---
Coming soon! Watch Ask an Engineer, which airs every Wednesday at 8PM EST for more information.
## Learn More
* [Youtube](https://youtu.be/EAyIQqoAaC8?t=38)
## Contribute
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).

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB