Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / calibration_platform / server / cal_sta_server.py @ 1941

History | View | Annotate | Download (1.28 KB)

  • svn:executable: *
# Date Author Comment
1941 03/06/2011 12:43 AM John Sexton

Modified python script to read from Arduino over serial and write values into a SQLite3 database. Also adjusted the Arduino station code to read from two sensors every five seconds and send the information over serial to the server.

1932 02/17/2011 06:27 PM John Sexton

Renamed arduino file name. Python script can read from both robot and arduino at the same time.

1930 02/17/2011 05:51 PM John Sexton

Used template file instead of cicles file to start cal_sta_robot.c. Removed .h file. Figured out baud rates for arduino and robot. Python script can read from both sources.

1926 02/17/2011 04:59 PM John Sexton

Copied over files for robot code to Calibration Station folder. Renamed files to more appropriately describe what the files should do.