Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Micro Controllers


Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc.

Reply
 
LinkBack Thread Tools Display Modes
Old 13th April 2005, 07:41 AM   (permalink)
Default

what do you mean by "protection diode"? 4148? zenner? LED? what type of diode?
UnD3aD is offline  
Old 13th April 2005, 12:10 PM   (permalink)
Default

its an general purpuse diode that is in parallel whith the motor an coducts the oposite way that we aply curent.

It aculy an short curcut for back emf.

it dosent need to be big since it dosent have to conduct a lot of curent.
__________________
Il give you shocking experience.
Someone Electro is offline  
Old 14th April 2005, 04:11 PM   (permalink)
Default

thank my man. I will try the MickoBasic. can you give me example of line tracking code in basic.
owika is offline  
Old 14th April 2005, 04:48 PM   (permalink)
Default

Code:
#include <system.h> 

void main() 
{ 
trisa = 00b; 
trisb = 111b; 
porta = 00b; 
while(1){ 
switch(portb) 
{ 
case 100b: porta = 10b;break; 
case 110b: porta = 10b;break; 
case 010b: porta = 11b;break; 
case 011b: porta = 01b;break; 
case 001b: porta = 01b;break; 
case 000b: porta = 00b;break; 
case 111b: porta = 00b;break; 
} 
} 
}
i made this but i don't know if it works... didn't build my car..
UnD3aD is offline  
Reply

Bookmarks

Thread Tools
Display Modes





All times are GMT. The time now is 04:08 AM.


Electronic Circuits  |  Learning Electronics
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

eXTReMe Tracker