Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    14,555

    This is my code: EEPROM 0,[3,232,0,0] ...

    This is my code:


    EEPROM 0,[3,232,0,0] 'FREQ.BYTE1 FREQ.BYTE0 PW SENS
    READ 0,FREQ.BYTE1
    READ 1,FREQ.BYTE0
    READ 2,PW
    READ 3,SENS

    SETUP:
  2. Replies
    21
    Views
    14,555

    The NS73M works without problem, but I could not...

    The NS73M works without problem, but I could not read the registers. I can write them, so I can set the frequency and all parameter, but no read...
  3. Replies
    21
    Views
    14,555

    NS73M fm radio trasmitter

    Have somebody used this chip (from sparkfun.com)?
    I'm trying to read the registers, but my firmware don't works. :cool:
  4. Replies
    18
    Views
    11,548

    Freescale MMA7455L

    Hi, I'm developing a localizator with the accelerometer MMA7455L, but it don't works.
    Someone used this sensor?
    I'm using a PIC16F88.
    I'm connected the pin 1,6,7 to 3,6 VDC; the pin 2,5 to GND,...
  5. Replies
    3
    Views
    4,432

    Code

    LEGGISMS:

    MESS=0
    HSEROUT ["AT+CMGL=",34,"ALL",34,13]
    hserin 800,EXITLEGGISMS,[SKIP 10, wait(34,",",34),TMP]
    MESS=1
    NUMERO[0]=TMP
    LUNGNUM=1
    ...
  6. SD Card tutorial

    See this:

    http://www.elettronicain.it/Main/corsi/p_corsi.asp?pagina=Corsi&Corso=SD-CARD
Results 1 to 6 of 6