mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-18 15:57:40 +00:00
RC Robot Tutorial
This commit is contained in:
@@ -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: 41eae0734681e13ff682277401a9e296
|
||||
config: df0f06fd903fc958d6d6169e079d750f
|
||||
tags: 62a1e7829a13fc7881b6498c52484ec0
|
||||
|
||||
@@ -221,10 +221,10 @@
|
||||
<div class="documentwrapper">
|
||||
<div class="bodywrapper">
|
||||
<div class="body" role="main">
|
||||
<section id="byterider-documentation">
|
||||
<section id="byterider-highlights">
|
||||
<h1>
|
||||
ByteRider documentation
|
||||
<a class="headerlink" href="#byterider-documentation" title="Link to this heading">
|
||||
ByteRider Highlights
|
||||
<a class="headerlink" href="#byterider-highlights" title="Link to this heading">
|
||||
¶
|
||||
</a>
|
||||
</h1>
|
||||
@@ -240,12 +240,13 @@
|
||||
</a>
|
||||
</h2>
|
||||
<p>
|
||||
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 ESP-NOW for transmitter and receiver devices,
|
||||
allowing you to wirelessly guide the car’s behaviour. While the design and physical appearance of the RC car can vary wildly depending on your
|
||||
creativity and available hardware, the control system remains elegantly efficient. To facilitate wireless communication between devices, the system employs
|
||||
ESP-NOW , which is a lightweight and connection-free protocol ideal for fast, low-latency data transmission between ESP32 microcontrollers. Though ESP-NOW is used under
|
||||
the hood, the spotlight remains on the RC car itself.
|
||||
At the heart of this project is ESP32-C3 IoT Link than enables a customizable remote-controlled car to responds to real-time
|
||||
control inputs, handle speed adjustments, directional changes, and even extend features like measuring system telemetry values
|
||||
such as voltage, current, temperature, etc. The foundational setup uses ESP-NOW for transmitter and receiver devices,
|
||||
allowing you to wirelessly control the car’s behaviour. While the design and physical appearance of the RC car can vary wildly
|
||||
depending on your creativity and available hardware, the control system remains the same. To facilitate wireless communication
|
||||
between devices, the system employs IoT Link powered by ESP-NOW , which is a lightweight and connection-free protocol ideal for fast,
|
||||
low-latency data transmission between ESP32 microcontrollers.
|
||||
</p>
|
||||
<p>
|
||||
An ESP-NOW-based remote controller sends control data wirelessly using the ESP-NOW protocol to the remote-controlled car. ESP-NOW enables fast and
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user