Getting started tutorials - owntech-foundation/Tutorials GitHub Wiki

Objective

The Getting Started tutorials has the goal of introducing you to the OwnTech ecosystem. It is split into three parts as listed below:

  • Getting started 1 - Blinky - You will setup the environment and run a blank program that will blink an LED on your SPIN board.
  • Getting started 2 - Serial Monitor - You will implement a simple communication task that will allow you to turn the LED on and off by pressing a button. You will communicate with the SPIN board via the Serial Monitor integrated into VSCode.
  • Getting started 3 - SerialPlot - You will implement a simple code that prints a variable and monitor this result using the SerialPlot open-source software. You will install SerialPlot and configure it to send commands to the SPIN board.