Sort by
HI, I am trying to add a small control joystick to apm 1 expansion ports.
but I have some problems.
I was able to put the code right and read the pots.
but I noticed that the the volt on the control pins are NOT separated, meaning that one pot changes t
Read more…
tried to add
pot1_analog_source = hal.analogin->channel(AN6);
pot2_analog_source = hal.analogin->channel(AN7);
and then use
pot1_analog_source->set_pin(AN6);
pot1_analog_source->read_average();
pot2_analog_source->set_pin(AN7);
pot2_analog_source->read_aver
Read more…
my APM1 doesn't want to init, I use it with ARMING_CHECK 0 so it will pass all the annoying checks, but he keeps on failing to initialize , any help
Read more…
Hi , I would like to open a new thread for information on debugging the code.
I am quite a newbie to this area , but I now how to program C .
I never tried to program such Hardware.
I would like to know how is it possible to debug the code, Using a s
Read more…
I want to get into it, but I cannot find a place where they tell me, which parts do I need , and which ones are more recommended
I would like to get info on:
auto pilot
gps module
pc communication
etc
thankd guys
Itay
Read more…