The Adafruit Metro M4 Express AirLift is an ARM development board based on the Atmel ATSAMD51J19 family of SoC that has Arduino shield compatible form factor, and a built-in EspressIf ESP32 Wi-Fi Co processor.
Interface | Hardware Supported | TinyGo Support |
---|---|---|
GPIO | YES | YES |
UART | YES | YES |
SPI | YES | YES |
I2C | YES | YES |
ADC | YES | YES |
PWM | YES | YES |
Documentation for the machine package for the Adafruit Metro M4 Airlift
The Metro M4 Express comes with the UF2 bootloader already installed.
Flash your TinyGo program to the board using this command:
tinygo flash -target=metro-m4-airlift [PATH TO YOUR PROGRAM]
The Metro M4 Express board should restart and then begin running your program.
Flash your TinyGo program to the board using this command:
tinygo flash -target=metro-m4-airlift [PATH TO YOUR PROGRAM]
The Metro M4 Express board should restart and then begin running your program.
Flash your TinyGo program to the board using this command:
tinygo flash -target=metro-m4-airlift [PATH TO YOUR PROGRAM]
The Metro M4 Express board should restart and then begin running your program.
If you have troubles getting your Metro M4 Express board to receive code, try this:
Now try running the command as above:
tinygo flash -target=metro-m4-airlift [PATH TO YOUR PROGRAM]
Once you have updated your Metro M4 Express board the first time, after that you should be able to flash it entirely from the command line.
You can use the USB port to the Metro M4 Express as a serial port. UART0
refers to this connection.