You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 4 wheel car, like 2 WD car before, but with servo mounted head up. | 2 wheel car with encoders, 2 Li-ion batteries, Adafruit Motor Shield V2, Bluetooth connection, and servo mounted head down. |
23
+
| 4 wheel car like the 2 WD car right, but with servo mounted head up. | 2 wheel car with encoders, 2 Li-ion batteries, Adafruit Motor Shield V2, Bluetooth connection, and servo mounted head down. |
| Sensor drive page | Sensor drive page for mecanum car |
35
+
|||
34
36
35
37
Automatic control page with detected wall at right
36
38

@@ -56,10 +58,10 @@ Compile options for the used **PWMMotorControl library** like `USE_ENCODER_MOTOR
56
58
57
59
| Name | Default value | Description |
58
60
|-|-|-|
59
-
|`CAR_HAS_VIN_VOLTAGE_DIVIDER`| undefined | VIN/11 at A2, e.g. 1MOhm to VIN, 100kOhm to ground. Required to show and monitor (for undervoltage) VIN voltage. |
61
+
|`CAR_HAS_VIN_VOLTAGE_DIVIDER`| undefined | VIN/11 at A2, e.g. 1 MΩto VIN, 100 kΩ to ground. Required to show and monitor (for undervoltage) VIN voltage. |
60
62
|`VIN_VOLTAGE_CORRECTION`| undefined or 0.8 for UNO | Voltage to be subtracted from VIN voltage for voltage monitoring. E.g. if there is a series diode between Li-ion and VIN as on the UNO boards, set it to 0.8. |
61
63
|`CAR_HAS_US_DISTANCE_SENSOR`| disabled | A HC-SR04 ultrasonic distance sensor is mounted (default for most China smart cars). |
62
-
|`US_SENSOR_SUPPORTS_1_PIN_MODE`| disabled | Use modified HC-SR04 modules or HY-SRF05 ones.</br>Modify HC-SR04 by connecting 10kOhm between echo and trigger and then use only trigger pin. |
64
+
|`US_SENSOR_SUPPORTS_1_PIN_MODE`| disabled | Use modified HC-SR04 modules or HY-SRF05 ones.</br>Modify HC-SR04 by connecting 10 kΩ between echo and trigger and then use only trigger pin. |
63
65
|`CAR_HAS_IR_DISTANCE_SENSOR`| disabled | Use Sharp GP2Y0A21YK / 1080 IR distance sensor. |
64
66
|`CAR_HAS_TOF_DISTANCE_SENSOR`| disabled | Use VL53L1X TimeOfFlight distance sensor. |
65
67
|`CAR_HAS_DISTANCE_SERVO`| disabled | Distance sensor is mounted on a pan servo (default for most China smart cars). |
@@ -69,8 +71,8 @@ Compile options for the used **PWMMotorControl library** like `USE_ENCODER_MOTOR
69
71
|`CAR_HAS_CAMERA`| disabled | Enables the `Camera` button for the `PIN_CAMERA_SUPPLY_CONTROL` pin. |
70
72
|`CAR_HAS_LASER`| disabled | Enables the `Laser` button for the `PIN_LASER_OUT` / `LED_BUILTIN` pin. |
71
73
|`ENABLE_RTTTL_FOR_CAR`| undefined | Plays melody after initial timeout has reached. Enables the Melody button, which plays a random melody. |
72
-
|`MONITOR_VIN_VOLTAGE`| disabled | Shows VIN voltage and monitors it for undervoltage. VIN/11 at A2, 1MOhm to VIN, 100kOhm to ground. |
73
-
|`ENABLE_EEPROM_STORAGE`| disabled | Activates the buttons to store compensation and drive speed. |
74
+
|`MONITOR_VIN_VOLTAGE`| disabled | Shows VIN voltage and monitors it for undervoltage. VIN/11 at A2, 1 MΩto VIN, 100 kΩ to ground. |
75
+
|`ENABLE_EEPROM_STORAGE`| disabled | Activates the buttons to store compensation values. Normally they are stored after calibration. |
74
76
75
77
### Changing include (*.h) files with Arduino IDE
76
78
First, use *Sketch > Show Sketch Folder (Ctrl+K)*.<br/>
0 commit comments