Itay Guy's Discussions (5)

Sort by

Using the expansion ports in apm1

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…

Using the expansion pins in apm1

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…

IDE for debuging

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…

newbie - what parts do i need?

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…