Skip to content

Displaying the data sent by Arduino with LM35 temperature sensor using Johnny-Five, Express, Jade, NodeJS

License

Notifications You must be signed in to change notification settings

jotarios/lm35-johnnyfive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EON Demo from sensor data using Arduino and Johnny-Five on Node.js with Express and Jade

Quick Start

You need to install Johnny-Five, PubNub, Jade and Express to run the node.js code with Arduino.

Install all the dependencies:

$ npm install

Start the server:

$ npm start

Then go to http://localhost:3000 on browser

Hardware Wiring

Temperature

The temperature data comes from a LM35 sensor, and it is published to PubNub.

When you are using Arduino with Johnny-Five, you need to install StandardFirmataPlus to your Arduino to be able to run the code.

Installing StandardFirmataPlus

  1. Connect your Arduino to computer with a USB cable.
  2. On Arduino IDE.
  3. Go to File > Examples > Firmata > StandardFirmataPlus
  4. Upload the code to the device.

Now, you are done with Arduino IDE. You can close it and switch to your fave IDE (or keep using Arduino IDE if you like).

Arduino wiring

Arduino wiring

Example

EON line graph

Docs and Websites

Credits

An original project of Tomomi ❤ Imura

About

Displaying the data sent by Arduino with LM35 temperature sensor using Johnny-Five, Express, Jade, NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published