OpenARDF-WB8WFK-ARDF-Foxori.../README.md

10 wiersze
1.5 KiB
Markdown
Czysty Zwykły widok Historia

2020-06-06 20:37:49 +00:00
<h2>WB8WFK ARDF Foxoring Transmitter</h2>
2020-06-06 20:41:01 +00:00
<p>This is a simple, inexpensive, transmitter controller for conducting ARDF Foxoring competitions and for demonstrating ARDF principles. The software project is an Arduino script that builds for and runs on most Arduino-like products, such as <a href="https://www.adafruit.com/product/2590">AdaFruit's Metro Mini 328</a>, or <a href="https://www.sparkfun.com/products/11113">SparkFun's Arduino Pro Mini 328</a>, and many more.</p>
2020-06-06 20:36:30 +00:00
<p>The controller is configured using a serial port on the microprocessor. An Arduino product that includes a USB to Serial converter will allow you to configure the controller with a simple USB cable running between a port on your computer to one on the Arduino board. Simpler Arduino products lacking a USB to Serial converter will require a special FTDI cable like <a href="https://www.adafruit.com/product/70">AdaFruit's FTDI Serial TTL-232 USB Cable</a>, or <a href="https://www.sparkfun.com/products/9718">SparkFun's FTDI Cable 5V</a>.</p>
2020-06-06 20:41:50 +00:00
<p>The controller includes an output pin for controlling a transmitter for sending Morse code characters (high = key down; low = key up) and a separate pin that sends the Morse code as audio tones that can be used to drive a speaker. The controller can also provide a sequence of starting-tones prompting competitors to begin a competition, and can thus serve as an electronic starting "gun" for use in ARDF events.</p>
2020-06-06 20:36:30 +00:00
2020-06-06 20:41:01 +00:00
<p>A schematic design, a bill of materials, and a source for ordering a printed circuit board will be made available soon.</p>