Feather MIMXRT1062
by arturo182

A Work-In-Progress Feather featuring the NXP i.MX RT1062 MCU.
Technical details
- ARM Cortex-M7 MCU running at 600 MHz, 1 MB of RAM (!)
- 8 MB of Flash shared between MCU code and CircuitPython storage
- USB-C connector
- High density connector with LCD interface supporting up to 1366x768
- Neopixel indicator
- MicroSD slot on the bottom
- Works with CircuitPython!
- I2C, UART, SPI, GPIO, ADCs
- Comes with a UF2 bootloader for easy FW update
Learn More
Contribute
Have some info to add for this board? Edit the source for this page here.
CircuitPython 7.3.3
This is the latest stable release of CircuitPython that will work with the Feather MIMXRT1062.
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
CircuitPython 8.0.0-beta.6
This is the latest unstable release of CircuitPython that will work with the Feather MIMXRT1062.
Unstable builds have the latest features but are more likely to have critical bugs.
Release Notes for 8.0.0-beta.6
Built-in modules available: _asyncio, _bleio, _pixelmap, adafruit_bus_device, adafruit_pixelbuf, aesio, analogio, array, atexit, binascii, bitbangio, bitmaptools, board, builtins, busio, collections, digitalio, displayio, errno, fontio, framebufferio, getpass, json, keypad, math, microcontroller, msgpack, neopixel_write, onewireio, os, pwmio, rainbowio, random, re, rtc, sdcardio, select, sharpdisplay, storage, struct, supervisor, sys, terminalio, time, touchio, traceback, ulab, usb_cdc, usb_hid, usb_midi, vectorio, zlib
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.