Skip to content

A project using arduino and node to transfer data on the browser and then control the arduino.

Notifications You must be signed in to change notification settings

ritz078/arduinode

Repository files navigation

Arduinode

Data Acquisition System for a Hybrid/Electric Car.

screen

Technologies Used

  • AngularJS
  • NodeJS
  • Johnny-five

Hardwares used

  • Arduino UNO R3
  • MPU 6050
  • Sparkfun motor control shield

Features

  • Data shown on graphs read by MPU 6050
  • 3d gyro visualisation on screen using three.js
  • Motor controlling by keystrokes

Setup the app and arduino

  • Download Arduino IDE
  • Plug in your Arduino or Arduino compatible microcontroller via USB
  • Open the Arduino IDE, select: File > Examples > Firmata > StandardFirmata
  • Click the "Upload" button.
  • Do the MPU-6050 sensor connections with the arduino uno r3 as shown in the diagram below img
  • Connect the arduino to the laptop.
  • Run npm install && bower install the first time you run the app.
  • Run node server.js
  • open the url http://127.0.0.1:8081 on the browser.

About

A project using arduino and node to transfer data on the browser and then control the arduino.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published