View Single Post
Old 06-02-2012, 09:46 PM   #110 (permalink)
thingstodo
Master EcoModder
 
Join Date: Sep 2010
Location: Saskatoon, canada
Posts: 1,488

Ford Prefect - '18 Ford F150 XLT XTR

Tess - '22 Tesla Y LR
Thanks: 749
Thanked 565 Times in 447 Posts
Arduino, Logging and communications continued

My arduino is getting some attention again - a change of topic from PC hardware frustration and truck hardware frustration.

Just as a review, this is what I'd like the Arduino to do, at the end of the project:
- interface to GPS - accept data in standard format, parse, save info to memory and to file
- interface to PLC - accept data in text format, parse, save info to memory and to file
- select data from memory and display locally
- select data from memory and send out USB to local PC
- interface with Labview, data exchange

When I last visited the Arduino, I had trouble with the 4D OLED shield.

But many things did go together quite quickly:
- the ethernet shield was working to display data to an extremely simple web display, running wired to my router, and wireless from there to my PC or Nook tablet
- the sketch read standard data from my laptop (same format as the data will be from the PLC) and displayed it on the serial monitor to the PC as well as to the web page

The things that are left:
- get the 4D OLED to display local data
- get a second serial port working so that serial data can come from the PLC and GPS
- get datalogging to work to an SD card
- re-load labview and get it to work with the Arduino as a data source
- communicate via OBD II with existing truck equipment
  Reply With Quote