AVR SSC-32 Servo Controller by Lynxmotion,Inc. a3v2r wrote:Control software FREE download
Thanks a3v2r,
I had try another controller,used MR-C3024 and RoboBasic to control my DIY bipedal robot.
http://www.youtube.com/watch...
Thursday, 3 April 2008 - 16:10
Power supply for ATmega 32 kam123 wrote:
Will there be any problem if a used the above mentioned regulator to power up my MCU?
Hi,kam123
Try this circuit (source from I Hakki Cavdar )
78XX series IC...
Thursday, 25 January 2007 - 15:07
RS232 without a max232 or similar ... estepario wrote:
Has anyone a circuit with rs232 transceiver with transistors?
Thanks a lot.
Hi,estepario
Simple RS232C Level Converter using Transistors http://www.kmitl.ac.th...
16 channel serial servo controller for robotic applications Dear all,
The code on the post Dec 20, 2006 - 09:40 PM https://www.avrfreaks.net/index.p...
I had study the code and have some questions need to help,thanks a lot.
Simulate 255,01...
16 channel serial servo controller for robotic applications Lajon wrote:AVR Assembler User Guide:
Quote:EXP2(expression) returns 2^expression
In this case it is used to make a bit mask from a bit number.
/Lars
Hi,Lajon
Was meaning
r20=...
a3v2r wrote:Control software FREE download Thanks a3v2r, I had try another controller,used MR-C3024 and RoboBasic to control my DIY bipedal robot. http://www.youtube.com/watch...
kam123 wrote: Will there be any problem if a used the above mentioned regulator to power up my MCU? Hi,kam123 Try this circuit (source from I Hakki Cavdar ) 78XX series IC...
estepario wrote: Has anyone a circuit with rs232 transceiver with transistors? Thanks a lot. Hi,estepario Simple RS232C Level Converter using Transistors http://www.kmitl.ac.th...
Dear all, Thanks everybody what you helped.After studied the code,tried to increase PWM pins,up to 24 channel successfully :o . And changed to AT89S51 chip(used assembly...
Dear all, The code on the post Dec 20, 2006 - 09:40 PM https://www.avrfreaks.net/index.p... I had study the code and have some questions need to help,thanks a lot. Simulate 255,01...
Dear all, In the code,I had trouble,How to use the r00-r15 ?It is so stupid question, :cry: but hope someone to help,Thanks a lot. Best Regards.
a3v2r wrote:Add cap 0.01u from RESET to GND. I use 0.1u What about ISP programming ? Hi,a3v2r I used the ISP programmer(Source from http://myweb.hinet.net/home17/ru...前言...
Dear all, Used eagle to create a board :P .
Hi,again So the output, PA0=1 PA1=1 ie ldi tsoutA, exp2(servo0) ; r20=00000001 ldi tsoutB, exp2(servo1) ; r21=00000010 rcall pwmA and run to pwmA pwmA: in temp, porta ; or...
Lajon wrote:AVR Assembler User Guide: Quote:EXP2(expression) returns 2^expression In this case it is used to make a bit mask from a bit number. /Lars Hi,Lajon Was meaning r20=...
; ******************************************* ; ** ** ; ** 16 Channel Serial Servo Controller ** ; ** For Robotic Applications...
Hi,all Hope a free AVR simulator to learn the code,which have the UART. Thanks a lot.
Pages