Project:1-web-interfaces-for-rc-vehicles: Difference between revisions

From London Hackspace Wiki

m
Line 61: Line 61:
|-
|-
|}
|}
===Calibration===
*Movement Timing Calibration Values
#define FWD_TURN_TIME 1000
#define BACK_TURN_TIME 1000
#define DRIVE_TIME 1000




Line 69: Line 75:
  #define CAR_LEFT 8      //Brown Cable
  #define CAR_LEFT 8      //Brown Cable
  #define CAR_RIGHT 10    //Blue  Cable
  #define CAR_RIGHT 10    //Blue  Cable
*Movement Timing Calibration Values
#define FWD_TURN_TIME 1000
#define BACK_TURN_TIME 1000
#define DRIVE_TIME 1000


There is also a digital ground pin (it is a black cable and it is on its own) attached to a chocolate block in order to allow sharing of the digital ground with other circuits on that arduino.
There is also a digital ground pin (it is a black cable and it is on its own) attached to a chocolate block in order to allow sharing of the digital ground with other circuits on that arduino.