I am running the latest version of MP (1.2.28) and am getting some strange behavior.
When I connect to my APM (2.5) and refesh the parameters it goes ok. Once the parameters are loaded the screen goes into a repainting loop as it tries to display. T
I see that on the download site there are param files that list all the setting used to fly a given platform. As there is one for the platform I'm using (3DR Hex), I'd like to try it, but I don't know where/how to implement the file.
During initialization and runtime, LED B is not lit. It never flashes.I am bench testing the GPS and Wireless Telem. I do not have all servos hooked up.The doc doesn't say what the individual LED's mean, only that B should flash then go on solid.Than
During initialization and runtime, LED B is not lit. It never flashes.I am bench testing the GPS and Wireless Telem. I do not have all servos hooked up.The doc doesn't say what the individual LED's mean, only that B should flash then go on solid.Than
I am hooking up a couple of additional digital lines to AN4 and AN5 as labeled on the IMU. How do I reference them as digital pins from within the code? For example...pinMode(???,OUTPUT);...digitalWrite(???,HIGH);...digitalWrite(???,LOW);What is ???T
Is there a PDF version of the IMU schematic online anywhere? I am looking for info on the ports labeled AN0 - 5 on the end of the board. My goal is to add both digital and analog devices but am not sure that these are the pins.Thanks In Advance.