Twist getting started - owntech-foundation/Tutorials GitHub Wiki

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

  • Getting started with Twist 1 - Blinky - You will setup the environment and run a blank program that will blink an LED on the SPIN board connected to your TWIST.
  • Getting started with Twist 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 embedded onto your TWIST board via the Serial Monitor integrated into VSCode.
  • Getting started with Twist 3 - OwnPlot - You will implement a simple code that prints a variable and monitor this result using the OwnPlot open-source monitoring software. You will install OwnPlot and configure it to send commands to the SPIN board.