Skip to content

fprime-community/fprime-tutorial-arduino-blinker

Repository files navigation

F´ LED Blinker Tutorial for Arduinos

This repository contains the source code and documentation for the F Prime Arduino LED Blinker tutorial.

This project is an implementation of the F´ LED Blinker ARM Linux Tutorial which will allow you to test on Arduino-based microcontrollers using the fprime-arduino toolchain instead of fprime-arm-linux.

This version uses a scaled down deployment of F´ to account for the limited resources available on baremetal hardware.

To run through the tutorial, please visit the F´ website and look for the tutorial section: https://fprime.jpl.nasa.gov

Prerequisites

In order to run through this tutorial, users should first do the following:

  1. Follow the Hello World Tutorial
  2. Ensure F´ tools have been bootstrapped
  3. Acquire and set up the appropriate hardware for this tutorial
  4. Follow the arduino-cli installation guide

Contributing

If you would like to contribute to this tutorial, please open a pull request.

If you would like to add support for a new board not already listed in the board list, feel free to open a pull request to fprime-arduino.

Resources