Skip to main content

Using SPI on Wio Terminal

This Repo will demonstrate how to use SPI on Wio Terminal. You can use this to control other devices!

Port Configurations

As you can see, the physical SPI Pins are as follow:

  • MOSI -> GPIO 19

  • MISO -> GPIO 21

  • SCK -> GPIO 23

  • SS -> GPIO 24

Software Configurations

In Arduino, all SPI pins are pre-defined and you can access the pins as follow:

  • MOSI -> PIN_SPI_MOSI

  • MISO -> PIN_SPI_MISO

  • SCK -> PIN_SPI_SCK

  • SS -> PIN_SPI_SS

Tech Support

if you have any technical issue. submit the issue into our forum.


Loading Comments...