Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.11 KB

RolloBot

Control a motor via GPIO to open and close shutters

Hardware

This project is targeting the Neonious One as hardware. For local development the code is written with runtime compatibility to Node.JS and a Raspberry Pi in mind.

Usage

Node.JS

Start the application with npm install && npm debug. It uses the pigpio library also available on Raspberry Pi.

Neonious One

Build the application with npm install && npm neonious. Upload the file dist/bundle.js by using the integrated IDE. Bundling prevents errors regarding the maximum module depth limited by stack size.

API

The implemented web server provides an API to manage motor instances and their states. For further information read the OpenAPI spec: Swagger UI

Resources