Page 1 of 2 12 LastLast
Results 1 to 12 of 13

Thread: PIC newb in need of some advice:)

  1. #1
    Registered
    Join Date
    Dec 2010
    Location
    croatia
    Posts
    106
    Downloads
    0
    Uploads
    0

    PIC newb in need of some advice:)

    well, as the title says, i need some advice regarding PIC's. first of all, which PIC should i get, as a starter? i've never had contact with PIC's, and i don't know which one to start with. second, which programmer (or programmer kit) is the simplest to use? again, have in mind that i'm a total newb regarding PIC's.
    thanks in advance!


  2. #2
    Registered
    Join Date
    Jan 2006
    Location
    USA
    Posts
    2,459
    Downloads
    0
    Uploads
    0
    I started out with a homemade programmer and a 16F84. Now I use a PICKIT2 and various PIC models. For dirt cheap entry, it would be hard to beat this: Microstick for dsPIC33F and PIC24H Development Board however you might outgrow it quickly if you really get into it. I would suggest starting with the cheapest solution (above) and then you will have a clue about which options are available for you to pursue your interests.

    Matt


  3. #3
    Community Moderator Al_The_Man's Avatar
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    18,952
    Downloads
    0
    Uploads
    0
    I believe the flavour of choice now to start with is the very useful 16F628a. it has a few usefull features for its size, analogue input, PWM, UART etc
    If you want a good practical tutorial to start off with that cover the above features, see Nigel Goodwins site.
    Nigel's PIC Tutorial Page
    Al.
    CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.


  4. #4
    Registered
    Join Date
    Dec 2010
    Location
    croatia
    Posts
    106
    Downloads
    0
    Uploads
    0
    great! thanks, guys. this should be enough for me to get going, and later we'll see how it works out. i also noticed that i missed the subforum altogether. i'll make a thread like this in the PIC section of the forum. maybe there are other noobs like me seeking knowledge


  • #5
    Registered
    Join Date
    Apr 2010
    Location
    Singapore
    Posts
    228
    Downloads
    0
    Uploads
    0
    If you've never programmed PIC before, the boards from Chipkit (chipKIT Forums) are a great starting point.

    You program them through the USB interface, using either the Arduino-compatible development environment (if you like it), or alternative development environments such as Eclipse, Code::Blocks, etc.

    A free compiler is available through the GCC collection.


  • #6
    Registered
    Join Date
    Mar 2009
    Location
    USA
    Posts
    121
    Downloads
    0
    Uploads
    0
    I bought/assembled a Velleman kit which was compatible with free programming program, but didn't get too far with it as programs got more and more complicated. I ended up with an EasyPic6 development board from MikroElectronica which has worked very well and includes great features. I'm using their programming environment and it works well also. None of it is cheap, but you'll be covered up to 40 pin PICs. They make other boards for all types of microcontrollers as well if something else strikes your fancy.

    Ken


  • #7
    Community Moderator Al_The_Man's Avatar
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    18,952
    Downloads
    0
    Uploads
    0
    The one nice thing about going the route in tutorial page I mentioned, there is about 10 or 12 starter projects that costs just a few $$$ using cheap strip board.
    A Pic programmer or design should be found on the web for less than $30.00.
    Al.
    CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.


  • #8
    Registered
    Join Date
    May 2007
    Location
    USA
    Posts
    86
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by ksanalytical View Post
    I bought/assembled a Velleman kit which was compatible with free programming program, but didn't get too far with it as programs got more and more complicated. I ended up with an EasyPic6 development board from MikroElectronica which has worked very well and includes great features. I'm using their programming environment and it works well also. None of it is cheap, but you'll be covered up to 40 pin PICs. They make other boards for all types of microcontrollers as well if something else strikes your fancy.

    Ken

    I've use the MikroElectronica boards for several years and they are great. They even have a "Start USB" that has the PIC, USB and a prototyping area. Best thing is, it has a bootloader, so no programmer required and is only $19. This uses an 18F2550 which is a great chip. I personally have been using the 18F series for a couple years now and am anxious to try out the 18FK series due to low power consumption, etc.

    Mikroe recently released their EasyPIC v7 which I have on order from HobbyPCB.com ...this model supports the 18FK chips.

    Curtis


  • #9
    Registered
    Join Date
    Jul 2005
    Location
    UK
    Posts
    447
    Downloads
    0
    Uploads
    0
    im going to disagree with everyone, and suggest that you buy a pickit 3 debug express kit. The pickits are cheap usb programmers that support debugging, which is a better choice over bootloader based boards when you are starting, as you can breakpoint stuff. The debug express pack includes the programmer and a pic18f45k20 micro, and some tutorials and demos to get you started. Also being from microchip, there are a load of appnotes for the board, demoing off different functionality.


  • #10
    Registered James Newton's Avatar
    Join Date
    May 2005
    Location
    USA
    Posts
    857
    Downloads
    0
    Uploads
    0
    I'm with daedalus. Being able to "watch" the processor run, and set breakpoints, see what the IO pins are /actually/ reading... all that comes with in circuit debugging and it's just invaluable. And not just for getting started; I charge double for contract jobs where I have to work without a debugger! ,o)

    You might also want to join the PICList PIClist, Microchip PIC or read some of the pages there.
    James hosts the single best wiki page about steppers for CNC hobbyists on the net:
    http://www.piclist.com/techref/io/steppers.htm Disagree? Tell him what's missing! ,o)


  • #11
    Community Moderator Al_The_Man's Avatar
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    18,952
    Downloads
    0
    Uploads
    0
    There are 3rd party programmers that use the Pickit 2 firmware and run under MPLAB but have the programming and debug socket on board, cheaper and more features than the Microchip Pickit 2.
    There is a US and Canadian Ebay vendor, ebay 120733368560.
    Al.
    CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.


  • #12
    Registered
    Join Date
    Oct 2005
    Location
    Australia
    Posts
    2,387
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by James Newton View Post
    I'm with daedalus. Being able to "watch" the processor run, and set breakpoints, see what the IO pins are /actually/ reading... all that comes with in circuit debugging and it's just invaluable. And not just for getting started; I charge double for contract jobs where I have to work without a debugger! ,o)
    ...
    I haven't bothered using the simulator or debugger in years. They're tools for people... who write code that doesn't work.


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. NEWB - Need advice on kit/plans for aluminum cutting
      By piperpilot in forum DIY CNC Router Table Machines
      Replies: 2
      Last Post: 10-27-2011, 07:03 AM
    2. New Machine Build- Newb looking for advice on diy cnc mill thats rigid
      By joedesu1 in forum Open Source CNC Machine Designs
      Replies: 1
      Last Post: 10-05-2010, 04:51 PM
    3. newb needs advice on pic project
      By anilam in forum PIC Programing / Design
      Replies: 2
      Last Post: 11-10-2009, 02:39 AM
    4. Need advice, newb question here.
      By DerHammer in forum Fanuc
      Replies: 6
      Last Post: 11-13-2007, 01:23 AM
    5. Advice for a Complete Newb on DIY CNC
      By waglo in forum DIY CNC Router Table Machines
      Replies: 2
      Last Post: 04-05-2005, 08:59 AM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.