About

Gender

Male


Location

Otago


Please tell us a bit about your UAV interest

Im working on a UAV project building Quad and Octo rotor drones for Land search and rescue as an experiment to see if they can be used to mitigate the costs of the searching using a Helicopter


Hometown:

Dunedin


Activity Feed

adam bazley replied to adam bazley's discussion User Code and User Varibales in Learning to program the Ardupilot Mega
"Well i had a brain wave and Im not to sure its the way it should be done but it should logically work.

i have added a call to do_take_picture() in the verify_nav_waypoint() function.

Now however i have new error, when i upload the firmware to the…"
May 18, 2014
adam bazley replied to adam bazley's discussion User Code and User Varibales in Learning to program the Ardupilot Mega
"Sorry to keep asking the same question's man but this problem is causing me some serious issues.This is what i have in the UserCode.pde:
#ifdef CAMERA_TRIGGER_ON_WAYPOINTvoid camera_trigger_on_waypoint(){ digitalWrite(cameraPin, HIGH); delay(1000);…"
May 17, 2014
adam bazley replied to adam bazley's discussion User Code and User Varibales in Learning to program the Ardupilot Mega
"Hi Shyam
I did but im sorry to say that i need a little more details about what to put where. I cannot find the UseCode.h file do you mean the UserVariables for the custom defines ?
as for the hardware we have the APM connected to a logic level…"
May 16, 2014
adam bazley replied to adam bazley's discussion User Code and User Varibales in Learning to program the Ardupilot Mega
"Sorry forgot to add my email to the last reply, A.bazley@gmail.com."
May 15, 2014
adam bazley replied to adam bazley's discussion User Code and User Varibales in Learning to program the Ardupilot Mega
"there is a UserCode.h ? i thought that there was a UserCode.pde and a UserVariables.h

would you be able to email me the code files for your camera trigger so that i can use it as a base for mine?
I know that its better practise to figure it all out…"
May 15, 2014
adam bazley left a comment for leonardthall
"Hi Leonard,

i know that this is a strange way to contact you but I was wondering if i could get some help with editing the ArduPilot's user code sections ?
if you email me off list at a.bazley@gmail.com you would rock.

thanks
Adam"
May 15, 2014
adam bazley left a comment for Randy
"Hi Randy,

i know that this is a strange way to contact you but I was wondering if i could get some help with editing the ArduPilot's user code sections ?
if you email me off list at a.bazley@gmail.com you would rock.

thanks
Adam"
May 15, 2014
adam bazley posted a discussion in Learning to program the Ardupilot Mega
This is an open call to any one who has been able to get code working using the user code hooks. HELP!i am trying to get a simple script running that sets pin8 high when its hits a waypoint. i know where i need to call the script and i know where it…
May 15, 2014
adam bazley replied to Shyam Balasubramanian's discussion Triggering a Camera: APM or Arduino
"Hi Shyam

Sorry to bother you again but i have been trying to get the camera way point trigger working. I understand what you replied with in a thread you had about this topic, but I'm getting some irritating errors.

i have added this to the…"
May 14, 2014
adam bazley replied to Brit Davis's discussion 3DR 915 multipoint with SiK 2.x?
"Hey Brit

Can i ask how you did this? I am currently trying the same thing but with the mission control as node 0 and two drones as 1 and 2.

cheers
Adam"
Apr 23, 2014
adam bazley posted a discussion in Learning to program the Ardupilot Mega
Hey every one.I'm working on a project where we are using drones to take survey photos of large areas of open land, then using a raspberry pi to edit the Exf data of the photo to add in the GPS that it was taken at, or at least that what we want it…
Apr 10, 2014
adam bazley replied to Shyam Balasubramanian's discussion Triggering a Camera: APM or Arduino
"Hey Shyam

sorry to keep asking questions about this but I'm getting errors.

I have this in the userVariables.h file

const int camPin = 8;
pinMode(camPin,OUTPUT);
unsigned long alphaMillis = millis();

then in the UserCode file i have

void…"
Apr 9, 2014
adam bazley replied to Shyam Balasubramanian's discussion Triggering a Camera: APM or Arduino
"that looks great thanks!"
Apr 9, 2014
adam bazley replied to Shyam Balasubramanian's discussion Triggering a Camera: APM or Arduino
"Hi Shyam

The code that you wrote to trigger the camera, was it written in the ArduCopter arduino code ? if so where did you write it?

Im trying to set a Quadcoper up so that it takes a photo at every waypoint by default. My logic is that i can put…"
Apr 9, 2014
adam bazley replied to adam bazley's discussion MAV Link On Raspberry Pi's
"bump"
Nov 17, 2013
adam bazley posted a discussion
Hey every oneI'm working on a project where I am using a Raspberry Pi to take photos when commanded to by the APM2.5. I have this working nicely using the camera shutter pin on the side of the APM2.5 board running to a LLC dropping the 5v down to…
Nov 14, 2013