Editing N900 FM radio transmitter

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
The N900 has a FM radio transmitter capable of sending audio several meters.
+
The SI4713 chip is used to transmit FM radio in the range 76-108MHz from a digital or analog audio input.
-
==Hardware==
+
It can also recieve the signal level on the tuned frequency.
 +
This enables transmitter application to scan all frequencies, checking for vacant ones, and suggesting empty frequencies to the user for selection as transmission frequencies.
-
The SI4713 chip is used to transmit FM radio with radiotext in the range 76-108MHz from a digital or analog audio input.
+
The n900 controls the FM transmitter through the I2C bus, and supplies analog audio to the transmitter.
-
 
+
-
=== Features ===
+
-
 
+
-
From the datasheet:
+
-
* Integrated receiver for receive power measurement
+
-
* Worldwide FM band support (76–108 MHz) for transmit
+
-
* Requires only two external components
+
-
* Frequency synthesizer with integrated VCO
+
-
* Digital stereo modulator
+
-
* Programmable pre-emphasis (50/75 µs)
+
-
* Analog/digital audio interface
+
-
* Programmable reference clock
+
-
* RDS/RBDS transmit encoder (Si4713 only)
+
-
* PCB loop antenna support with self calibrated capacitor tuning
+
-
* Programmable transmit level
+
-
* Programmable modulation
+
-
* 2.7 to 5.5 V supply voltage
+
-
* Digital gain compression
+
-
* Integrated LDO regulator
+
-
* 3 × 3 × 0.55 mm 20-pin QFN
+
-
* Pb-free and RoHS Compliant
+
-
 
+
-
It is short range only, see the section on [[#Typical Range|typical range]].
+
-
 
+
-
It can also receive the signal level on the tuned frequency. This enables transmitter application to scan all frequencies, checking for vacant ones, and suggesting empty frequencies to the user for selection as transmission frequencies.
+
-
 
+
-
The [[Nokia N900|N900]] controls the FM transmitter through the I2C(2) bus, and supplies analog audio (same audio lines as HP-AMP) to the transmitter. The transmitter's digital audio inputs are unused (NC).
+
The FM signal is transmitted from a loop antenna built into the case, and connected to the PCB with clips.
The FM signal is transmitted from a loop antenna built into the case, and connected to the PCB with clips.
-
product marketing sheet: [http://www.silabs.com/Support%20Documents/TechnicalDocs/Si4712-13-B30.pdf Si4713]
+
https://www.silabs.com/products/audiovideo/fmtransmitters/Pages/Si471213.aspx
-
Full datasheet http://www.silabs.com/Support%20Documents/TechnicalDocs/AN332.pdf.
+
The documentation for the driver, along with some information on the chip is at
The documentation for the driver, along with some information on the chip is at
-
http://www.mjmwired.net/kernel/Documentation/video4linux/si4713.txt
+
http://www.mjmwired.net/kernel/Documentation/video4linux/si470x.txt
-
It is connected to the [[N900 Hardware Bus I2C|I2C]] bus-2.
+
The package [http://maemo.org/packages/view/fm-boost/ FM boost] maximises the transmitter power. In some cases, this may improve reception. In others, the transmitter will already be set to highest output.
-
==Software==
 
-
===Kernel===
 
-
It is controlled through the kernel module fmtx_si4713, which implements the interfaces /dev/radio0 - a video4linux device.
 
-
v4l2-ctl dumps the following information about the device.  
+
Low power transmitters that are license compliant - do not exceed the regulations - are inherently short range devices and will have poor performance in many desired usecases simply due to the regulatory limit on power usage.
-
v4l2-ctl --all -d /dev/radio0
+
In the US - the limit is aproximately 15nW, in the UK, 50nW.
-
  Driver Info:
+
-
  Driver name  : radio-si4713
+
-
  Card type    : Silicon Labs Si4713 FM Radio Tr
+
-
  Bus info      : I2C: 0x63
+
-
  Driver version: 1
+
-
  Capabilities  : 0x00010000
+
-
  Tuner
+
-
Video input : 0
+
-
Frequency: 1400000 (87.500000 MHz)
+
-
Video Standard = 0x00000000
+
-
Streaming Parameters Video Capture:
+
-
Frames per second: 25.000 (25/1)
+
-
Read buffers    : 0
+
-
Tuner:
+
-
  Name                : FM Transmitter
+
-
Capabilities        : 62.5 Hz stereo
+
-
Frequency range      : 87.5 MHz - 108.0 MHz
+
-
Signal strength/AFC  : 0%/0
+
-
Current audio mode  : stereo
+
-
Available subchannels: stereo
+
 +
The OFCOM document lists ranges to a good reciever with a fully extended antenna as 4m for 15nW and 8m for 50nW. (to achieve 'noiseless' reception)
-
See [http://www.stanford.edu/~blp/fmtools/ for more information on the video4linux API].
+
[http://www.ofcom.org.uk/radiocomms/ifi/licensing/classes/rlans/technical/tests/srdtests.pdf This document from OFCOM (UK licensing agency) outlines test results for 50nW devices)] [http://www.ofcom.org.uk/consult/condocs/wtexemption/responses/bbc.pdf and this is a BBC response to the OFCOM proposal to legalise them in the UK]. Quoting the second:
-
The driver also exposes the sysfs directory ./class/i2c-adapter/i2c-2/2-0063/ .
+
-
===User===
+
"
-
The FM transmitter can be enabled in the settings application, and there are third party applications to more easily enable it.
+
The BBC appreciates the advantage in principle of authorising for licence-exempt use low-power Band II transmitters constructed strictly to a common European type-approval regime and ‘CE’ marked.  
-
No software currently uses the ability of the chip to scan for free channels.
+
However, the chosen maximum ERP of 50 nW is neither sufficiently small to avoid creating interference to broadcast reception nor sufficiently large to guarantee
-
 
+
that such ‘Micro’ FM transmitters will actually work as intended in areas where Band II is utilised intensively, such as London."
-
The package [http://maemo.org/packages/view/fm-boost/ FM boost] maximizes the transmitter power. In some cases, this may improve reception. In others, the transmitter will already be set to highest output.
+
-
 
+
-
There are several bugs open with regards the FM transmitter [https://bugs.maemo.org/show_bug.cgi?id=6792 this one] for example is regarding the policy to turn off the FM transmitter when the device is plugged into a computer using the USB cable.
+
-
 
+
-
The D-Bus interface is documented in [http://maemo.org/api_refs/5.0/5.0-final/fmtx-middleware/fmtx_api.html this page]
+
-
 
+
-
==Typical Range==
+
-
 
+
-
Low power transmitters that are license compliant - do not exceed the regulations - are inherently short range devices and will have poor performance in many desired use-cases simply due to the regulatory limit on power usage.
+
-
 
+
-
In the US - the limit is approximately 15 nW, in the UK, 50 nW.
+
-
 
+
-
The below OFCOM document lists ranges to a good receiver with a fully extended antenna as 4m for 15nW and 8m for 50nW. (to achieve 'noiseless' reception)
+
-
 
+
-
[http://www.ofcom.org.uk/radiocomms/ifi/licensing/classes/rlans/technical/tests/srdtests.pdf This document from OFCOM (UK licensing agency) outlines test results for 50nW devices)] [http://www.ofcom.org.uk/consult/condocs/wtexemption/responses/bbc.pdf and this is a BBC response to the OFCOM proposal to legalise them in the UK]. Quoting the second:
+
-
:"The BBC appreciates the advantage in principle of authorising for licence-exempt use low-power Band II transmitters constructed strictly to a common European type-approval regime and ‘CE’ marked.
 
-
:However, the chosen maximum ERP of 50 nW is neither sufficiently small to avoid creating interference to broadcast reception nor sufficiently large to guarantee that such ‘Micro’ FM transmitters will actually work as intended in areas where Band II is utilised intensively, such as London."
 
[[Category:N900]]
[[Category:N900]]
[[Category:N900_Hardware]]
[[Category:N900_Hardware]]

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)