by limor » Tue Sep 16, 2008 10:34 pm
by limor
Tue Sep 16, 2008 10:34 pm
AX12 is powered by 11V.
Arduino is supposed to be powered by 5V.
However, Arduino voltage regulator may be able to tolerate up to 14V.
Otherwise you can buy a small voltage regulator that will cost you next to nothing and solder it between the 11V and the input voltage of the aurduino.
once you have the voltage figured out, search Arduino in the Bioloid forum here. There have been plenty of threads talking about how to connect an Atmega board to the Bioloid bus. Any Atmega microcontroller running at 16mhz can communicated directly with the Bioloid bus. It is enough to short the RX and TX lines to the bus and run the UART at 1mhz, switching the RX/TX on/off as the synchronous communications occur.
In the case of the wCK you have even less to worry about because you just connect the RX and TX of the Arduino to the servo bus, set the UART to the right baud rate and talk with the servos.
AX12 is powered by 11V.
Arduino is supposed to be powered by 5V.
However, Arduino voltage regulator may be able to tolerate up to 14V.
Otherwise you can buy a small voltage regulator that will cost you next to nothing and solder it between the 11V and the input voltage of the aurduino.
once you have the voltage figured out, search Arduino in the Bioloid forum here. There have been plenty of threads talking about how to connect an Atmega board to the Bioloid bus. Any Atmega microcontroller running at 16mhz can communicated directly with the Bioloid bus. It is enough to short the RX and TX lines to the bus and run the UART at 1mhz, switching the RX/TX on/off as the synchronous communications occur.
In the case of the wCK you have even less to worry about because you just connect the RX and TX of the Arduino to the servo bus, set the UART to the right baud rate and talk with the servos.