Find a Cheap uP Starter Kit and Compiler for LED Projects

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
meldave00
Messages
39
Reaction score
0
Hi,

I'm looking for a very cheap uP start kit that I can practice c language and perhaps assembly language on. I want to light up led's and stuff like that. Can anyone direct me to a good url to find one I can purchase.

I'm interested in the software (compiler), etc. too.

regards,

meldave
 
Engineering news on Phys.org
Triden,

Thanks for the response. Stupid question...Would you happen to know how I write C language with this? That is, how do I program this thing? Is there a c compiler that comes with this?
 
uP is shorthand for microprocessor. A uP would be more commonly used in general computing applications, like in a PC. A uC is a uP with IO funtionality, typically, and fewer memory interface functions.

I like the PIC series of uCs. Check them out, as well as development boards and compilers at Microchip's website. I'm pretty sure that there are free compilers available for them, and the MPLab ICD tool is fairly inexpensive:

http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=81

The cheapest uCs to play with are probably the Basic Stamp series from Parallax, but I don't know if you can program them in C:

http://www.parallax.com/html_pages/products/basicstamps/basic_stamps.asp
 
Last edited by a moderator:
I found a $36 start kit that I'm going to purchase from Microchip. Thanks