◐ Shell
clean mode source ↗

GitHub - softwarelogistics/FirmwareExamples: Examples of how to use different drivers for Software Logistics Open Hardware Platform

Firmware Examples

Examples of how to use different drivers for Software Logistics Open Hardware Platform

Getting started with our hardware

  • Plug in the NuvIot sensor board and determine which com port is is connecting on.

VS Code - Windows

Clone the repository

Install PlatformIO Extension

PlatformIO IDE image

Install Serial Debug Assistant

  • Another tool we have found useful the Serial Debug Assistant which can be downloaded from the Microsoft Store. Search for "serial debug assistant". This is not needed for basic operations or use of the firmware but will come in handy as you work with the hardware.

  • Serial Debug assistant in Microsoft Store

Setup

  • Open the folder of the sample you want to use and edit "platformio.ini"

NuvIot LIbraries

  • Make sure that you have downloaded the NuvIot libraries and that the entry in platformio.ini points to the correct place on your machine.

COM port and speed

  • You will also need to set the com port and com port speed.

  • The related platformio.ini entries for my machine are shown below:

  • Platformio.ini contents

Using the firmware

Summary of Examples, a work in progress!