A simple startup question


Closed Thread
Results 1 to 7 of 7

Hybrid View

  1. #1
    teilhardo's Avatar
    teilhardo Guest


    Did you find this post helpful? Yes | No

    Default Still some trouble

    Hi Bruce,
    Thank you very much for the informative descriptions. Unfortunately, after programming word for word into cd lite and then programming the PIC, it still ceases to work. I attached 3VDC to VDD, ground to VSS and then using an ohm meter, tested the voltage at RB0 and RA0, but got 0V everywhere I tried. Is it possible that 2.55V (the measured series voltage in the batteries) is to low?
    Thanks,
    Tei

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


    Did you find this post helpful? Yes | No

    Default

    Minimum operating voltage for the non LF parts is 3V. Look in the data sheet under Electrical Specifications.

    Running at lower voltages, you'll normally need to turn off brown out detection, and power up timer.

    These are config fuse settings. You can change them by adding them to your config directive line, or using your programmers software.

    BODEN_OFF disables brown out detection allowing you to run the PIC at minimum voltage. PWRTE_OFF disables the power up timer.

    Change your config fuse directive line to something like this if you're not disabling these with your programmer before burn time.

    @ DEVICE MCLR_OFF,LVP_OFF,INTRC_OSC,WDT_OFF,BODEN_OFF,PWRTE _OFF

    You can save yourself a lot of time & aggravation by just getting a cheapo regulated +5VDC power supply. If you're just getting started, it's a lot easier working with 5V than a low-power design.
    Regards,

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

  3. #3
    teilhardo's Avatar
    teilhardo Guest


    Did you find this post helpful? Yes | No

    Default

    No wonder it didn't work. I'll run down to radioshack and see what I can get

Similar Threads

  1. Stupid simple question.....
    By chien_fu in forum mel PIC BASIC
    Replies: 18
    Last Post: - 23rd February 2010, 13:21
  2. Really simple question for you experts :)
    By lew247 in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 4th June 2008, 01:43
  3. SIMPLE question
    By ngeronikolos in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 5th February 2008, 18:27
  4. really simple, dumb question
    By picster in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 3rd March 2007, 22:02
  5. Simple question, I hope? (Serial control, 16F84A)
    By kevlar129bp in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 31st December 2005, 19:47

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