Update specs listing
This commit is contained in:
parent
82ad545c02
commit
a0f63d5221
5 changed files with 92 additions and 65 deletions
|
|
@ -4,7 +4,7 @@ board_id: "metro_m0_express"
|
|||
title: "Metro M0 Express Download"
|
||||
name: "Metro M0 Express"
|
||||
manufacturer: "Adafruit"
|
||||
board_url: ""
|
||||
board_url: "https://www.adafruit.com/product/3505"
|
||||
board_image: "metro_m0_express.jpg"
|
||||
date_added: 2019-3-9
|
||||
family: atmel-samd
|
||||
|
|
@ -15,19 +15,23 @@ features:
|
|||
|
||||
This **Metro M0 Express** board looks a whole lot like the [original Metro 328](https://www.adafruit.com/product/2488), but with a huge upgrade. Instead of the ATmega328, this Metro features a ATSAMD21G18 chip, an ARM Cortex M0+. It's the first Adafruit Metro that is designed for use with CircuitPython!
|
||||
|
||||
At the Metro M0's heart is an ATSAMD21G18 ARM Cortex M0 processor, clocked at 48 MHz and at 3.3V logic, the same one used in the new [Arduino Zero](https://www.adafruit.com/products/2843). This chip has a whopping 256K of FLASH (8x more than the Atmega328) and 32K of RAM (16x as much)! This chip comes with built in USB so it has USB-to-Serial program & debug capability built in with no need for an FTDI-like chip.
|
||||
At the Metro M0's heart is an ATSAMD21G18 ARM Cortex M0 processor, clocked at 48 MHz and at 3.3 V logic, the same one used in the new [Arduino Zero](https://www.adafruit.com/products/2843). This chip has a whopping 256 KB of FLASH (8x more than the Atmega328) and 32 KB of RAM (16x as much)! This chip comes with built in USB so it has USB-to-Serial program & debug capability built in with no need for an FTDI-like chip.
|
||||
|
||||
* **Power the METRO** with 7-9V polarity protected DC or the micro USB connector to any 5V USB source. The 2.1mm DC jack has an on/off switch next to it so you can turn off your setup easily. The METRO will automagically switch between USB and DC.
|
||||
* **METRO has 25 GPIO pins**, 12 of which are analog in, and one of which is a true analog out. There's a hardware SPI port, hardware I2C port and hardware UART. Logic level is 3.3V
|
||||
* **Native USB**, there's no need for a hardware USB to Serial converter as the Metro M0 has built in USB support. When used to act like a serial device, the USB interface can be used by any computer to listen/send data to the METRO, and can also be used to launch and update code via the bootloader. It can also act like a keyboard, mouse or MIDI device as well.
|
||||
* **Four indicator LEDs and one NeoPixel**, on the front edge of the PCB, for easy debugging. One green power LED, two RX/TX LEDs for data being sent over USB, and a red LED connected. Next to the reset button there is an RGB NeoPixel that can be used for any purpose.
|
||||
* **2 MB SPI Flash **storage chip is included on board. You can use the SPI Flash storage like a very tiny hard drive. When used in Circuit Python, the 2 MB flash acts as storage for all your scripts, libraries and files.
|
||||
* **Easy reprogramming**, comes pre-loaded with the [UF2 bootloader](https://learn.adafruit.com/adafruit-metro-m0-express-designed-for-circuitpython/uf2-bootloader), which looks like a USB storage key. Simply drag firmware on to program, no special tools or drivers needed! It can be used to load up CircuitPython, PXT/MakeCode or Arduino IDE (it is bossa-compatible)
|
||||
## Technical details
|
||||
|
||||
* **Power the METRO** with 7-9 V polarity protected DC or the micro USB connector to any 5 V USB source. The 2.1 mm DC jack has an on/off switch next to it so you can turn off your setup easily. The METRO will automagically switch between USB and DC.
|
||||
* **METRO has 25 GPIO pins**, 12 of which are analog in, and one of which is a true analog out. There's a hardware SPI port, hardware I2C port and hardware UART. Logic level is 3.3 V.
|
||||
* **Native USB**, there's no need for a hardware USB to Serial converter as the Metro M0 has built in USB support. When used to act like a serial device, the USB interface can be used by any computer to listen/send data to the METRO, and can also be used to launch and update code via the bootloader. It can also act like a keyboard, mouse or MIDI device as well.
|
||||
* **Four indicator LEDs and one NeoPixel**, on the front edge of the PCB, for easy debugging. One green power LED, two RX/TX LEDs for data being sent over USB, and a red LED connected. Next to the reset button there is an RGB NeoPixel that can be used for any purpose.
|
||||
* **2 MB SPI Flash** storage chip is included on board. You can use the SPI Flash storage like a very tiny hard drive. When used in Circuit Python, the 2 MB flash acts as storage for all your scripts, libraries and files.
|
||||
* **Easy reprogramming**, comes pre-loaded with the [UF2 bootloader](https://learn.adafruit.com/adafruit-metro-m0-express-designed-for-circuitpython/uf2-bootloader), which looks like a USB storage key. Simply drag firmware on to program, no special tools or drivers needed! It can be used to load up CircuitPython, PXT/MakeCode or Arduino IDE (it is bossa-compatible).
|
||||
|
||||
Comes fully assembled with headers, tested, and with the UF2 bootloader loaded on. Includes 4 rubber bumpers to keep it from slipping off your desk. No soldering required to use, plug and play!
|
||||
|
||||
## Tutorial
|
||||
|
||||
* [Metro M0 Express Overview](https://learn.adafruit.com/adafruit-metro-m0-express-designed-for-circuitpython/overview)
|
||||
|
||||
## Purchase
|
||||
|
||||
* [Adafruit](https://www.adafruit.com/product/3505)
|
||||
|
|
|
|||
|
|
@ -16,34 +16,36 @@ features:
|
|||
|
||||
Give your next project a lift with _AirLift_ - Adafruit's witty name for the ESP32 co-processor that graces this Metro M4.
|
||||
|
||||
You already know about the **Adafruit Metro M4** featuring the **Microchip ATSAMD51**, with it's 120MHz Cortex M4 with floating point support. With a train-load of FLASH and RAM, your code will be fast and roomy. And what better way to improve it than to add wireless? Now cooked in directly on board, you get a certified WiFi module that can handle all your TLS and socket needs, it even has root certificates pre-loaded.
|
||||
You already know about the **Adafruit Metro M4** featuring the **Microchip ATSAMD51**, with it's 120 MHz Cortex M4 with floating point support. With a train-load of FLASH and RAM, your code will be fast and roomy. And what better way to improve it than to add wireless? Now cooked in directly on board, you get a certified WiFi module that can handle all your TLS and socket needs, it even has root certificates pre-loaded.
|
||||
|
||||
This Metro is the same size as the others, and is compatible with all our shields. It's got analog pins where you expect, and SPI/UART/I2C hardware support in the same spot as the Metro 328 and M0\. But! It's powered with an ATSAMD51J19:
|
||||
This Metro is the same size as the others, and is compatible with all our shields. It's got analog pins where you expect, and SPI/UART/I2C hardware support in the same spot as the Metro 328 and M0\. But! It's powered with an ATSAMD51J19.
|
||||
|
||||
* Cortex M4 core running at **120 MHz**
|
||||
* [Floating point support with Cortex M4 DSP instructions](https://developer.arm.com/technologies/dsp/dsp-for-cortex-m)
|
||||
* **512 KB** flash, **192 KB** RAM
|
||||
* 32-bit, 3.3V logic and power
|
||||
* Dual 1 MSPS DAC (A0 and A1)
|
||||
* Dual 1 MSPS ADC (8 analog pins)
|
||||
* 6 x hardware SERCOM (I2C, SPI or UART)
|
||||
* 22 x PWM outputs
|
||||
* Stereo I2S input/output with MCK pin
|
||||
* 10-bit Parallel capture controller (for camera/video in)
|
||||
* Built in crypto engines with AES (256 bit), true RNG, Pubkey controller
|
||||
* 64 QFN
|
||||
## Technical details
|
||||
|
||||
Pretty good start, right? Adafruit put this chip on a PCB with all these nice extras:
|
||||
* Cortex M4 core running at **120 MHz**
|
||||
* [Floating point support with Cortex M4 DSP instructions](https://developer.arm.com/technologies/dsp/dsp-for-cortex-m)
|
||||
* **512 KB** flash, **192 KB** RAM
|
||||
* 32-bit, 3.3V logic and power
|
||||
* Dual 1 MSPS DAC (A0 and A1)
|
||||
* Dual 1 MSPS ADC (8 analog pins)
|
||||
* 6x hardware SERCOM (I2C, SPI or UART)
|
||||
* 22x PWM outputs
|
||||
* Stereo I2S input/output with MCK pin
|
||||
* 10-bit Parallel capture controller (for camera/video in)
|
||||
* Built in crypto engines with AES (256 bit), true RNG, Pubkey controller
|
||||
* 64 QFN
|
||||
|
||||
* **Power the METRO M4** with 7-9V polarity protected DC or the micro USB connector to any 5V USB source. The 2.1mm DC jack has an on/off switch next to it so you can turn off your setup easily. The METRO will automagically switch between USB and DC.
|
||||
* **METRO has 25 GPIO pins**, 8 of which are analog in, and two of which is a true analog out. There's a hardware SPI port, hardware I2C port and hardware UART. Logic level is 3.3V
|
||||
* **Native USB**, there's no need for a hardware USB to Serial converter as the Metro M4 has built in USB support. When used to act like a serial device, the USB interface can be used by any computer to listen/send data to the METRO, and can also be used to launch and update code via the bootloader. It can also act like an HID keyboard or mouse.
|
||||
* **AirLift WiFi Co-processor**, with TLS/SSL support, plenty of RAM for sockets, communication is over SPI and has Arduino and CircuitPython libraries ready to go for fast wireless integration.
|
||||
* **Four indicator LEDs and one NeoPixel**, on the back edge of the PCB, for easy debugging. One green power LED, two RX/TX LEDs for data being sent over USB, and a red LED connected. Next to the reset button there is an RGB NeoPixel that can be used for any purpose.
|
||||
* **2 MB QSPI Flash **storage chip is included on board. You can use the SPI Flash storage like a very tiny hard drive. When used in Circuit Python, the 2 MB flash acts as storage for all your scripts, libraries and files. When used in Arduino, you can read/write files to it, like a little datalogger or SD card, and then with our helper program, access the files over USB.
|
||||
* **Easy reprogramming**, comes pre-loaded with the [UF2 bootloader](https://learn.adafruit.com/adafruit-metro-m0-express-designed-for-circuitpython/uf2-bootloader), which looks like a USB storage key. Simply drag firmware on to program, no special tools or drivers needed! It can be used to load up CircuitPython (it is bossa v1.8 compatible).
|
||||
The PCB comes with all these extras:
|
||||
|
||||
The primary target for this board is CircuitPython - with 120 MHz, and 192KB of RAM CircuitPython runs really well on this chip! CircuitPython's built in support for JSON parsing plus our _requests_ compatible library makes it incredibly easy to build secure IoT projects in just a few minutes.
|
||||
* **Power the METRO M4** with 7-9 V polarity protected DC or the micro USB connector to any 5 V USB source. The 2.1 mm DC jack has an on/off switch next to it so you can turn off your setup easily. The METRO will automagically switch between USB and DC.
|
||||
* **METRO has 25 GPIO pins**, 8 of which are analog in, and two of which is a true analog out. There's a hardware SPI port, hardware I2C port and hardware UART. Logic level is 3.3 V.
|
||||
* **Native USB**, there's no need for a hardware USB to Serial converter as the Metro M4 has built in USB support. When used to act like a serial device, the USB interface can be used by any computer to listen/send data to the METRO, and can also be used to launch and update code via the bootloader. It can also act like an HID keyboard or mouse.
|
||||
* **AirLift WiFi Co-processor**, with TLS/SSL support, plenty of RAM for sockets, communication is over SPI and has Arduino and CircuitPython libraries ready to go for fast wireless integration.
|
||||
* **Four indicator LEDs and one NeoPixel**, on the back edge of the PCB, for easy debugging. One green power LED, two RX/TX LEDs for data being sent over USB, and a red LED connected. Next to the reset button there is an RGB NeoPixel that can be used for any purpose.
|
||||
* **2 MB QSPI Flash** storage chip is included on board. You can use the SPI Flash storage like a very tiny hard drive. When used in Circuit Python, the 2 MB flash acts as storage for all your scripts, libraries and files. When used in Arduino, you can read/write files to it, like a little datalogger or SD card, and then with our helper program, access the files over USB.
|
||||
* **Easy reprogramming**, comes pre-loaded with the [UF2 bootloader](https://learn.adafruit.com/adafruit-metro-m0-express-designed-for-circuitpython/uf2-bootloader), which looks like a USB storage key. Simply drag firmware on to program, no special tools or drivers needed! It can be used to load up CircuitPython (it is bossa v1.8 compatible).
|
||||
|
||||
The primary target for this board is CircuitPython - with 120 MHz, and 192 KB of RAM CircuitPython runs really well on this chip! CircuitPython's built in support for JSON parsing plus our _requests_ compatible library makes it incredibly easy to build secure IoT projects in just a few minutes.
|
||||
|
||||
Metro M4 AirLift, see how easy and fast it is to get started with IoT projects using CircuitPython!
|
||||
|
||||
|
|
@ -51,6 +53,6 @@ Metro M4 AirLift, see how easy and fast it is to get started with IoT projects u
|
|||
|
||||
- [Metro M4 AirLift Lite Overview](https://learn.adafruit.com/adafruit-metro-m4-express-airlift-wifi)
|
||||
|
||||
## Purchase:
|
||||
## Purchase
|
||||
|
||||
* [Adafruit](https://www.adafruit.com/product/4000)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ board_id: "metro_m4_express"
|
|||
title: "Metro M4 Express Download"
|
||||
name: "Metro M4 Express"
|
||||
manufacturer: "Adafruit"
|
||||
board_url: ""
|
||||
board_url: "https://www.adafruit.com/product/3382"
|
||||
board_image: "metro_m4_express.jpg"
|
||||
date_added: 2019-3-9
|
||||
family: atmel-samd
|
||||
|
|
@ -13,31 +13,34 @@ features:
|
|||
- Arduino Shield Compatible
|
||||
---
|
||||
|
||||
The most powerful Metro at this time, the **Adafruit Metro M4** featuring the **Microchip ATSAMD51**. This Metro is like a bullet train, with it's 120MHz Cortex M4 with floating point support. Your code will zig and zag and zoom, and with a bunch of extra peripherals for support, this will for sure be your favorite new chipset.
|
||||
The most powerful Metro at this time, the **Adafruit Metro M4** featuring the **Microchip ATSAMD51**. This Metro is like a bullet train, with it's 120 MHz Cortex M4 with floating point support. Your code will zig and zag and zoom, and with a bunch of extra peripherals for support, this will for sure be your favorite new chipset.
|
||||
|
||||
To start off the ATSAMD51 journey it has a classic 'Arduino compatible' shape and pinout. This Metro is the same size as the others, and is compatible with many shields. It's got analog pins where you expect, and SPI/UART/I2C hardware support in the same spot as the Metro 328 and M0\. But! It's powered with an ATSAMD51J19:
|
||||
To start off the ATSAMD51 journey it has a classic 'Arduino compatible' shape and pinout. This Metro is the same size as the others, and is compatible with many shields. It's got analog pins where you expect, and SPI/UART/I2C hardware support in the same spot as the Metro 328 and M0\. But! It's powered with an ATSAMD51J19.
|
||||
|
||||
* Cortex M4 core running at **120 MHz**
|
||||
* [Floating point support with Cortex M4 DSP instructions](https://developer.arm.com/technologies/dsp/dsp-for-cortex-m)
|
||||
* **512 KB** flash, **192 KB** RAM
|
||||
* 32-bit, 3.3V logic and power
|
||||
* Dual 1 MSPS DAC (A0 and A1)
|
||||
* Dual 1 MSPS ADC (8 analog pins)
|
||||
* 6 x hardware SERCOM (I2C, SPI or UART)
|
||||
* 22 x PWM outputs
|
||||
* Stereo I2S input/output with MCK pin
|
||||
* 64 QFN
|
||||
## Technical details
|
||||
|
||||
* Cortex M4 core running at **120 MHz**
|
||||
* [Floating point support with Cortex M4 DSP instructions](https://developer.arm.com/technologies/dsp/dsp-for-cortex-m)
|
||||
* **512 KB** flash, **192 KB** RAM
|
||||
* 32-bit, 3.3 V logic and power
|
||||
* Dual 1 MSPS DAC (A0 and A1)
|
||||
* Dual 1 MSPS ADC (8 analog pins)
|
||||
* 6x hardware SERCOM (I2C, SPI or UART)
|
||||
* 22x PWM outputs
|
||||
* Stereo I2S input/output with MCK pin
|
||||
* 64 QFN
|
||||
|
||||
Includes:
|
||||
|
||||
* **Power the METRO M4** with 7-9V polarity protected DC or the micro USB connector to any 5V USB source. The 2.1mm DC jack has an on/off switch next to it so you can turn off your setup easily. The METRO will automagically switch between USB and DC.
|
||||
* **METRO has 25 GPIO pins**, 8 of which are analog in, and two of which is a true analog out. There's a hardware SPI port, hardware I2C port and hardware UART. Logic level is 3.3V
|
||||
* **Native USB**, there's no need for a hardware USB to Serial converter as the Metro M4 has built in USB support. When used to act like a serial device, the USB interface can be used by any computer to listen/send data to the METRO, and can also be used to launch and update code via the bootloader. It can also act like an HID keyboard or mouse.
|
||||
* **Four indicator LEDs and one NeoPixel**, on the front edge of the PCB, for easy debugging. One green power LED, two RX/TX LEDs for data being sent over USB, and a red LED connected. Next to the reset button there is an RGB NeoPixel that can be used for any purpose.
|
||||
* **2 MB QSPI Flash **storage chip is included on board. You can use the SPI Flash storage like a very tiny hard drive. When used in Circuit Python, the 2 MB flash acts as storage for all your scripts, libraries and files.
|
||||
* **Easy reprogramming**, comes pre-loaded with the [UF2 bootloader](https://learn.adafruit.com/adafruit-metro-m0-express-designed-for-circuitpython/uf2-bootloader), which looks like a USB storage key. Simply drag firmware on to program, no special tools or drivers needed! It can be used to load up CircuitPython (it is bossa v1.8 compatible)
|
||||
* **Power the METRO M4** with 7-9 V polarity protected DC or the micro USB connector to any 5 V USB source. The 2.1 mm DC jack has an on/off switch next to it so you can turn off your setup easily. The METRO will automagically switch between USB and DC.
|
||||
* **METRO has 25 GPIO pins**, 8 of which are analog in, and two of which is a true analog out. There's a hardware SPI port, hardware I2C port and hardware UART. Logic level is 3.3 V.
|
||||
* **Native USB**, there's no need for a hardware USB to Serial converter as the Metro M4 has built in USB support. When used to act like a serial device, the USB interface can be used by any computer to listen/send data to the METRO, and can also be used to launch and update code via the bootloader. It can also act like an HID keyboard or mouse.
|
||||
* **Four indicator LEDs and one NeoPixel**, on the front edge of the PCB, for easy debugging. One green power LED, two RX/TX LEDs for data being sent over USB, and a red LED connected. Next to the reset button there is an RGB NeoPixel that can be used for any purpose.
|
||||
* **2 MB QSPI Flash** storage chip is included on board. You can use the SPI Flash storage like a very tiny hard drive. When used in Circuit Python, the 2 MB flash acts as storage for all your scripts, libraries and files.
|
||||
* **Easy reprogramming**, comes pre-loaded with the [UF2 bootloader](https://learn.adafruit.com/adafruit-metro-m0-express-designed-for-circuitpython/uf2-bootloader), which looks like a USB storage key. Simply drag firmware on to program, no special tools or drivers needed! It can be used to load up CircuitPython (it is bossa v1.8 compatible).
|
||||
|
||||
The primary target for this board is CircuitPython - with 120 MHz, and 192 KB of RAM CircuitPython runs really well on this chip. At this time, the latest versions of CircuitPython working on this board, and more API parts are added every week.
|
||||
|
||||
The primary target for this board is CircuitPython - with 120 MHz, and 192KB of RAM CircuitPython runs really well on this chip. At this time, the latest versions of CircuitPython working on this board, and more API parts are added every week.
|
||||
## Tutorial
|
||||
|
||||
- [Metro M4 Express Overview](https://learn.adafruit.com/adafruit-metro-m4-express-featuring-atsamd51)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ board_id: "metro_m7_1011"
|
|||
title: " Metro M7 1011 Download"
|
||||
name: "Metro M7 1011"
|
||||
manufacturer: "Adafruit"
|
||||
board_url: ""
|
||||
board_url: "https://www.adafruit.com/product/4950"
|
||||
board_image: "metro_m7_1011.jpg"
|
||||
date_added: 2020-10-16
|
||||
family: mimxrt10xx
|
||||
|
|
@ -15,8 +15,29 @@ features:
|
|||
- Arduino Shield Compatible
|
||||
---
|
||||
|
||||
Watch Adafruit's Ask an Engineer on YouTube to learn more.
|
||||
The NXP iMX RT1011 microcontroller powers the Metro M7 with a 500 MHz ARM Cortex M7 processor. There's 4 MB of execute-in-place QSPI for firmware + disk storage and 128 KB of SRAM in-chip.
|
||||
|
||||
## Learn More:
|
||||
## Technical details
|
||||
|
||||
* NXP iMX RT1011 processor - ARM Cortex M7 processor running at 500 MHz, with 128 KB SRAM and high speed USB!
|
||||
* AirLift WiFi Co-processor, with TLS/SSL support, plenty of RAM for sockets, communication is over SPI
|
||||
* 4 MB of QSPI XIP Flash
|
||||
* Power options - 6-12 VDC barrel jack or USB-C
|
||||
* UNO-shape so shields can plug in
|
||||
* Reset button - Click to restart, double-click to enter UF2 bootloder
|
||||
* Boot-mode switches to get into the ROM bootloader (you can always reload code over USB if TinyUF2 gets corrupted somehow)
|
||||
* SWD connector for advanced debugging access.
|
||||
* On/Off switch
|
||||
* STEMMA QT connector for I2C devices
|
||||
* On/User LEDs + status NeoPixel
|
||||
* 53.2 mm x 72 mm / 2" x 2.8"
|
||||
* Height (w/ barrel jack): 14.8 mm / 0.6"
|
||||
* Weight: 22.5 g
|
||||
|
||||
## Learn More
|
||||
|
||||
* [YouTube](https://www.youtube.com/watch?v=_sLgycNpMCQ)
|
||||
|
||||
## Purchase
|
||||
|
||||
* [Adafruit](https://www.adafruit.com/product/4950)
|
||||
|
|
|
|||
|
|
@ -17,18 +17,15 @@ features:
|
|||
|
||||
The **Adafruit Metro nRF52840 Express** is a new Metro family member with Bluetooth Low Energy and _native USB support_ featuring the nRF52840!
|
||||
|
||||
This chip has twice the flash, and four times the SRAM of its earlier sibling, the nRF52832 - 1 MB of FLASH and 256KB of SRAM. Compared to the nRF51, this board has 4-8 times more of everything.
|
||||
This chip has twice the flash, and four times the SRAM of its earlier sibling, the nRF52832 - 1 MB of FLASH and 256 KB of SRAM. Compared to the nRF51, this board has 4-8 times more of everything.
|
||||
|
||||
More later!
|
||||
## Technical details
|
||||
|
||||
**Features:**
|
||||
|
||||
* ARM Cortex M4F (with HW floating point acceleration) running at 64MHz
|
||||
* 1MB flash and 256KB SRAM
|
||||
* **Native Open Source USB stack** - pre-programmed with UF2 bootloader
|
||||
* Bluetooth Low Energy compatible 2.4GHz radio (Details available in the [nRF52840](https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52840) product specification)
|
||||
* **FCC / IC / TELEC certified module**
|
||||
* more later!
|
||||
* ARM Cortex M4F (with HW floating point acceleration) running at 64 MHz
|
||||
* 1 MB flash and 256 KB SRAM
|
||||
* **Native Open Source USB stack** - pre-programmed with UF2 bootloader
|
||||
* Bluetooth Low Energy compatible 2.4 GHz radio (Details available in the [nRF52840](https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52840) product specification)
|
||||
|
||||
## Purchase
|
||||
|
||||
* [Adafruit](https://www.adafruit.com/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue