REFERENCES¶
+GitHub containing complete source code with README.md file:
+diff --git a/ESP-IDF_Robot/tutorial/docs/build/doctrees/environment.pickle b/ESP-IDF_Robot/tutorial/docs/build/doctrees/environment.pickle index 838a57c34..2443ddf8b 100644 Binary files a/ESP-IDF_Robot/tutorial/docs/build/doctrees/environment.pickle and b/ESP-IDF_Robot/tutorial/docs/build/doctrees/environment.pickle differ diff --git a/ESP-IDF_Robot/tutorial/docs/build/doctrees/intro.doctree b/ESP-IDF_Robot/tutorial/docs/build/doctrees/intro.doctree index 89d259aac..b79ee2be3 100644 Binary files a/ESP-IDF_Robot/tutorial/docs/build/doctrees/intro.doctree and b/ESP-IDF_Robot/tutorial/docs/build/doctrees/intro.doctree differ diff --git a/ESP-IDF_Robot/tutorial/docs/build/doctrees/references.doctree b/ESP-IDF_Robot/tutorial/docs/build/doctrees/references.doctree new file mode 100644 index 000000000..6c16ea536 Binary files /dev/null and b/ESP-IDF_Robot/tutorial/docs/build/doctrees/references.doctree differ diff --git a/ESP-IDF_Robot/tutorial/docs/build/html/.buildinfo b/ESP-IDF_Robot/tutorial/docs/build/html/.buildinfo index a424bf012..76f313279 100644 --- a/ESP-IDF_Robot/tutorial/docs/build/html/.buildinfo +++ b/ESP-IDF_Robot/tutorial/docs/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file records the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 99b5f865ab24c7a097f35def11390a3f +config: 51280637bf6ad0e82a3b09327bd9a38c tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/ESP-IDF_Robot/tutorial/docs/build/html/.buildinfo.bak b/ESP-IDF_Robot/tutorial/docs/build/html/.buildinfo.bak new file mode 100644 index 000000000..a424bf012 --- /dev/null +++ b/ESP-IDF_Robot/tutorial/docs/build/html/.buildinfo.bak @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. +config: 99b5f865ab24c7a097f35def11390a3f +tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/ESP-IDF_Robot/tutorial/docs/build/html/_sources/intro.rst.txt b/ESP-IDF_Robot/tutorial/docs/build/html/_sources/intro.rst.txt index ec39e43c6..c9cbc21b8 100644 --- a/ESP-IDF_Robot/tutorial/docs/build/html/_sources/intro.rst.txt +++ b/ESP-IDF_Robot/tutorial/docs/build/html/_sources/intro.rst.txt @@ -1,2 +1,6 @@ INTRODUCTION ============ + +At the heart of this project is a customizable remote-controlled car that responds to real-time control inputs — capable of handling speed adjustments, directional changes, and even extended features like lights or sensors. The foundational setup uses a transmitter and receiver architecture, allowing you to wirelessly guide the car’s behavior. While the design and physical appearance of the RC car can vary wildly depending on your creativity and hardware, the control system remains elegantly efficient. To facilitate wireless communication between devices, the system employs ESP-NOW, a lightweight and connection-free protocol ideal for fast, low-latency data transmission between ESP32 boards. Though ESP-NOW is used under the hood, the spotlight remains on the RC car itself: how it moves, adapts, and evolves with your ideas. + +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 diff --git a/ESP-IDF_Robot/tutorial/docs/build/html/_sources/references.rst.txt b/ESP-IDF_Robot/tutorial/docs/build/html/_sources/references.rst.txt new file mode 100644 index 000000000..829717416 --- /dev/null +++ b/ESP-IDF_Robot/tutorial/docs/build/html/_sources/references.rst.txt @@ -0,0 +1,7 @@ +REFERENCES +========== + + +GitHub_ containing complete source code with README.md file: + +.. _GitHub: https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md \ No newline at end of file diff --git a/ESP-IDF_Robot/tutorial/docs/build/html/data.html b/ESP-IDF_Robot/tutorial/docs/build/html/data.html index 6a1ea7ad1..c43e9ab41 100644 --- a/ESP-IDF_Robot/tutorial/docs/build/html/data.html +++ b/ESP-IDF_Robot/tutorial/docs/build/html/data.html @@ -5,7 +5,7 @@ -