Difference between revisions of "Arduino Radar Gun"

From Kevin Darrah Wiki
Jump to: navigation, search
Line 7: Line 7:
 
= Arduino Radar Gun =
 
= Arduino Radar Gun =
 
== Introduction ==
 
== Introduction ==
This is a long term project, so this page will be updated as the project continues.  The goal here was to take control of an off-the-shelf radar gun.  The gun used for the project was a "Bushnell Velocity Gun" and was purchased on [https://www.amazon.com/gp/product/B0002X7V1Q/ref=oh_aui_detailpage_o04_s00?ie=UTF8&psc=1 Amazon]
+
This is a long term project, so this page will be updated as the project continues.  The goal here was to take control of an off-the-shelf radar gun.  The gun used for the project was a "Bushnell Velocity Speed Gun" and was purchased on [https://www.amazon.com/gp/product/B0002X7V1Q/ref=oh_aui_detailpage_o04_s00?ie=UTF8&psc=1 Amazon].  An [https://www.arduino.cc/en/Main/ArduinoBoardLeonardo Arduino Leonardo] is being used due to it having x12 Analog Inputs.  Since the Leonardo is based on the [http://www.atmel.com/Images/Atmel-7766-8-bit-AVR-ATmega16U4-32U4_Datasheet.pdf ATMEGA32U4], any of the "Arduino Clones" would work.
 +
 
 +
== Phase 1 - Reading the Speed Data ==
 +
Video will be coming soon...
 +
 
 +
=== Connections ===
 +
[[File:radarConnections.png|768px]]

Revision as of 19:53, 24 October 2016

...Back to Projects:

RadarGun.png

OpenedGun.png

Arduino Radar Gun

Introduction

This is a long term project, so this page will be updated as the project continues. The goal here was to take control of an off-the-shelf radar gun. The gun used for the project was a "Bushnell Velocity Speed Gun" and was purchased on Amazon. An Arduino Leonardo is being used due to it having x12 Analog Inputs. Since the Leonardo is based on the ATMEGA32U4, any of the "Arduino Clones" would work.

Phase 1 - Reading the Speed Data

Video will be coming soon...

Connections

RadarConnections.png