Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.15 KB

Aalto NEPPI 2018

Aalto NEPPI is an Aalto University course where the students design and make a simple IoT thing from the ground up, all the way to a functional or pre-prodution prototype.

This repository contains the source code for the Aalto NEPPI 2018 embeded software, running on the nRF52 based custom thing. The software is based on RIOT-OS and demonstrates how RIOT can be used to make a Bluetooth Low Energy (BLE) GATT thing.

The thing communicates with the corresponding piece of host software, running in Unity3D software under Linux, available at https://github.com/AaltoNEPPI/Unity_NEPPI_Skeleton.

Product specification

The product specification, including the software architecture, is available at Google Docs.

Building instructions

   $ git clone --recurse-submodules [email protected]:AaltoNEPPI/AaltoNEPPI2018.git
   $ cd AaltoNEPPI2018
   $ make
   $ make flash
   $ make term

Testing instructions

TBD