Skip to content

Commit

Permalink
Added some content to main page
Browse files Browse the repository at this point in the history
  • Loading branch information
seeul8er committed Aug 12, 2024
1 parent f24ca8b commit 873bf8a
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 18 deletions.
15 changes: 14 additions & 1 deletion css/dronebridge.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/dronebridge.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion imprint.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="container">
<div class="row header">
<div class="one-third column">
<img class="u-pull-left logo" src="images/DroneBridgeLogo_noblue_tiny.svg" alt="DroneBridge for ESP32"/>
<a href="index.html"><img class="u-pull-left logo" src="images/DroneBridgeLogo_noblue_tiny.svg" alt="DroneBridge for ESP32"/></a>
</div>
<div class="two-thirds column nav">
<nav class="u-pull-right">
Expand Down
36 changes: 34 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="container">
<div class="row header">
<div class="one-third column">
<img class="u-pull-left logo" src="images/DroneBridgeLogo_noblue_tiny.svg" alt="DroneBridge for ESP32"/>
<a href="index.html"><img class="u-pull-left logo" src="images/DroneBridgeLogo_noblue_tiny.svg" alt="DroneBridge for ESP32"/></a>
</div>
<div class="two-thirds column nav">
<nav class="u-pull-right">
Expand All @@ -36,7 +36,39 @@ <h5 class="h5">A secure & transparent telemetry link with support for WiFi and E
<div>ESP-NOW enables ranges of up to 1km</div>
</div>

<div class="container u-full-width center-all">
<div class="container">
<h5>Features</h5>
<ul>
<li>Up to 150m range using standard WiFi</li>
<li>Up to 1km of range using ESP-NOW or Wi-Fi LR Mode</li>
<li>Fully encrypted in WiFi & ESP-NOW (AES-GCM 256 bit)</li>
<li>High data rates (250kbit ESP-NOW & 11Mbit WiFi mode)</li>
<li>Bidirectional</li>
<li>Support for MAVLink, MSP & LTM telemetry</li>
<li>Support for any payload using transparent option</li>
<li>Supported by QGroundControl, Mission Planner, mwptools, impload etc.</li>
<li>Easy to set up: Power connection + UART connection to flight controller</li>
<li>Fully configurable through an easy-to-use web interface</li>
<li>Parsing modes for reduced packet loss</li>
<li>Ideal for central drone swarm control</li>
<li>Reliable</li>
<li>Low latency</li>
<li>Affordable</li>
<li>Weight: <8 g</li>
</ul>
</div>

<div class="container">
<img class="image-fullwidth" src="https://raw.githubusercontent.com/DroneBridge/ESP32/master/wiki/DB_ESP32_NOW_Illistration.png"/>
</div>

<div>
<p>A firmware for the popular ESP32 modules from Espressif Systems. Probably the cheapest way to communicate with your drone, UAV, UAS, ground-based vehicle.
<br>It also allows for a fully transparent serial to WiFi pass-through link with variable packet size.</p>
<p>DroneBridge for ESP32 is a telemetry/low data rate-only solution. There is no support for cameras connected to the ESP32 since it does not support video encoding.</p>
</div>

<div style="margin-top: 5rem" class="container u-full-width center-all">
<button class="button-primary" onclick="location.href='https://github.com/DroneBridge/ESP32'">
Learn More!
</button>
Expand Down
24 changes: 12 additions & 12 deletions install.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="container">
<div class="row header">
<div class="one-third column">
<img class="u-pull-left logo" src="images/DroneBridgeLogo_noblue_tiny.svg" alt="DroneBridge for ESP32"/>
<a href="index.html"><img class="u-pull-left logo" src="images/DroneBridgeLogo_noblue_tiny.svg" alt="DroneBridge for ESP32"/></a>
</div>
<div class="two-thirds column nav">
<nav class="u-pull-right">
Expand All @@ -31,31 +31,31 @@
</div>
</div>

<div style="margin-top: 5rem" class="container center-all">
<div>
This page is under construction. More to come in the future!
</div>
</div>

<div class="container hero">
<h5 class="h5">Online Serial Flashing Tool<br>DroneBridge for ESP32</h5>
<div>This is not working for now. Come back later :(</div>
</div>
<div class="container center-all">
<div>
<label for="Version">Version</label>
<label for="conn_status">1. Connect ESP32</label>
<div id="conn_status">Not connected...</div>
</div>
<div>
<label for="Version">2. Select DroneBridge for ESP32 Version</label>
<select id="Version">
<option>v1.5</option>
<option>v2.0RC1</option>
<option>v2.0RC2</option>
<option>v2.0RC2 (pre-release)</option>
<option>v2.0RC1 (pre-release)</option>
<option>v1.5 (stable)</option>
</select>
</div>
<div>
<label for="HW">Hardware</label>
<label for="HW">3. Choose Hardware Target</label>
<select id="HW">
<option>Official HW1.x Board</option>
<option>Official HW1.x Board (USBSerial)</option>
<option>Generic ESP32</option>
<option>Generic ESP32C3</option>
<option>Generic ESP32C3 (USBSerial)</option>
<option>Generic ESP32C6</option>
<option>Generic ESP32S2</option>
<option>Generic ESP32S3</option>
Expand Down
15 changes: 14 additions & 1 deletion scss/dronebridge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@

.hero {
text-align: center;
padding: 5rem;
padding-left: 6rem;
padding-right: 6rem;
margin-top: 3rem;
margin-bottom: 4rem;
}

.header {
Expand Down Expand Up @@ -100,3 +103,13 @@ input, select {
.dot_red {
background-color: #f63e3e
}

.image-fullwidth {
margin-top: 1rem;
margin-bottom: 1rem;
width: 100%;
}

li {
margin: auto;
}

0 comments on commit 873bf8a

Please sign in to comment.