Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: james; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    33
    Views
    14,199

    Mclr?

    David,

    You had mentioned that the configurations were a mystery to you. Why dont you post the configurations settings that you've been using. If you had it working once, then the code would...
  2. Thread: 120v control

    by james
    Replies
    11
    Views
    6,863

    thanks, the info you've provided is greatly...

    thanks, the info you've provided is greatly appreciated.

    Does this look like the hardware necessary for connecting an IC to a relay? or is there potentional for failure here?
  3. Thread: 120v control

    by james
    Replies
    11
    Views
    6,863

    120v control

    I'd like to build a circuit where I can control 120v AC, basic on/off switch. I would also like to be able to control 12v DC with the same PIC chip. I an fairly new with programming but feel I can...
  4. Replies
    7
    Views
    4,583

    Not clear?

    I dont think my orginal explanation of this project was clear enough.

    Digits come at intervals of 30 seconds. Total digits per input = 1. Total inputs per code = 4 So I need to scan for 2...
  5. Replies
    7
    Views
    4,583

    Schematic Round 2. . . fight

    I learned the @ device command from my boss, for setting the fuses. The binary comes from page 130 of the datasheet for PIC16F88.

    Schematic should be readable now, although Im fairly positive my...
  6. Replies
    7
    Views
    4,583

    Update

    I added the fuses into the original post. The home-made schematic is attached to this post.

    MCLR is tied to 5V via 1k resistor

    Problem I'm having at the moment is only LED1 will light up. If I...
  7. Replies
    7
    Views
    4,583

    Am I heading in the right direction?

    PIC16f88, 4 LED's with 3904's, 4 push switches <---sums up the hardware used.

    Im on a new project, and am having some troubles sorting out my thoughts into code.

    The idea of the project is to...
  8. Thread: ds1820 error

    by james
    Replies
    13
    Views
    8,266

    Did you set internal osc? Right after you...

    Did you set internal osc?

    Right after you compile, the screen comes up to program the chip. if you click view -> configuration. You can set INTOSC.

    a place I've tripped up before, just a...
  9. Replies
    9
    Views
    8,894

    Thank you, everyone who helped! Added Darrel's...

    Thank you, everyone who helped!

    Added Darrel's code into my program and still had no luck. I then put adval straight on to the LCD to see what kind of value I was getting, Ended up being a 5 digit...
  10. Replies
    9
    Views
    8,894

    Still having problems

    majid,

    Define ADC_BITS 8 'Set number of bits in result

    This should take care of changing the result from 10bits to 8bits, and would eliminate the need for setting...
  11. Replies
    9
    Views
    8,894

    Shed some Light

    I still cannot come up with a solution as to whats wrong with the A/D converter. I've used Mister E's "PicMultiCalc" to make sure my clock/bits and sampleus are defined correctly, though it was not...
  12. Replies
    9
    Views
    8,894

    Correct way

    Whats the corect way for posting code in the nice window?

    I thought it was code: then /code ?
  13. Replies
    9
    Views
    8,894

    Need advice on A/D

    Hello,

    I am currently working on a project that consists of a Seconds Counter, 2 A/D inputs(1 for Temperature, 1 for monitoring battery voltage). The idea is to take the data and transmit...
  14. Thread: Beginner + Servo

    by james
    Replies
    3
    Views
    4,086

    thank you for your quick response! please...

    thank you for your quick response!

    please excuse my typo earlier, PIC16F648A is the chip Im using.

    and the "CMCON = 7" at the beginning of my code fixed the problem with my switches not...
  15. Thread: Beginner + Servo

    by james
    Replies
    3
    Views
    4,086

    Beginner + Servo

    Hello,

    Am in my first month of learning to program, and have completed most projects in the " PicBasic Projects - Book, by : Dogan Ibrahim ".

    I am currently trying to control a servo...
Results 1 to 15 of 15