From bb6a2fdff9bb5ffee64e5c656fb1a2d5b5799a1d Mon Sep 17 00:00:00 2001 From: Alexandre Bobkov Date: Sat, 5 Jul 2025 22:20:02 -0400 Subject: [PATCH] manual --- ESP-IDF_Robot/tutorial/docs/source/intro.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ESP-IDF_Robot/tutorial/docs/source/intro.rst b/ESP-IDF_Robot/tutorial/docs/source/intro.rst index b5fb67c43..3c5cae063 100644 --- a/ESP-IDF_Robot/tutorial/docs/source/intro.rst +++ b/ESP-IDF_Robot/tutorial/docs/source/intro.rst @@ -10,4 +10,6 @@ the hood, the spotlight remains on the RC car itself: how it moves, adapts, and An ESP-NOW-based remote-controlled car system transmits control data wirelessly using the ESP-NOW protocol, which enables fast and efficient communication between ESP32 devices without the need for Wi-Fi pairing. The provided tutorial demonstrates a functional setup where a transmitter -sends data to a receiver to define the car's speed and direction — forming the core communication loop. While the baseline implementation focuses on movement, additional features like lights, sensors, or telemetry can easily be integrated by expanding the code. This modular design gives users the freedom to customize both the appearance and behavior of their RC car, resulting in endless creative possibilities. \ No newline at end of file +sends data to a receiver to define the car's speed and direction — forming the core communication loop. While the baseline implementation focuses on +movement, additional features like lights, sensors, or telemetry can easily be integrated by expanding the code. This modular design gives users the +freedom to customize both the appearance and behavior of their RC car, resulting in endless creative possibilities. \ No newline at end of file