Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.2 KB

File metadata and controls

55 lines (38 loc) · 1.2 KB

Arduinom

Node.js websocket server to communicate with our arduino devices

Requirements

To correct execution of project, we recommend install these programs and these versions:

* NVM (v0.33.6). * Node.js (v8.9.1 LTS). * Serialport (v6.0.4). * MongoDB (v2.2.30)

Installation

Windows

npm install --global --production windows-build-tools

Then follow unix installation procedure

Linux

git clone https://github.com/Bioreactor/Arduinom.git

Go to folder, install project and run server:

cd Arduinom/
npm install
npm run server

Usage

This library will scan for arduino devices and help to bridge web application to them. In order to debug you may use

DEBUG=* node/deviceFactor.js

Notes

Spanish

To see a complete installation guide, please visit: Documentation in Spanish.

English

To see a complete installation guide, please visit: Documentation in English.

Issues

Refer to section 5. of Previous Requirements (5. Issues).