We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2011/10/05 06:04:36 AM CEST
Communication > CAN / LIN / RS485
He do can someone make a example for the Dynamixel AX-12+ servo in mikrobasic for the pic16f887 or 16f877a , i have two of this servos but dont know how to use then , can i use the ONE-WIRE Lib
or wont that work here the datasheet of the motor .
http://www.agaverobotics.com/products/servos/robotis/ax12/ax12-protocol.aspx
Or can someone tell me what to use to control then. whit a pic
thanks for your reaction
posted on 2011/10/05 12:03:26 AM CEST
Does anyone have example UART commincation using PIC16F1827 (mikroC PRO for PIC) ?
posted on 2011/10/02 05:04:01 PM CEST
Does anyone have any experience building an Embedded Shoutcast Stereo Audio Encoder?
posted on 2011/09/28 12:21:41 PM CEST
Hello.Pardon me,I forgot to write my PIC clock;I used a 20MHZ crystal;XTAL=20MHZ and
want to measure 1usec up to 1sec.
Thanks,
posted on 2011/09/28 08:44:01 AM CEST
Hello.I want to active and ON a timer like TIMER1 of PIC 18F8722 in my main program and whenever I applied a positive going pulse input to pin RB2/INT2 of that PIC, then the TIMER1 turns off immidiately and calculate the time interval
passed between TIMER1turned ON and turned OFF in usec ,msec or sec. .The range of time is from 1usec up to 1 sec.
Would you please give me the above code?
Thanks,