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.
The product specification, including the software architecture, is available at Google Docs.
$ git clone --recurse-submodules [email protected]:AaltoNEPPI/AaltoNEPPI2018.git
$ cd AaltoNEPPI2018
$ make
$ make flash
$ make term
TBD