Hi ,I would like to do simple but interesting circuits using microprocessors Is it possible without a microprocessor trainer kit ?
- posted
16 years ago
Hi ,I would like to do simple but interesting circuits using microprocessors Is it possible without a microprocessor trainer kit ?
Hi ,I would like to do simple but interesting circuits using microprocessors Is it possible without a microprocessor trainer kit ?
Yes.
If by this you mean 'without a microprocessor board already made that people charge money for' - certainly if you want to build your own.
There are plenty of micros out there that run slow enough (to the outside world) that don't need special care due to high frequency issues. You would, however, need to supply the proper power.
Cheers
PeteS
Google PicAxe ... a ton of stuff, easy and cheap, project designs, free software, ...
"venkatsr" schreef in bericht news: snipped-for-privacy@e3g2000cwe.googlegroups.com...
No it isn't. You will need some assembler or compiler to write the program. You will need some hardware to program the micro. You want to see what happens (if anything) once the program is running.
That's not to say you need to buy a trainer kit. You can make up one of your own. For instance you can download Microchips PIC assembler and all the PIC datasheets you need, including the assembler manuals.
You will have no nicely printed manuals, no CD inluding all the software and datasheets, no readily buid programmer cum breadboard and no right for the support that comes with a training kit. It's just about choices and money.
You can do about the same for AVR micros. FAIK ATMEL has a free assembler and I was told there to be a very good GNU C-compiler for them. Programmers are also widely available.
You can find several other micros as well. Just google.
petrus bitbyter
If you mean, "can I use a solderless breadboard to make microprocessor circuits?" then yes, there are many MCUs that are available in the good old DIP format. I've got some R8C chips in 20 pin DIPs on order for exactly that purpose - the final project will use the TSOP chips, but I wanted to try some things on protoboard first.
Did you have something specific in mind?
Also, note that some micro kits are very inexpensive - Digikey has an H8/Tiny starter kit for $49, for example, or a non-stocked R8C starterkit for $38.
Is your goal to learn about a specific chip? Or do you simply want to fool around with digital interactions with the outside world? If the latter, note that you can do quite a lot with the parallel (printer) port on an old computer (Win9x or earlier). You can write all your control code in whatever language you are already comfortable with. Then, when you have a routine you would like to put into an actual chip, you will already have the basic logic worked out.
Lots of port info at
Just a thought....
Bob Masta dqatechATdaqartaDOTcom D A Q A R T A Data AcQuisition And Real-Time Analysis
Don...
-- Don McKenzie E-Mail Contact Page: http://www.dontronics.com/e-mail.html
Yes. The PICAXE is exactly what you want:
They can even be programmed with flowcharts, so no need to learn assembly, C, or even BASIC.
Dave :)
Yes, but it's a LOT more work.
Good Luck! Rich
You have a decent chance of winning a 16F88 trainer.
Simulators will only get you so far... You need a debugger or an ICE.
Rich Grise wrote:
It's also possible without microprocessors! See:
all-transistor CPU
simplex 3
relay computer
Don S.
Magic 1
TTL computer kit (in German)
((((((((((((((((((((((( ( ( (o) ) ) ))))))))))))))))))))))) William J. Beaty Research Engineer snipped-for-privacy@chem.washington.edu UW Chem Dept, Bagley Hall RM74 snipped-for-privacy@eskimo.com Box 351700, Seattle, WA 98195-1700 ph425-222-5066 http//staff.washington.edu/wbeaty/
Or semiconductors!
hi, i m prateek working on 32 bit processor, i got struck with its coding when at the time of compling it showed an error saying" entry point does not point to an instruction", could u please help me out. Prateeh Sethi snipped-for-privacy@gmail.com
hi, i m prateek working on 32 bit processor, i got struck with its coding when at the time of compling it showed an error saying" entry point does not point to an instruction", could u please help me out. Prateeh Sethi snipped-for-privacy@gmail.com
it doesn't know where to start executing your program, (or some part of it)
Bye. Jasen
ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.