Listen To Baylor Football Games Live Online Radio Stream SiriusXM Free iphone, ipad

1 Comment

  1. You can connect a uC(micro Controller) to the PC via just about any I/O port. Parallel, Serial, USB, IR

    For individual IC uC you typically use a development board and special software for programming ( Serial port or USB typical).

    The development board provides a basic amount of circuitry to allow not only communications to/rom the IC but adds hardware like switches and LEDs ect connected to the chip. This allows the rapid development of software without having to construct a circuit. (Later a dedicated circuit can be created to finalize development on.)

    uC suppliers like Microchip and Atmel sell their versions for prices which range between 80 and 150 dollars. If you just want to play arround with a uC you can by a sample or demonstrator uC. Atmel makes the BUTTERFLY which is a business card sized circuit complete with an LCD, uC joystick, temp sensor, light sensor for $ 25. If you go this route I highly recommend purchasing the book listed below on programming the Butterfly in C for $ 50

    TI makes a demo board as well for thier MSP430 which plugs into a USB port.

    An excellent online source for parts is Digikey

    EDIT:
    Programming in BASIC usually requires purchasing a Compilier which is dedicated to a particular brand of uC. Otherwise you will have to use the free assembler programs provided by the manufacturers to program the uC’s.

    A notable exception is with the BASIC Stamp by Parallax. this comes with a free PBASIC compilier.

    I would recommend learning C and programming micro controller apps in C . Other than assembly language, C seems to be the most widely used language for embedded programming of uC’s.

Comments are closed.