-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathreadme.html
54 lines (45 loc) · 3.08 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-style-type" content="text/css" />
<title>ArduVidRx Firmware</title>
<meta content="Eric Thomas" name="author" />
</head><body alink="#000099" bgcolor="#ccccff" link="#000099" text="#000000" vlink="#990099">
<h2>ArduVidRx Firmware</h2>
<big>ArduVidRx is an open-source project that aims to create enhanced
FPV video receivers that can be remotely operated, using an Android app
or a CLI command set. The firmware may be built using the Arduino
IDE or the <a href="https://marketplace.eclipse.org/content/eclipse-c-ide-arduino" target="_blank">Eclipse C++ IDE for Arduino</a>.<br />
<br />
<b>ArduVidRx Features:</b><br />
<ul>
<li>Receiver can be tuned to any frequency value in MHz</li>
<li>Auto-tune function (tune to strongest signal)</li>
<li>Graphical band scanner (in Android controller app)</li>
<li>Monitor (spectator) mode with manual and automatic channel switching</li>
<li>Can set list of frequencies of interest</li>
<li>Automatic RSSI calibration</li>
<li>Receiver can be remotely controlled with Android app (via Bluetooth)</li>
<li>Receiver can operated with command-line interface (via serial/USB)</li>
<li>Enhanced (7-segment) display and button functionality (on RC832 receiver)<br />
</li>
</ul>
<b>Hardware Options:</b><br />
</big>
<ul>
<li><big><a href="http://www.banggood.com/Eachine-FPV-5_8G-32CH-Wireless-AV-Receiver-RC832-p-975426.html" target="_blank">RC832 video receiver</a> + <a href="https://www.sparkfun.com/products/11113" target="_blank">Arduino Pro Mini 328 (5V 16MHz)</a> + <a href="http://www.ebay.com/itm/111881989869" target="_blank">HC-06 Bluetooth module</a></big></li>
<li><big><a href="http://www.banggood.com/Realacc-RX5808-Open-Source-5_8G-40CH-Split-Receiver-with-OLED-Special-for-Fatshark-Goggles-p-1068207.html" target="_blank">Realacc RX5808 Pro Diversity</a> + <a href="https://www.sparkfun.com/products/12576" target="_blank">SparkFun Bluetooth Mate Silver WRL-12576</a></big></li>
<li><big><a href="http://www.ebay.com/itm/171970464859" target="_blank">Arduino Pro Mini 328 (5V 16MHz)</a> + <a href="http://www.ebay.com/itm/112146512841" target="_blank">RX5808 module</a> + <a href="http://www.ebay.com/itm/111881989869" target="_blank">HC-06 Bluetooth module</a></big></li>
</ul>
<big><br />This project makes use of code from the <a href="https://github.com/sheaivey/rx5808-pro-diversity" target="_blank">rx5808-pro-diversity
project</a>.<br />
<br />
Check out the ArduVidRx home page: <a href="http://www.etheli.com/ArduVidRx" target="_blank">http://www.etheli.com/ArduVidRx</a><br />
</big><big><br />
<hr /><br />
Click <a target="_blank" href="http://www.etheli.com/contact/index.html">here to
contact me</a><br />
<br />
<a target="_blank" href="http://www.etheli.com">etheli.com home page</a></big><br />
<br />
</body></html>