@@ -5,7 +5,7 @@ Control the Neato XV Lidar with an Arduino compatible board
55
66Used as an interface board to connect directly to the Neato XV Lidar and control the rotation speed through Pulse Width Modulation (PWM).
77
8- v1.1.1 Copyright 2014 James LeRoy getSurreal.com
8+ v1.2.0 Copyright 2014 James LeRoy getSurreal.com
99* http://www.getsurreal.com/products/xv-lidar-controller
1010* https://github.com/getSurreal/XV_Lidar_Controller
1111
@@ -37,18 +37,22 @@ Connect to the Teensy USB port at 115200 baud. When sending commands use newlin
3737
3838##Commands
3939Commands are case sensitive.
40- * Help
41- * GetConfig
42- * SaveConfig
43- * ResetConfig
44- * MotorOff
45- * MotorOn
46- * RelayOff
47- * RelayOn
48- * SetRPM
49- * SetKp
50- * SetKi
51- * SetKd
52- * SetSampleTime
53- * ShowRPM
54- * HideRPM
40+ * Help - Show the list of commands available
41+ * ShowConfig - Show the running configuration
42+ * SaveConfig - Save the running configuration to EEPROM
43+ * ResetConfig - Restore the original configuration
44+ * SetRPM - Set the desired rotation speed (min: 200, max: 300)
45+ * SetKp - Set the proportional gain
46+ * SetKi - Set the integral gain
47+ * SetKd - Set the derivative gain
48+ * SetSampleTime - Set the frequency the PID is calculated (ms)
49+ * ShowRPM - Show the rotation speed
50+ * HideRPM - Hide the rotation speed
51+ * ShowDist - Show the distance data
52+ * HideDist - Hide the distance data
53+ * ShowAngle - Show distance data for a specific angle (0 - 359 or 360 for all)
54+ * MotorOff - Stop spinning the lidar
55+ * MotorOn - Enable spinning of the lidar
56+ * HideRaw - Stop outputting the raw data from the lidar
57+ * ShowRaw - Enable the output of the raw lidar data
58+
0 commit comments