NS73M fm radio trasmitter


Closed Thread
Results 1 to 22 of 22

Hybrid View

  1. #1
    Join Date
    Jun 2006
    Posts
    6

    Default 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.

  2. #2
    Join Date
    Jan 2009
    Posts
    18


    Did you find this post helpful? Yes | No

    Default

    Boris, Any luck on this? I will be moving into an NS73M from a BH1417.

  3. #3
    Join Date
    Jun 2006
    Posts
    6


    Did you find this post helpful? Yes | No

    Default

    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...

  4. #4
    Join Date
    Jan 2009
    Posts
    18


    Did you find this post helpful? Yes | No

    Default

    Not trying to cheat, but if you would not mind sending me a couple of lines of your sample code so I will have something to work with starting out I would appreciate it.

    Reading the registers of the NS73M? I guess my first question is why? I am not sure what the advantage or use would be.

    Cheers!

    SmugWimp

  5. #5
    Join Date
    Jun 2006
    Posts
    6


    Did you find this post helpful? Yes | No

    Default

    This is my code:

    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:
    
       REG=$0E:VAL=$05:GOSUB SCRIVI         ' Software reset
       REG=$01:VAL=$B4:GOSUB SCRIVI     ' Pilot on, forced subcarrier
       REG=$02:VAL=$07:GOSUB SCRIVI  ' 2 mW power, Unlock detect on  REG=$08:VAL=$1A:GOSUB SCRIVI     ' CEX = Band 2
       REG=$00:VAL=$A1:GOSUB SCRIVI     ' Pwr on, 200 mV audio for 100% modulation
      
       REG=$06:VAL=$1E:GOSUB SCRIVI' Set internal charge pumps
     
    
    
    
    
    SCRIVI:
    I2CWRITE DA,CK,%11001100,REG,[VAL]
    RETURN

  6. #6
    Join Date
    Jan 2009
    Posts
    18


    Did you find this post helpful? Yes | No

    Default

    Boris,

    Much Appreciated! Not sure if I can do anything about reading registers, I am just beginning. But I can get anything to work, I will post it here.

    Cheers!

    SmugWimp

Similar Threads

  1. Car radio (Car radio and electronics support forum)
    By freewillover in forum Forum Requests
    Replies: 1
    Last Post: - 1st July 2009, 19:41
  2. FM Radio transmitter PIC Interface.
    By koossa in forum Off Topic
    Replies: 2
    Last Post: - 30th November 2008, 09:05
  3. Replies: 5
    Last Post: - 6th September 2007, 04:59
  4. Newbie radio link issue
    By George in forum mel PIC BASIC Pro
    Replies: 31
    Last Post: - 28th February 2007, 04:28
  5. LPRS/miniature radio modules
    By fowardbias in forum Off Topic
    Replies: 1
    Last Post: - 20th September 2005, 01:03

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