Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Robotics Chat


Robotics Chat Specific to discussions about robots and the making of.

Reply
 
LinkBack Thread Tools Display Modes
Old 7th March 2004, 09:42 AM   (permalink)
Default mini project help

i have found an interesting project on the site
http://www.geocities.com/tjacodesign.../cerberes.html
but it uses a pic mictocontroller . can the circuit be built with an 8085 processor(also using 8255) (if possible can u help me with the circuit diagram please)
my email id : c.n.murthy@indiatimes.com
manohar is offline  
Old 7th March 2004, 10:16 AM   (permalink)
Default Re: mini project help

Quote:
Originally Posted by manohar
i have found an interesting project on the site
http://www.geocities.com/tjacodesign.../cerberes.html
but it uses a pic mictocontroller . can the circuit be built with an 8085 processor(also using 8255) (if possible can u help me with the circuit diagram please)
my email id : c.n.murthy@indiatimes.com
You could use any micro-controller or micro-processer, but the advantage of the PIC is it's small size and lack of external components. Using an 8085 and 8255 is going to make it many times larger - as for a circuit, simply consult the datasheets - there's nothing complicated about it.
Nigel Goodwin is offline  
Old 7th March 2004, 06:28 PM   (permalink)
Default

Yeah, I agree with Nigel. PIC is more advatage, and it's easier to write asm code. I'm writing muchie in 8951, but finally I choose PIC for my graduate project. As you will see that the advantages of PIC family is not only the simple PICs, but the whole family, there many type of specific chips that you only have to learn one time. For this such simple project, 16f84 is good enough.
falleafd is offline  
Old 8th March 2004, 11:28 PM   (permalink)
Default

There are many 8051 chips out there these days. Philips has some 8 pin 8051s that require no external components. The assembly does have more intructions which is more complicated but you also have more to work with. But if you are new to microcontrollers you might want to stick with the same PIC used in the project example.

Brent
bmcculla is offline  
Old 9th March 2004, 04:50 PM   (permalink)
Default

Oh, I think PIC has fewer instructions because it's a RISC CPU, and each intruction need only one cycle. Other MC instructions may takes 2 or more cycles. With RISC CPU, each intructions operate a only one intruction. But to CISC CPU, one instruction may include 2 or more instructions. For example, if you want to save b'ff' to a register, in PIC, you have to move it to W register before move it to the register. But with CISC MC, you can write directly to move b'ff' to a register. But the fact that, the MOV instruction will do as move it to a shift register, than move b'ff' to your expected register. They are complex instructions. But PIC instructions is reduced.

Therefore, it's easier with PIC, and PIC can also do as much as any other chips could. Of course, I'm waiting for MICROCHIP to produce a fuzzy chip, but ....
falleafd is offline  
Reply

Bookmarks

Thread Tools
Display Modes





All times are GMT. The time now is 09:09 PM.


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

eXTReMe Tracker