Feather MIMXRT1011
by arturo182

A Work-In-Progress Feather featuring the NXP i.MX RT1011 MCU and a ESP32.
Technical details
- ARM Cortex-M7 MCU running at 500 MHz, 128 KB of RAM
- 8 MB of Flash shared between MCU code and CircuitPython storage
- USB-C connector
- ESP32 that can be used as a SPI slave with the AirLift firmware
- Neopixel indicator
- Works with CircuitPython!
- I2C, UART, SPI, GPIO, ADCs
- Comes with a UF2 bootloader for easy FW update
Learn More
Purchase
Contribute
Have some info to add for this board? Edit the source for this page here.
CircuitPython 7.3.1
This is the latest stable release of CircuitPython that will work with the Feather MIMXRT1011.
Start here if you are new to CircuitPython.
Built-in modules available: _bleio, adafruit_bus_device, adafruit_pixelbuf, aesio, analogio, atexit, binascii, bitbangio, bitmaptools, board, busio, digitalio, displayio, errno, fontio, framebufferio, getpass, gifio, json, keypad, math, microcontroller, msgpack, neopixel_write, onewireio, os, pwmio, rainbowio, random, re, rtc, sdcardio, sharpdisplay, storage, struct, supervisor, terminalio, time, touchio, traceback, ulab, usb_cdc, usb_hid, usb_midi, vectorio, zlib
Included frozen(?) modules: adafruit_esp32spi, adafruit_requests
CircuitPython 8.0.0-alpha.1
This is the latest unstable release of CircuitPython that will work with the Feather MIMXRT1011.
Unstable builds have the latest features but are more likely to have critical bugs.
Release Notes for 8.0.0-alpha.1
Built-in modules available: _bleio, adafruit_bus_device, adafruit_pixelbuf, aesio, analogio, atexit, binascii, bitbangio, bitmaptools, board, busio, digitalio, displayio, dotenv, errno, fontio, framebufferio, getpass, gifio, json, keypad, math, microcontroller, msgpack, neopixel_write, onewireio, os, pwmio, rainbowio, random, re, rtc, sdcardio, sharpdisplay, storage, struct, supervisor, terminalio, time, touchio, traceback, ulab, usb_cdc, usb_hid, usb_midi, vectorio, zlib
Included frozen(?) modules: adafruit_esp32spi, adafruit_requests
Absolute Newest
Every time we commit new code to CircuitPython we automatically build binaries for each board and language. The binaries are stored on Amazon S3, organized by board, and then by language. Try them if you want the absolute latest and are feeling daring or want to see if a problem has been fixed.
Past Releases
All previous releases are listed on GitHub, with release notes, and are available for download from Amazon S3. They are handy for testing, but otherwise we recommend using the latest stable release. Some older GitHub release pages include the same binaries for downloading. But we have discontinued including binaries as assets on newer release pages because of the large number of files for each release.