Data Acquisition System for a Hybrid/Electric Car.
- AngularJS
- NodeJS
- Johnny-five
- Arduino UNO R3
- MPU 6050
- Sparkfun motor control shield
- Data shown on graphs read by MPU 6050
- 3d gyro visualisation on screen using three.js
- Motor controlling by keystrokes
- 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
- 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.