mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 05:07:07 +00:00
manual
This commit is contained in:
@@ -15,4 +15,10 @@ implementation focuses on movement, additional features like lights, sensors, or
|
||||
modular design gives users the freedom to customize both the appearance and behavior of their RC car, resulting in endless creative possibilities.
|
||||
|
||||
ABSTRACT
|
||||
--------
|
||||
--------
|
||||
|
||||
- In the heart of this project, is data struct that contains values defining DC motors rotation speeds using PWM.
|
||||
- the data struct is consistent between transmitter and receiver
|
||||
- both, transmitter and receiver communicate using ESP-NOW protocol
|
||||
- transmitter encapsulates values if joystic position before sending them to the receiver devices
|
||||
- receiver device de-encapsulates the joystic position vallues and converts them to PWM values for setting the rotations and directions of DC motors
|
Reference in New Issue
Block a user