Suitable for a College project?


Closed Thread
Results 1 to 10 of 10
  1. #1
    Join Date
    Sep 2007
    Posts
    3

    Default Suitable for a College project?

    Hi there,
    I'm looking inro microcontrollers for my college project. How ever I'm pretty stuck on what sort of microcontroller to begin with! I've only a small budget of £25 and thats to include other components aswell as the microcontroller.

    I've experience in some Assembly,C++ and some BASIC. So basically I'm looking into a microcontroller that can be programmed easily by BASIC or assembly?
    A few beginners tutorials would be handy too.

    Would PicBasic be suitable for my needs? I intend to gradually make a small,simple functioned robot that perhaps follows a line, senses obstacles etc etc

    Any general push in the right direction will be greatly appreicated
    Many thanks
    Matt

  2. #2
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Hi Matt,
    You have the problem that plagues college students world wide, limited funds. So a couple of questions are at hand, #1. do you have a programmer, or access to one, and #2. how good are your assembly language skills? If answer to #1 is no then, can you build one for near nothing? It is do able but lots of hassel, $8 to $10 US on ebay for a JDM, which is all I use right now, using ICPROG software. Otherwise you will want to use an MCU with a built in bootloader so as to avoid that initial cost, Catch 22, They (MCU) cost more than standard PICs or AVRs, so you might fit only 1 or 2 into your budget.<p>
    Other concerns are the cost of the basic compiler, I understand there is a demo version of ME Labs which is limited to " X " lines of code. That is an option. There are some free versions of C compilers out there as well, or you can write it all in assembly for free and use MPASM to assemble programand their other software tools for PICs or their competetors likely also have software tools free for the download. Some of the "aftermarket" chips are available with preinstalled bootloaders and free software tools, (which is why they cost so much more than a PIC chip). Most of the aftermarket chips are a PIC with something already installed. <p>
    HTH
    JS.
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  3. #3
    Join Date
    Sep 2007
    Posts
    3


    Did you find this post helpful? Yes | No

    Default

    Thanks for the reply!
    The parents are willing to buy a pic programmer for me and the software required, so there for the £25 leaves me for the components for my circuits.

    The question is what programmer and software? I would really prefer BASIC software
    So any further recommendations?

    Many thanks
    Matt

  4. #4
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Hi Matt,
    here is Bruce's website, he is an authorized distributor of PIC Basic PBC, and PIC Basic PRO PBP, which are the 2 compilers supported on this forum.

    http://www.rentron.com/
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  5. #5
    Join Date
    Sep 2007
    Posts
    3


    Did you find this post helpful? Yes | No

    Default

    Are the programmers any cheaper?
    Or is the other only other operation to build or buy a jdm?

  6. #6
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    PICKIT2 from MICROCHIP is around $40 or $50. That and PBP--all set.
    Dave
    Always wear safety glasses while programming.

  7. #7
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Forgot to mention that MICROCHIP will give out samples (three at a time I think ) and National Semiconductor also has samples, (voltage regulators, LM34, etc) You can get resistors, capacitors, and resonators cheap from surplus stores like allelectronics.com.

    You may want to try to start with a mix of 16F676, 16F684 both have internal oscillators and for something a bit bigger a 16F877A (needs external OSC). The 18s are a bit "cranky" to start with but you will soon work you way up.
    Dave
    Always wear safety glasses while programming.

  8. #8
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    MeLabs released a new demo version with support for several more PIC series.

    Demo version PIC MCU support:

    12F683, 16F627(A), 16F628(A), 16F688, 16F690, 16F84(A), 16F870, 16F871,
    16F872, 16F873(A), 16F874(A), 16F876(A), 16F877(A): Supported.

    http://www.microengineeringlabs.com/...s/PBPDEMO3.EXE

    You might be surprised at what you can do with even the demo.

    We have a few simple robotics projects in our Micro-Bot projects section that
    were done with the demo version http://www.rentron.com/Micro-Bot/index.htm

    Build or buy yourself a decent programmer that can handle controllers supported
    by the demo version, and you're off to the races. A good solid device programmer
    is worth its weight in gold. You'll see what I mean once you get started.

    Nothing beats getting the full paid version at some point, but you can get a small
    robot up & kicking around the house with the free PBP demo.

    Last week we sold 2 complete development packages to a college student that made
    the cash in his spare time, selling gadgets he made with the demo, to pay for
    everything.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  9. #9
    Join Date
    Aug 2006
    Location
    Omaha, Nebraska USA
    Posts
    263


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mackrackit View Post
    Forgot to mention that MICROCHIP will give out samples (three at a time I think ) and National Semiconductor also has samples, (voltage regulators, LM34, etc) You can get resistors, capacitors, and resonators cheap from surplus stores like allelectronics.com.
    Fairchild also has a generous sample program.
    Russ
    N0EVC, xWB6ONT, xWN6ONT

    "Easy to use" is easy to say.

  10. #10
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Bruce View Post
    Last week we sold 2 complete development packages to a college student that made
    the cash in his spare time, selling gadgets he made with the demo, to pay for
    everything.
    Very cool, Bruce !
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

Similar Threads

  1. A Serial GLCD 128x64 Simple Project
    By Oldspring in forum Off Topic
    Replies: 0
    Last Post: - 8th March 2010, 20:58
  2. A Temperature & Humidity Data Recorder Project
    By Oldspring in forum Off Topic
    Replies: 0
    Last Post: - 9th July 2008, 18:47
  3. Suitable for a PIC?
    By George in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 9th July 2007, 13:31
  4. Help on coding/ selecting PIC chip for project
    By lovemeok in forum General
    Replies: 0
    Last Post: - 27th July 2006, 19:21
  5. A category for Project Ideas
    By Pic_User in forum Forum Requests
    Replies: 2
    Last Post: - 23rd June 2006, 07:29

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts