Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,302

    Digital accelerometer MMA7455L

    Looking for some examples using this chip before I purchase. Any help appreciated.

    thanks in advance
  2. Replies
    9
    Views
    4,702

    I have used a pic and a cs5524 (24 bit a/d ) ...

    I have used a pic and a cs5524 (24 bit a/d ) this uses shift in / out commands. I had 19 bits efffectivly. Remember your input circuits need to be layed out carefully to take advantage of available...
  3. Replies
    7
    Views
    4,805

    reply

    INCLUDE "MODEDEFS.BAS"
    Define OSC 20 '20 meg clock`
    'define PULSIN_MAX 26000 ' MAX TIME TO READ PULSE 800US added
    ' Define LCD connections

    B2 var PORTB.2
    B1 VAR PORTB.1 ...
  4. Replies
    7
    Views
    4,805

    reply to dwayne

    Dwayne,

    I use Portb.0 as key and Portd.4 to measure pulse. I am decodeing apulse stream from a radio to determine a time zero " time begins now pulse" the first tone is 1khz for approx. 10 cycles...
  5. Replies
    7
    Views
    4,805

    pulsin followed by serin2 problem

    I am measuring pulse length.This routine works fine as long as I comment out serin2 command. It appears that pulsin command is affected or timing when I add serin command. I no longer decode valid...
  6. Replies
    2
    Views
    3,109

    Thanks! I found the error of my ways just after...

    Thanks!
    I found the error of my ways just after I sent the Post
  7. Replies
    2
    Views
    3,109

    double precision to decimal display

    I am having a little difficulty converting 2 word result into decimal.
    It is almost certainly my math. My maximim value is $20000 after scaling. Can anyone suggest further reading or a possible...
  8. Replies
    3
    Views
    5,244

    rs485 to rs232 smart switch

    I have an application were I need addressable switch to power on a rs232 device and switch on communications to this device. Ther will be 16 devices on this network. My concern is after PIC...
Results 1 to 8 of 8