hello everybody i just want to know how to move 3 servo using 1 hotkey with my computer is that possible?need help and maybe an example code
wich language should i use i want a code that is fast and usefull
im totaly new i want to program a brat robot from lynxmotion
thx
marco
sorry for my bad english i french…
and if i want to code it with the axon mcu?
If you are using a servo controller, the best course of action would be to create a custom application in C# (or any other language), which transmits commands via your COM port to the servo controller. Then it is simply a matter of coding your custom logic.
In terms of code, this depends on the language. In pseudo code it would resemble this:
If key pressed (space bar) then
send command to controller
else
do nothing
It may help if you clarified which motor controller you are using. Do you have an SSC-32?
Lynxmotion has a tutorial for the SSC-32 and Bluetooth:
lynxmotion.com/images/html/build117.htm
You may find the BlueSmirf modules on our website.
The AXON can control servos directly - you would not need the SSC-32 on top of that. You can communicate with bluetooth or a transmitter/receiver via the UART (T, R, G).
Nous parlons aussi en français!
Vous pouvez utiliser la librairie de Python pour les contrôleurs de servomoteurs Pololu: Python Pololu library

Pololu Micro Maestro 6-channel USB Servo Controller
If you want to make a Bluetooth servo controller we suggest using a serial servo controller and a Bluetooth serial port. You might also need jumper wires to make the connection.
[size=6]+[/size]