Adafruit ItsyBitsy M4

The Adafruit ItsyBitsy M4 is very compact ARM development board based on the Atmel SAMD51 family of SoC.

Interfaces

InterfaceHardware SupportedTinyGo Support
GPIOYESYES
UARTYESYES
SPIYESYES
I2CYESYES
ADCYESYES
PWMYESYES

Machine Package Docs

Documentation for the machine package for the Adafruit ItsyBitsy M4

Flashing

UF2

The ItsyBitsy M4 comes with the UF2 bootloader already installed.

CLI Flashing on Linux

  • Plug your ItsyBitsy M4 into your computer’s USB port.
  • Flash your TinyGo program to the board using this command:
  1. tinygo flash -target=itsybitsy-m4 [PATH TO YOUR PROGRAM]
  • The ItsyBitsy M4 board should restart and then begin running your program.

CLI Flashing on macOS

  • Plug your ItsyBitsy M4 into your computer’s USB port.
  • Flash your TinyGo program to the board using this command:
  1. tinygo flash -target=itsybitsy-m4 [PATH TO YOUR PROGRAM]
  • The ItsyBitsy M4 board should restart and then begin running your program.

CLI Flashing on Windows

  • Plug your ItsyBitsy M4 into your computer’s USB port.
  • Double tap the “RESET” button on the board.
  • Wait until the ItsyBitsy M4 board appears as a flash drive.
  • Flash your TinyGo program to the board using this command:
  1. tinygo flash -target=itsybitsy-m4 [PATH TO YOUR PROGRAM]
  • The ItsyBitsy M4 board should restart and then begin running your program.

Troubleshooting

If you have troubles getting your ItsyBitsy M4 board to receive code, try this:

  • Press the “RESET” button on the board two times to get the ItsyBitsy M4 board ready to receive code.
  • The ItsyBitsy M4 board will appear to your computer like a USB drive.
  • Now try running the command as above:
  1. tinygo flash -target=itsybitsy-m4 [PATH TO YOUR PROGRAM]

Once you have updated your ItsyBitsy M4 board the first time, after that you should be able to flash it entirely from the command line.

Notes

You can use the USB port to the ItsyBitsy M4 as a serial port. UART0 refers to this connection.