Skip to content

Demo application to showcase the use of node.js with Arduino devices.

Notifications You must be signed in to change notification settings

guilhermednt/temp-sensor-nodejs

Repository files navigation

Temperature Monitoring Demo

Demo application to showcase the use of node and Arduino devices.

Preparing the Hardware

  1. In your favorite Arduino IDE, load the StandardFirmata sketch into your board. Usualy this sketch can be found in the Examples area.

  2. Assemble your board as described in the diagram bellow:

Arduino Uno:

Components diagram for Arduino Uno

Arduino Nano:

Components diagram for Arduino Nano

Running the demo

  1. Install the dependencies:
$ npm install
  1. Criate your config.js. You can use the template available on config.js.dist:
$ cp config.js.dist config.js
$ vi config.js
  1. Start the app:
$ node app.js

About

Demo application to showcase the use of node.js with Arduino devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published