Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds; generated 44 minute(s) ago.

  1. Replies
    2
    Views
    2,962

    Setting Address via ADC

    Hi,

    Just wondering if anyone has any experience or thoughts on setting the ID of a PIC by using the ADC and a resistor network, and mapping the value to an ID on startup. I would like to be able...
  2. Replies
    11
    Views
    8,532

    Im not very familiar with I2C, however I remember...

    Im not very familiar with I2C, however I remember seeing this:

    http://www.picbasic.co.uk/forum/showthread.php?t=587&highlight=i2cwrite

    See the first point, 'Do you have any CONSTANTS in the...
  3. Replies
    2
    Views
    2,908

    Better processing of a serial bitstream

    Hi,

    I have a little side task that I have been working on, basically its a string of RGB led's strung together to produce a decorative christmas lighting effect.. Each of the LED's is actually a...
  4. Replies
    7
    Views
    4,326

    Pipelining and other things..

    Hey,

    I've been using pbp pro for a while, however I have for the first time found a need to optimise code within a loop (software PWM) and in doing so have a few questions I was wondering if...
  5. Replies
    7
    Views
    6,364

    Hi, Problem solved with addition of 33pF cap...

    Hi,

    Problem solved with addition of 33pF cap between the line and ground..

    I am at a loss to explain why... Could there have been a high frequency ripple that I could not see on the scope since...
  6. Replies
    7
    Views
    6,364

    PIC18F2525 running at 20Mhz with a ceramic...

    PIC18F2525 running at 20Mhz with a ceramic resonator.

    The Rx line is fed directly from the XBee Tx, Tx (if relevent) goes through a voltage divider to give 3.3v input to the XBee..
    ...
  7. Replies
    7
    Views
    6,364

    USART Stops Receiving Characters

    Hi,

    Im having a problem where the usart sucessfully receives characters for a few seconds, each time sending a response, however inevitably stops receiving characters after a while (Interrupt is...
  8. Replies
    7
    Views
    4,449

    Hmm I tried the changes that bruce recommended...

    Hmm I tried the changes that bruce recommended and made sure lvp was off, but still not working... I get 'Activated' after everything i send to it (and the LED doesn't turn off)
  9. Replies
    7
    Views
    4,449

    No luck, still restarts after every HSERIN.. ...

    No luck, still restarts after every HSERIN..

    Strange thing is with only a few small modifications the code works on 16F chips.

    Also, if i send data with the wrong address byte, ie something...
  10. Replies
    7
    Views
    4,449

    HSERIN restarts PIC18F2525?

    Hey, im trying to (at first) get some simple RS-232 communications between a computer the pic using the following code:

    DEFINE OSC 20

    ' Setup Hardware for UART
    DEFINE HSER_BAUD 9600
    DEFINE...
  11. Replies
    6
    Views
    4,375

    Thanks, that was it.. Its amazing how I could...

    Thanks, that was it.. Its amazing how I could miss it after reading through the code so many times..

    One more quick question, is it possible to clear a single line of an lcd display, or atleast...
  12. Replies
    6
    Views
    4,375

    LCDOUT 4-bit data on 8-bit setting

    Hey,

    Im having trouble on a PIC16F88, as far as i can tell the code should be outputting the data on all eight pins of PORTB, but pins 4-7 are allways low, see the example below:

    DEFINE OSC 8...
Results 1 to 12 of 12