Digital TV Antenna Direction Mount and Pointer

The project will allow you to remotely turn your digital TV antenna to maximize your TV channel reception and channel strength.

May 17, 2019

10874 views

2 respects

Components and supplies

1

42BYGHM809 Bi-polar stepper motor

1

20VAC to 8-25VDC Power adapter

1

M3-0.5 x 6 mm Machine screws

1

Stepper motor driver board A4988

1

0.22 uF Capacitor

1

Wire-wrap terminal

1

5mm Flange Shaft

1

HM-10 Bluetooth Module

1

M3-0.5 Hex nuts

1

M3 Standoffs

1

Lazy Susan

1

Digital TV Antenna (Indoor or Small Outdoor)

1

LM340T-12 Voltage regulator

1

LM7805 Voltage regulator

1

DIP Component carrier for wire-wrapping terminal

1

Arduino UNO

2

0.1 uF Capacitor

1

30 gauge wire

1

2k ohm resistor

1

M3-0.5 x 12 mm Machine screws

1

Perforated circuit board without copper cladding

1

Connection wires

1

1K ohm resistor

Tools and machines

1

Solder

1

Dremel

1

Soldering Iron

1

USB cable

1

M3 drill bits

1

Cell phone or tablet with Bluetooth capability

1

Computer

1

Small Phillips screwdriver

1

Wire-wrap tool

Apps and platforms

1

Serial Bluetooth Terminal

1

Arduino IDE

Project description

Code

DTV Antenna Direction Finder and Pointer - Final Code

arduino

This code/sketch makes DTV transmitter antenna finding easy. This code drives a bipolar stepper motor to point a DTV antenna towards a DTV transmitter antenna locations based on a premade channel list. A list of channels in the United States and corresponding angles relative to your location can be found on a number of sites such as AntennaWeb and the on the FCC website. The stepper motor that turns the antenna is connected to the Arduino/Genuino board via a A4988 motor driver that is connected to pins 3-5 of the Arduino/Genuin. Communication with the Arduino can be done via an HM-10 Bluetooth board. A Bluetooth Terminal application will be needed to communicate with the HM-10 Bluetooth board. When a 0 is entered at the Bluetooth Terminal app's prompt, the Arduino/Genuino decrements through the list of channels in the myChannelNum[] array. When a 1 is entered in the Bluetooth Terminal app's prompt, the Arduino/Genuino increment through channels listed in the same array via. Based on the channel selected from the list, the motor will turn your antenna to the corresponding angle in the myChannelDegAngle[] array.

DTV Antenna Direction Finder and Pointer - Final Code

arduino

This code/sketch makes DTV transmitter antenna finding easy. This code drives a bipolar stepper motor to point a DTV antenna towards a DTV transmitter antenna locations based on a premade channel list. A list of channels in the United States and corresponding angles relative to your location can be found on a number of sites such as AntennaWeb and the on the FCC website. The stepper motor that turns the antenna is connected to the Arduino/Genuino board via a A4988 motor driver that is connected to pins 3-5 of the Arduino/Genuin. Communication with the Arduino can be done via an HM-10 Bluetooth board. A Bluetooth Terminal application will be needed to communicate with the HM-10 Bluetooth board. When a 0 is entered at the Bluetooth Terminal app's prompt, the Arduino/Genuino decrements through the list of channels in the myChannelNum[] array. When a 1 is entered in the Bluetooth Terminal app's prompt, the Arduino/Genuino increment through channels listed in the same array via. Based on the channel selected from the list, the motor will turn your antenna to the corresponding angle in the myChannelDegAngle[] array.

Downloadable files

Detail Power Supply Design

Detail Power Supply Design

Full Circuit Design

Full Circuit Design

Full Circuit Design

Full Circuit Design

Comments

Only logged in users can leave comments

lbf20012001

0 Followers

0 Projects

Table of contents

Intro

2

0