Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 313 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 313 Bytes

Api

Install

  1. Clone the repo
  2. cd api
  3. npm install
  4. cd src
  5. node index.js

Config

In api/src folder, create config.json file with content from config_sample.json (edit custom values).

Arduino

Setup:

  • Install python 2.7
  • pip install platformio

Deploy to Arduino: see hw_control/readme.txt