About

Gender

Male


About Me:

a


Please tell us a bit about your UAV interest

Justing testing


Hometown:

Buckeye, AZ


Activity Feed

Burt Green replied to Rolf Blomgren's discussion APM MavLink to FrSky X8R S.Port converter
"Strange I just had the same problem, I changed the id code in the libraries file.
Find the file FySkySportSensor.h, open it in a editor, find "ID8 = 0x67", change the "67" to another ID, I set it for "1b".
recompile, and it should work.
I first…"
Jan 25, 2016
Burt Green replied to Ron LaBorde's discussion Is there any way to transmit an amateur radio call sign? Firmware change?
"I was just looking at the code for the radios, looks like this is a area that might be able to insert a MAVlink message from the radio itself.
It sends it's own messages for RSSI and noise both from the local and remote.
Looks like Tridgell wrote…"
Sep 20, 2015
Burt Green replied to Ron LaBorde's discussion Is there any way to transmit an amateur radio call sign? Firmware change?
"On the minimosd, the call sign is entered using the configuration program and stored in the the OSD.
It doesn't get the info from MAVlink messages.
My question was, would it satisfy the FCC requirement for call sign. 
I think getting a new MAVlink…"
Sep 20, 2015
Burt Green replied to Ron LaBorde's discussion Is there any way to transmit an amateur radio call sign? Firmware change?
"Would a MAVLink msg work for this?
I'm sure a new message could be inserted into the APM / Pixhawk code to send just the "Call sign" in text not binary. Could this satisfy the FCC call sign requirement? Looking at the code a see a few…"
Sep 17, 2015
Burt Green replied to Rolf Blomgren's discussion APM MavLink to FrSky X8R S.Port converter
"I went ahead a wire one of these up but used the arduino mini max I had. I removed the Mavlink area for now to do some testing. I can change values and see how they are displayed on the Taranis. The one area that seems to be a problem is the GPS Lad…"
Oct 22, 2014
Burt Green posted a discussion
Have been working long hours at work, but tried to keep up with changes in the ArduPlane source code but it looks like nothing has change after jan 8th.Has it been moved to another location?here is the link that I use to look…
Mar 13, 2013
Burt Green replied to Andrew Tridgell's discussion ArduPlane 2.67 released
"Andrew
First Great work.
Glad to see 2.67, plan on trying the MP upload to see how it works on Sunday. Been using a complied version for a few days, testing on AMP1 for a new plane.
At this rate I'm not going to have a reason to keep Arduino…"
Nov 21, 2012
Burt Green replied to josh fivecoat's discussion Fpv Camera interfereing with ublox gps, APM 2.5
"It's noise that the camera gives off, move the Camera away from the GPS.
I had the same problem, and had to reloacate my Camera a few move inches away."
Oct 15, 2012
Burt Green posted a discussion
I just came across this and BATT_CURR_PIN in the Wikihttp://code.google.com/p/ardupilot-mega/wiki/APM_Parameters#Battery_Voltage_sensing_pin_(_ArduPlane_:BATT_VOLT_PIN)Has this been added to the lates APM software?Does it alow us to now set this in…
Oct 14, 2012
Burt Green replied to AKRCGUY's discussion MinimOSD Statute Vs Metric?...
"You should look at this thread
http://www.diydrones.com/forum/topics/adding-extra-functions-to-min...
Has about everything you might want for your Miniosd, they have done a lot of work on it.
 "
Sep 26, 2012
Burt Green replied to AKRCGUY's discussion APM 2, 900mhz X-Bee and MinimOSD
"Look at this link here,
http://code.google.com/p/arducam-osd/wiki/How_to_start_minim
The both pictures show a hook up to the APM, But talk about not connecting the TX from the Miniosd.
I made my own cable, first I got the Cable working for my Xbee,…"
Sep 24, 2012
Burt Green replied to Rick Eis's discussion Wacky Voltage readings and difficult setup
"Rick
If I follow your question right, the APM needs to know what the voltage is being feed to it. The A to D converter, needs to know what the high voltage is for the high number.
If you look at the code it is used to calulate the input voltage.
The…"
Sep 15, 2012
Burt Green replied to Andrew Tridgell's discussion Upcoming features for ArduPlane 2.60
"Andrew
Any work on outputing RSSI info?
Just a few lines of code to send a value 0 to 255 on the "mavlink_msg_rc_channels_raw_send" message?
Right now it is fixed at 1.Some code like this would give the MiniOSD a way to display it.
       static…"
Aug 20, 2012
Burt Green replied to Gábor Zoltán's discussion Adding extra functions to MinimOSD
"Gábor
I have added Rssi to the projet from the code in the pre release folder.
I also found a way to slow down the input in the setup menu to about one unit pre to second.
My problem is I can't find out how to commit the changes to the area.
So next…"
Aug 17, 2012
Burt Green commented on airmamaf's blog post Display RSSI with ArduCAM OSD
"Things I forgot in the last message, on the APM2 it uses the pin that is labeled here
http://code.google.com/p/ardupilot-mega/wiki/APM2board
Go down about a page and a picture shows it.
On the APM1 there is a set of pins on the oil pan labeled…"
Aug 6, 2012
Burt Green commented on airmamaf's blog post Display RSSI with ArduCAM OSD
"Just incase someone wanted the info.
Rssi on APM 2.50 ArduPlane changes needed
In
GCS_Mavlink find
static void NOINLINE send_radio_in(mavlink_channel_t chan)
{
    uint8_t rssi = 1;
    mavlink_msg_rc_channels_raw_send(
        chan,
       …"
Aug 6, 2012
More…