Files
ESP-Nodes/ESP-IDF_Robot
2025-01-02 01:43:30 -05:00
..
2024-12-21 22:58:38 -05:00
2024-12-25 09:19:59 -05:00
2025-01-02 00:39:05 -05:00
2025-01-02 01:39:22 -05:00
2025-01-02 01:43:30 -05:00
2024-12-21 22:58:38 -05:00
2024-12-21 23:13:05 -05:00
2024-12-21 22:58:38 -05:00
2024-12-31 05:57:20 -05:00
2024-12-25 03:38:05 -05:00
2024-12-21 22:58:38 -05:00
2024-12-25 03:38:02 -05:00

RC CAR powered by ESP32-C3 Breadboard Adapter & conttolled via ESP-NOW

ESP32=C3 RC Car

Designated Pins & GPIOs

The table below lists GPIOs/Pins programmed to delivery specific operating functions.

GPIO Pin Assigned Functionality Notes
0 16 Joystick x-axis ADC1_CH0
1 15 Joysticj y-axis ADC1_CH1
8 5 Joystick push button
6 4 GPIO controlling clockwise rotation PWM of left motors LEDC_CHANNEL_1
5 3 GPIO controlling clockwise rotation PWM of right motors LEDC_CHANNEL_0
4 2 GPIO controlling counter clockwise rotation PWM of left motors LEDC_CHANNEL_2
7 6 GPIO controlling counter clockwise rotation PWM of right motors LEDC_CHANNEL_3

Variables

| Variable | Value | Description | | MTR_FREQUENCY | 5000 | Default PWM frequency. |