simple LED Blinking project


Results 1 to 5 of 5

Threaded View

  1. #1

    Unhappy simple LED Blinking project

    Hi Picers

    I have developed a few Pic projects without any problems in the past, but
    now I'm struggeling with a simple LED Blinking project.

    I have double check my circuit and replaced every component, but without any
    luck.
    The voltage on the MCLR pin is there, but the LED pin is dead, which tell me
    that the pic did not start.

    Attached is my PCB or it can be viewed at http://www.rieme.co.za/Question/PCB.gif.

    Here is my code:
    _________________________________________________
    Include "Modedefs.bas"

    DEFINE OSC 20 ' Set the Xtal frequency to 20mHz
    MYLED Var PORTB.7 '

    ADCON1 = 7
    Main:
    High MYLED
    Pause 1000
    Low MYLED
    Pause 1000
    goto Main
    end
    __________________________________________________

    Thank you
    Koos
    Attached Images Attached Images  

Similar Threads

  1. Conway's Game Of Life
    By wellyboot in forum mel PIC BASIC Pro
    Replies: 45
    Last Post: - 28th May 2020, 06:14
  2. A Serial GLCD 128x64 Simple Project
    By Oldspring in forum Off Topic
    Replies: 0
    Last Post: - 8th March 2010, 20:58
  3. Simple Blinking LED - WTF!!
    By johnnylynx in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 1st February 2010, 06:19
  4. 20 Mhz Crystal, simple blinking LED
    By BenjaminsShinob in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 16th October 2007, 05:06
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

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