FM Transmitter Using Raspberry Pi

15
FM Transmitter using Raspberry Pi Made by- Mridul Miglani – 09511502811 Shailendra Singh Tomar – 09411502811 Gaurav Khemchandani – 10011502811 Nivesh Gakhar - 11111502811

description

FM Transmitter Using Raspberry Pi

Transcript of FM Transmitter Using Raspberry Pi

Page 1: FM Transmitter Using Raspberry Pi

FM Transmitter using Raspberry Pi

Made by-

Mridul Miglani – 09511502811

Shailendra Singh Tomar – 09411502811

Gaurav Khemchandani – 10011502811

Nivesh Gakhar - 11111502811

Page 2: FM Transmitter Using Raspberry Pi

What is FM?• Frequency Modulation• Range: 88-108 MHz

Page 3: FM Transmitter Using Raspberry Pi

The FM generation process

Page 4: FM Transmitter Using Raspberry Pi

The FM reception process

Page 5: FM Transmitter Using Raspberry Pi

Introduction to Raspberry picredit-card-sized single-board computerdeveloped in the UK by the Raspberry Pi Foundation 

Page 6: FM Transmitter Using Raspberry Pi

Specifications

Page 7: FM Transmitter Using Raspberry Pi

Basic Components in PCB

Page 8: FM Transmitter Using Raspberry Pi

Block Diagram

Page 9: FM Transmitter Using Raspberry Pi

SoftwareDriver APIRaspbian

Visual diagram of API

connections

Page 10: FM Transmitter Using Raspberry Pi

Working

Page 11: FM Transmitter Using Raspberry Pi

Procedure Step 1: Install the pifm library using the

following commands: $ mkdir pifm $ cd pifm $ gcc –1m –std=c99 pifm.c –o pifm

Step 2:  find yourself an FM radio receiver and tune it to 102.0 MHz. This will create executable file ‘pifm’.

Step 3: Run the file using the following command: $ sudo ./pifm sound.wav 102

Page 12: FM Transmitter Using Raspberry Pi

Advantages of Implementing FM on Raspberry pi

Minimum hardware requiredLeast number of connectionsLow power consumptionPortable small microcontroller board

areaUser friendly interface

Page 14: FM Transmitter Using Raspberry Pi

Some Additional Points

Audio file to be transmitted should be placed in the same directory as the source code file

The program supports only wav audio file format.

The frequency selected should be same as the tuning frequency of the audio receiver.

Page 15: FM Transmitter Using Raspberry Pi

ReferencesElectronics For You (November,

2013 Issue)www.icrobotics.comwww.razzpisampler.oreilly.comwww.efymag.com