We got a project from school to build a quadcopter.
They gave us a flamewheel 450 set ( this has the frame for the quandcopter and his engines)
They also gave us an APM2board.
we are haveing alot of problems programming and testing this board.(none of us has worked with arduino before)
We would like to know how we can test simple programs(like a flashing LED) on this board to learn us work with arduino.
we are quite confused with the 3 pins for each output and input and dont know where we should find our signal we programmed.
hope for a quick response
thanks in advance
Greetings Hannes De Bie.
HannesDeBie:
We would like to know how we can test simple programs(like a flashing LED) on this board to learn us work with arduino.
That's a sensible starting point.
Download and install the IDE. It comes with many examples that you can install and run on your Arduino.
If the type of Arduino you are is not one of the standard ones that the IDE knows about then you may need to create a new 'boards' entry for it. In that case I would expect the vendor of your board to provide the information you need to do that.