Difference between revisions of "Arduino Radar Gun"

From Kevin Darrah Wiki
Jump to: navigation, search
Line 20: Line 20:
  
 
[[File:3v3Radar.png|768px]]
 
[[File:3v3Radar.png|768px]]
 +
 +
=== The Code ===
 +
[http://kevindarrah.com/download/arduino_code/RADARGUN_testRead.ino Download the Test Code]

Revision as of 20:47, 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, like this one

Phase 1 - Reading the Speed Data

Video will be coming soon...

Connections

All x12 Analog Inputs are connected to the Numeric LCD pins on the gun. Note that the ground connection is made where the battery clip wire terminates into the board

RadarConnections.png

The trigger board cable brings up the positive 3V terminal from the battery stack, which is where I connected my 3.3V source wire. You can see that the two pins on the left are bridged together, which made the soldering much easier

3v3Radar.png

The Code

Download the Test Code