Temperature Controller using PIC16F628A


Closed Thread
Results 1 to 35 of 35

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Posts
    27


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mackrackit View Post
    I like Pic Basic Pro.
    Pic Basic Pro is not a free tool..?

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


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by bentech4u View Post
    Pic Basic Pro is not a free tool..?
    Nope, but that is what we use here... Or the regular version of Pic Basic, a bit cheaper.
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Oct 2008
    Posts
    27


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mackrackit View Post
    Nope, but that is what we use here... Or the regular version of Pic Basic, a bit cheaper.
    k i got Pic Basic full version...

    then..

    is there any tutorials for that

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by bentech4u View Post
    k i got Pic Basic full version...
    then..
    is there any tutorials for that
    6 minutes from ordering to shipment to install...
    How does that work?

  5. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Wow you got it fast Teleportation exist now

    Well, there's code example on Melabs website, when you purchase PBP the manual come with, and there is this forum.

    That's more than enough code example
    Last edited by mister_e; - 28th October 2008 at 23:50.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  6. #6
    Join Date
    Oct 2008
    Posts
    27


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mister_e View Post
    Wow you got it fast Teleportation exist now

    Well, there's code example on Melabs website, when you purchase PBP the manual come with, and there is this forum.

    That's more than enough code example
    k then how can i learn PIC16F628A programming easily

    explain the steps

    thanks 4 your rply

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


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by bentech4u View Post
    k then how can i learn PIC16F628A programming easily

    explain the steps

    thanks 4 your rply
    Read
    the
    manual
    and
    data
    sheet

    And this will be something you need to know.
    http://www.picbasic.co.uk/forum/showthread.php?t=543
    http://www.picbasic.co.uk/forum/showthread.php?t=561
    Dave
    Always wear safety glasses while programming.

  8. #8
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Well really first step is to download the PIC datasheet on Microchip's website. Then you try to read most part of it.

    Read your PBP manual and try the very first LED Blink example.

    Attach some push button, LCD or whatever else fancy hardware to your PIC and try the related commands listed in the PBP manuals.

    Sure there will be some issues, when it's the case, just paste your code and schematic here and we will help you to understand what happen and why.

    Do a search within this frum with PIC16F628, sure enough, youčll find tons of code example as it was, and still, a really popular PIC model.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  9. #9
    Join Date
    Oct 2008
    Posts
    27


    Did you find this post helpful? Yes | No

    Default

    What is CC5X C compiler...?

  10. #10
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    It's another compiler type. Their demo version is limited as well.

    http://www.bknd.com/cc5x/

    And of course, not supported by this forum.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  11. #11
    Join Date
    Oct 2008
    Posts
    27


    Did you find this post helpful? Yes | No

    Default

    This forum is really Great

    thanks friends

    me already downloaded CC5X C...how it works

    is there any visual developer for PIC..?

  12. #12
    Join Date
    Oct 2008
    Posts
    27


    Did you find this post helpful? Yes | No

    Default

    me downloaded PIC Basic pro ful

    how to run it

    me extracted that..in that folder their is a exe file named as PBP.EXE

    me just double click on it..nothing happens

    guide me

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


    Did you find this post helpful? Yes | No

    Default

    Dave
    Always wear safety glasses while programming.

  14. #14
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by bentech4u View Post
    me downloaded PIC Basic pro ful
    Hmmmm.....How does that work?
    What site did you get that from? I want a copy too.

  15. #15
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Talking Best "Message of the year" award !!!

    Quote Originally Posted by bentech4u View Post

    me downloaded PIC Basic pro ful

    guide me

    Did you Also download the registration Key ???

    ROFL ...

    Hi, Ski ... doesn't ring a bell somewhere ??? I Call that Bittorrent or Emule ...

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

Similar Threads

  1. Help Pic16f628a
    By gadelhas in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 26th August 2008, 23:22
  2. Conversion problem
    By eva in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 15th March 2007, 18:21
  3. Help for decimal conversion
    By eva in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 15th March 2007, 18:20
  4. temperature controller
    By PoTeToJB in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 24th April 2006, 20:01
  5. Serout "onewire.bas"
    By puru in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 6th July 2005, 00:14

Members who have read this thread : 1

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