About

Please tell us a bit about your UAV interest

Designing collision avoidance quadcopter


Activity Feed

Jonathan Cheung replied to Jonathan Cheung's discussion 3DR Power Module Problem
"So since no one responded, I tracked down the issue myself.
Apparently the values in Parameters.ino were not matching the Config.h values.
GSCALAR(battery_monitoring, "BATT_MONITOR", BATT_MONITOR),    // @Param: FS_BATT_ENABLE    // @DisplayName:…"
Apr 25, 2013
Jonathan Cheung posted a discussion
I am using ArduCopter V2.9.1. I am programming with Arduino 1.0.4.I have placed the following lines into the APM_Config.h.#ifndef BATT_MONITOR #define BATT_MONITOR 4 #endif #ifndef LOW_VOLTAGE #define LOW_VOLTAGE 11.1 #endif #ifndef VOLT_DIV_RATIO…
Apr 24, 2013
Jonathan Cheung replied to Jonathan Cheung's discussion VirtualWire.h Library Conflict
"I did some searching and GCS_MAVLink.h also has #include <util/crc16.h>. Can util/crc16.h be included in two separate files? If they cannot, could I get my hands on a ArduCopter 2.9.1 that does not include anything that might use MAVLink?"
Apr 14, 2013
Jonathan Cheung posted a discussion
Hello All,I know that I am posting this to the wrong section, but the ArduPilot Mega group is not as active as this group.We are using ArduCopter 2.9.1, which should be similar to you all's ArduPlane. One issue that we are running into is trying to…
Apr 10, 2013