Skip to content

Nodej.js server to communicate with our arduino devices

Notifications You must be signed in to change notification settings

andrescvargasr/Arduinom

Repository files navigation

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).

About

Nodej.js server to communicate with our arduino devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published