-
Download/install Processing from https://www.processing.org/download/
-
Download the folder "eco_car2" from the EcoCar google drive.
-
Open the file "eco_car2.pde" with processing
-
Plug the Base Station USB device into an available USB port.
- If an installing device drivers window pops up, let it finish.
-
In processing, press "run" (it looks like a play button).
-
The base station window should pop up. You can navigate around the pages to view data as it is broadcast from the car.
-
If you are expecting to see data, but nothing shows up, check that line 69 in the Processing sketch
int useThisUSBPort = 0;corresponds to the USB port you plugged the radio into. -
All data is logged in csv format to .txt files. These appear in the "data" folder with filenames like "EcoCarStatusLog date MOTORS.txt". Open them in excel for fun times.