Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

PICBasic

Options
  • 13-04-2004 2:02pm
    #1
    Registered Users Posts: 3,341 ✭✭✭


    Hi,

    anyone here have any experience of PICBAsic. I need to do some electronics stuff for my hobby (flashing lights etc etc) and need to know if it is as good as they say or complete BS...


    oh, I dont want to learn assembler....

    thanks


Comments

  • Registered Users Posts: 2,717 ✭✭✭ARGINITE


    I think picC would be an easier option, especially if your using a lot of delays that and it work very well with MPlab.


  • Registered Users Posts: 448 ✭✭towbar


    Have you looked at the avr micros. You can use c with the free avr-gcc compiler and can get started with just a handful of components, even build your own programmer.

    Heres a good starter project
    http://www.kuro5hin.org/story/2003/4/15/124459/007


  • Registered Users Posts: 15,815 ✭✭✭✭po0k


    or sdcc.sourceforge.net
    It already does (or will very soon have) PIC support.
    I used it this year for my 3rd year project (coding drivers for LCD and keypad on the 8052 in C) and found it grand :)

    Also, for flashing lights etc, assembly is not that daunting tbh.


Advertisement