Skip to content

olliw42/digaustracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digaus' Tracking

360° Target Tracking System for STorM32 Gimbal Controller

digaus has done a remarkable job in developping a 360° target tracking system for the STorM32 gimbal controller, see http://www.rcgroups.com/forums/showthread.php?t=2423260&pp=50. He recently published his codes in this thread, and on his behalf, with his permission, I put it on github here for your convenience.

https://www.youtube.com/watch?v=YNtU7Xp14rA&feature=youtu.be


Arduino Codes, Installation for Windows
  • Download and install Arduino (I tested with Arduino-1.6.9 for windows): https://www.arduino.cc/en/Main/Software
  • Downlaod and install Teensyduino (I tested with Teensyduino 1.29): https://www.pjrc.com/teensy/td_download.html
  • Download this repository (do not forget to extract the .zip)
  • Copy the DigausTrackingSketches folder as is to your Arduino sketch folder (it is usually Documents/Arduino/). Nothing else needs to be copied or done.
  • In the DigausTrackingSketches folder you find two subfolders, with the sketches for the tracking unit on the gimbal (folder LoraTrackingGimbal), and the tracking unit on the target (LoraTrackingDevice).
  • As usual with Arduino, click the .ino sketch, which opens the Arduino IDE.
  • In the Arduino IDE, go to Tools->Boards and select the Teensy LC.
  • The ready-to-upload .hex files are also found in the respective folders.

Used Arduino Projects&Libraries
Android Codes, Installation for Windows

The Android app was written using the Ionic framework. See http://ionicframework.com/getting-started/.

About

360° gimbal target tracking system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published