mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 10:50:52 +00:00
RC Robot Tutorial
This commit is contained in:
@@ -8,9 +8,9 @@ The bitByteRider RC car operates using two main units: the *transmitter*, which
|
||||
the *receiver*, which interprets these values and converts them into PWM signals to control the DC motors. Both units communicate
|
||||
via **ESP-NOW**, a low-latency, connectionless wireless protocol that requires no Wi-Fi network or pairing.
|
||||
|
||||
In addition to enabling real-time control, using ESP-NOW introduces to key networking concepts such as **data encapsulation** and
|
||||
In addition to enabling real-time control, using ESP-NOW introduces key networking concepts such as **data encapsulation** and
|
||||
structured communication. By using data structures to group control variables, you gain hands-on experience with how information
|
||||
is packaged and transmitted — laying the groundwork for understanding the fundamentals of network communication in embedded systems.
|
||||
is packaged and transmitted, laying the groundwork for understanding the fundamentals of network communication in embedded systems.
|
||||
|
||||
.. _GitHub: https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter
|
||||
|
||||
|
Reference in New Issue
Block a user