Red LED Bot Board 2 and sound! Where's the problem?

Hey,

I just installed my botboard on my quadruped, but when i want to get the quadruped up in normal standing
position with this program the Red-LED turns on and some deep sound occurs:

enablehservo
hservo [p0\0,p1\0,p2\0,p3\0,p4\0,p5\0,p6\0,p7\0,p8\0,p9\0,p10\0,p11\0,p12\0] ;set initial servo positions(centered)
main
hservo [p0\0\150]
pause 1000
hservo [p0\0\150]
pause 1000

goto main

Can someone explain me my failure? I’m new to this forum.

Hi and Welcome.

The Atom has a factory program that turns the I/O pins on and off.
Remove the LED / push button jumpers if they are not being used.

As i understand P9 is the Speaker. and also i think you are restricted to only 8 pins for servos??!
0-3 and 4-7

EDIT
Pin 12 is the RED LED.

Here is a guide to help with the programming. it might be a good idea to test the board with this to see if its working correctly.
viewtopic.php?t=4747