Find a Cheap uP Starter Kit and Compiler for LED Projects

AI Thread Summary
A user is seeking an affordable microcontroller (uC) starter kit to practice C and assembly language for LED projects. Recommendations include the AVR Butterfly from Atmel, which comes with free development software (AVR Studio), and the PIC series from Microchip, which also offers free compilers and inexpensive development tools. The Basic Stamp series from Parallax is mentioned as a low-cost option, though compatibility with C programming is uncertain. The user has decided to purchase a $36 starter kit from Microchip. This discussion highlights various options for beginners in microcontroller programming.
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
I am not sure if you mean uC as in microcontroller as I havn't personally heard of uP before. But if it is infact a uC you are looking for, try the AVR butterfly made by atmel. Here is a link: http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3146

The development software (avr studio) is a free download from Atmel.
 
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
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top