Skip to content

Commit b80cfd9

Browse files
authored
Merge pull request #883 from fabaff/list-metro
Update specs listing
2 parents 2742860 + a0f63d5 commit b80cfd9

File tree

5 files changed

+97
-70
lines changed

5 files changed

+97
-70
lines changed

_board/metro_m0_express.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ board_id: "metro_m0_express"
44
title: "Metro M0 Express Download"
55
name: "Metro M0 Express"
66
manufacturer: "Adafruit"
7-
board_url: ""
7+
board_url: "https://www.adafruit.com/product/3505"
88
board_image: "metro_m0_express.jpg"
99
date_added: 2019-3-9
1010
family: atmel-samd
@@ -15,19 +15,23 @@ features:
1515

1616
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!
1717

18-
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.
18+
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.
1919

20-
* **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.
21-
* **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
22-
* **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.
23-
* **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.
24-
* **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.
25-
* **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)
20+
## Technical details
21+
22+
* **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.
23+
* **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.
24+
* **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.
25+
* **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.
26+
* **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.
27+
* **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).
2628

2729
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!
2830

2931
## Tutorial
32+
3033
* [Metro M0 Express Overview](https://learn.adafruit.com/adafruit-metro-m0-express-designed-for-circuitpython/overview)
3134

3235
## Purchase
36+
3337
* [Adafruit](https://www.adafruit.com/product/3505)

_board/metro_m4_airlift_lite.md

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -16,41 +16,43 @@ features:
1616

1717
Give your next project a lift with _AirLift_ - Adafruit's witty name for the ESP32 co-processor that graces this Metro M4.
1818

19-
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.
20-
21-
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:
22-
23-
* Cortex M4 core running at **120 MHz**
24-
* [Floating point support with Cortex M4 DSP instructions](https://developer.arm.com/technologies/dsp/dsp-for-cortex-m)
25-
* **512 KB** flash, **192 KB** RAM
26-
* 32-bit, 3.3V logic and power
27-
* Dual 1 MSPS DAC (A0 and A1)
28-
* Dual 1 MSPS ADC (8 analog pins)
29-
* 6 x hardware SERCOM (I2C, SPI or UART)
30-
* 22 x PWM outputs
31-
* Stereo I2S input/output with MCK pin
32-
* 10-bit Parallel capture controller (for camera/video in)
33-
* Built in crypto engines with AES (256 bit), true RNG, Pubkey controller
34-
* 64 QFN
35-
36-
Pretty good start, right? Adafruit put this chip on a PCB with all these nice extras:
37-
38-
* **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.
39-
* **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
40-
* **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.
41-
* **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.
42-
* **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.
43-
* **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.
44-
* **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).
45-
46-
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.
19+
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.
20+
21+
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.
22+
23+
## Technical details
24+
25+
* Cortex M4 core running at **120 MHz**
26+
* [Floating point support with Cortex M4 DSP instructions](https://developer.arm.com/technologies/dsp/dsp-for-cortex-m)
27+
* **512 KB** flash, **192 KB** RAM
28+
* 32-bit, 3.3V logic and power
29+
* Dual 1 MSPS DAC (A0 and A1)
30+
* Dual 1 MSPS ADC (8 analog pins)
31+
* 6x hardware SERCOM (I2C, SPI or UART)
32+
* 22x PWM outputs
33+
* Stereo I2S input/output with MCK pin
34+
* 10-bit Parallel capture controller (for camera/video in)
35+
* Built in crypto engines with AES (256 bit), true RNG, Pubkey controller
36+
* 64 QFN
37+
38+
The PCB comes with all these extras:
39+
40+
* **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.
41+
* **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.
42+
* **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.
43+
* **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.
44+
* **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.
45+
* **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.
46+
* **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).
47+
48+
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.
4749

4850
Metro M4 AirLift, see how easy and fast it is to get started with IoT projects using CircuitPython!
4951

5052
## Tutorial
5153

5254
- [Metro M4 AirLift Lite Overview](https://learn.adafruit.com/adafruit-metro-m4-express-airlift-wifi)
5355

54-
## Purchase:
56+
## Purchase
5557

5658
* [Adafruit](https://www.adafruit.com/product/4000)

_board/metro_m4_express.md

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ board_id: "metro_m4_express"
44
title: "Metro M4 Express Download"
55
name: "Metro M4 Express"
66
manufacturer: "Adafruit"
7-
board_url: ""
7+
board_url: "https://www.adafruit.com/product/3382"
88
board_image: "metro_m4_express.jpg"
99
date_added: 2019-3-9
1010
family: atmel-samd
@@ -13,31 +13,34 @@ features:
1313
- Arduino Shield Compatible
1414
---
1515

16-
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.
16+
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.
1717

18-
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:
18+
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.
1919

20-
* Cortex M4 core running at **120 MHz**
21-
* [Floating point support with Cortex M4 DSP instructions](https://developer.arm.com/technologies/dsp/dsp-for-cortex-m)
22-
* **512 KB** flash, **192 KB** RAM
23-
* 32-bit, 3.3V logic and power
24-
* Dual 1 MSPS DAC (A0 and A1)
25-
* Dual 1 MSPS ADC (8 analog pins)
26-
* 6 x hardware SERCOM (I2C, SPI or UART)
27-
* 22 x PWM outputs
28-
* Stereo I2S input/output with MCK pin
29-
* 64 QFN
20+
## Technical details
21+
22+
* Cortex M4 core running at **120 MHz**
23+
* [Floating point support with Cortex M4 DSP instructions](https://developer.arm.com/technologies/dsp/dsp-for-cortex-m)
24+
* **512 KB** flash, **192 KB** RAM
25+
* 32-bit, 3.3 V logic and power
26+
* Dual 1 MSPS DAC (A0 and A1)
27+
* Dual 1 MSPS ADC (8 analog pins)
28+
* 6x hardware SERCOM (I2C, SPI or UART)
29+
* 22x PWM outputs
30+
* Stereo I2S input/output with MCK pin
31+
* 64 QFN
3032

3133
Includes:
3234

33-
* **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.
34-
* **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
35-
* **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.
36-
* **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.
37-
* **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.
38-
* **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)
35+
* **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.
36+
* **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.
37+
* **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.
38+
* **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.
39+
* **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.
40+
* **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).
41+
42+
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.
3943

40-
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.
4144
## Tutorial
4245

4346
- [Metro M4 Express Overview](https://learn.adafruit.com/adafruit-metro-m4-express-featuring-atsamd51)

0 commit comments

Comments
 (0)