SlideShare uma empresa Scribd logo
1 de 16
NRSC Meeting
April 8, 2011
Las Vegas
                              FM TwoO
                                 &
                      CRC FM-RDS Android Library
François Lefebvre
Project Leader, CRC
 CRC: 20 years expertise on Eureka DAB
     Standardization

     Field trials

     Equipment, receiver tests

     Demonstration: industry, regulator, broadcasters

     Experiment with potential role of broadcasting in

      mobile domain
           Multimedia applications
     Challenge: broadcast Rx in mobile devices ?
     Democratize broadcasting technologies



2
E2E Eureka DAB Tools




3
CRC-mmbTools




4
FM-RDS New Momentum
     Slow adoption of DAB
     Status quo: FM does the job

     iPod Nano 5 shows tagging

     RadioDNS shows new potential for hybrid radio

     FM in smartphones ... but just not accessible!




5
Challenge: FM API on mobile devices
       2009-2010
         App. for HTC Touch Pro
         Windows Mobile
          (closed platform)
         FM-RDS chip

          (no official API)
         Developed RDS decoder

          (rdslib)

           Presented at NAB 2010

                                      Copyright: HTC




6
RDS on Android... over WiFi
       2010 (After NAB)
         App. for T-Mobile G1
         Android
          (open platform)
         FM-RDS chip

          (no! → We used a RDS over WiFi)
         Developed FM-RDS app.

          (Support for ODAs)
          (Using USRP + PC)


       READY for Android phones            Copyright: HTC

        with FM-RDS chip.

7
FM TwoO Overview
     Pronounce: two "O", like in Web 2.0
     Samsung Galaxy S

     Demo Application

     First FM App on

      Android Market
     > 10k downloads in 6 weeks

     Test mode (RDS via Wifi)

     RT+ Decoding

     NEW: RadioDSN / RadioVIS




8
RT+ Uses




                             One click!




      1st ODA Application!


9
FM TwoO vs Default Samsung App




      src: mmbtools.crc.ca




10
NAB 2011 Demo (Booth N1938)
        RadioVIS
            A RadioDNS-based application

                                From FM-RDS
                                - RT/RT+
                                - PS
                                - PI
                                - Audio




        Hybrid Radio           From Internet
                                - Image
                                - Text




11
FM TwoO Compatibility
      Galaxy TAB: NO
      Nexus S: NO

      5 Galaxy S US

       models? NO?
      Galaxy S 2: ?




12
CRC FM-RDS Android Library
      Samsung Galaxy S
      Silicon Labs FM chipset

      High level API

      Control FM

      Receive PI, PS, RT

      Free of charge

      Redistribute on Android Market

      Give Credit to CRC

      Notify CRC

      Get from mmbtools.crc.ca ...



        ... Until Google provides FM API !?!?
13
CRC FM-RDS Android Library: Free Demo Code
        Make an Android Radio App
         in 15 minutes!
     if (CRC_FMRDS_Library.radioIsSupported()) {
         CRC_FMRDS_Library.openRadio(aManager);
         CRC_FMRDS_Library.setBand(CRC_FMRDS_Library.BAND_87500_108000_kHz);
         CRC_FMRDS_Library.setSpacing(CRC_FMRDS_Library.CHAN_SPACING_100_kHz);
         CRC_FMRDS_Library.setEmphasis(CRC_FMRDS_Library.DE_TIME_CONSTANT_75);
         CRC_FMRDS_Library.setChannel(currentFreq);
         int i = 0;
         while (i < 20){
            try {
                Thread.sleep(250);
            } catch (InterruptedException e) {
            }
            CRC_FMRDS_Library.processRDS();
            CRC_FMRDS_Library.syncMediaVolume(aManager);
            i++;
         }
         String PI = Integer.toHexString(CRC_FMRDS_Library.getPI());
         String PS = CRC_FMRDS_Library.getPS();
         String RT = CRC_FMRDS_Library.getRT();

         CRC_FMRDS_Library.closeRadio(aManager);
     }
14
Android development
                         ODA Rx on G1
     Rx   PC
                                            PC

                                         USRP

                                         Tx FM

                                         Rx FM
     G1
                                         USRP

                 Tx                         PC

                                         WiFi

                                            G1

          USRP

15
Thanks

              	
                	
          	
 
                    	
                	
          	
 




              	
                                   	
 



                          	
 

16

Mais conteúdo relacionado

Mais procurados

4S6GGS APRS TRACKER V0.9 PROJECT
4S6GGS APRS TRACKER V0.9 PROJECT4S6GGS APRS TRACKER V0.9 PROJECT
4S6GGS APRS TRACKER V0.9 PROJECTGayan Sameera
 
Introduction to Software Defined Radio (SDR) on Linux
Introduction to Software Defined Radio (SDR) on LinuxIntroduction to Software Defined Radio (SDR) on Linux
Introduction to Software Defined Radio (SDR) on LinuxPamela O'Shea
 
D Belver FEE for Trasgos
D Belver  FEE for TrasgosD Belver  FEE for Trasgos
D Belver FEE for TrasgosMiguel Morales
 
Introduction to Digital Signal Processing Using GNU Radio
Introduction to Digital Signal Processing Using GNU RadioIntroduction to Digital Signal Processing Using GNU Radio
Introduction to Digital Signal Processing Using GNU RadioAlbert Huang
 
Gnu Radio and the Universal Software Radio Peripheral
Gnu Radio and the Universal Software Radio PeripheralGnu Radio and the Universal Software Radio Peripheral
Gnu Radio and the Universal Software Radio PeripheralAlexandru Csete
 
A Glimpse into Developing Software-Defined Radio by Python
A Glimpse into Developing Software-Defined Radio by PythonA Glimpse into Developing Software-Defined Radio by Python
A Glimpse into Developing Software-Defined Radio by PythonAlbert Huang
 
Espruino - JavaScript for Microcontrollers
Espruino - JavaScript for MicrocontrollersEspruino - JavaScript for Microcontrollers
Espruino - JavaScript for MicrocontrollersDrew Fustini
 
Whitebox Handheld Software Radio Kit
Whitebox Handheld Software Radio KitWhitebox Handheld Software Radio Kit
Whitebox Handheld Software Radio KitChris Testa
 
DASH in Twitch: Adaptive Bitrate Streaming in Live Game Streaming Platforms
DASH in Twitch: Adaptive Bitrate Streaming in Live Game Streaming PlatformsDASH in Twitch: Adaptive Bitrate Streaming in Live Game Streaming Platforms
DASH in Twitch: Adaptive Bitrate Streaming in Live Game Streaming PlatformsGwendal Simon
 
Software Defined Radios for VHF, UHF and SHF
Software Defined Radios for VHF, UHF and SHFSoftware Defined Radios for VHF, UHF and SHF
Software Defined Radios for VHF, UHF and SHFAlexandru Csete
 
UWA M.E Project Report - Implementation of a Software FM Receiver using GNU R...
UWA M.E Project Report - Implementation of a Software FM Receiver using GNU R...UWA M.E Project Report - Implementation of a Software FM Receiver using GNU R...
UWA M.E Project Report - Implementation of a Software FM Receiver using GNU R...Sameer Murthy
 

Mais procurados (20)

4S6GGS APRS TRACKER V0.9 PROJECT
4S6GGS APRS TRACKER V0.9 PROJECT4S6GGS APRS TRACKER V0.9 PROJECT
4S6GGS APRS TRACKER V0.9 PROJECT
 
GNU Radio
GNU RadioGNU Radio
GNU Radio
 
Icecrypt
IcecryptIcecrypt
Icecrypt
 
Tenow
TenowTenow
Tenow
 
Introduction to Software Defined Radio (SDR) on Linux
Introduction to Software Defined Radio (SDR) on LinuxIntroduction to Software Defined Radio (SDR) on Linux
Introduction to Software Defined Radio (SDR) on Linux
 
D Belver FEE for Trasgos
D Belver  FEE for TrasgosD Belver  FEE for Trasgos
D Belver FEE for Trasgos
 
Introduction to Digital Signal Processing Using GNU Radio
Introduction to Digital Signal Processing Using GNU RadioIntroduction to Digital Signal Processing Using GNU Radio
Introduction to Digital Signal Processing Using GNU Radio
 
Icecrypt
IcecryptIcecrypt
Icecrypt
 
Arduino gps2 060314
Arduino gps2 060314Arduino gps2 060314
Arduino gps2 060314
 
Icecrypt
IcecryptIcecrypt
Icecrypt
 
Gnu Radio and the Universal Software Radio Peripheral
Gnu Radio and the Universal Software Radio PeripheralGnu Radio and the Universal Software Radio Peripheral
Gnu Radio and the Universal Software Radio Peripheral
 
A Glimpse into Developing Software-Defined Radio by Python
A Glimpse into Developing Software-Defined Radio by PythonA Glimpse into Developing Software-Defined Radio by Python
A Glimpse into Developing Software-Defined Radio by Python
 
Espruino - JavaScript for Microcontrollers
Espruino - JavaScript for MicrocontrollersEspruino - JavaScript for Microcontrollers
Espruino - JavaScript for Microcontrollers
 
Icecrypt
IcecryptIcecrypt
Icecrypt
 
Whitebox Handheld Software Radio Kit
Whitebox Handheld Software Radio KitWhitebox Handheld Software Radio Kit
Whitebox Handheld Software Radio Kit
 
Principle Representation of The 8 Qubits Quantum Computer by RaspberryPi
Principle Representation of The 8 Qubits Quantum Computer by RaspberryPiPrinciple Representation of The 8 Qubits Quantum Computer by RaspberryPi
Principle Representation of The 8 Qubits Quantum Computer by RaspberryPi
 
DASH in Twitch: Adaptive Bitrate Streaming in Live Game Streaming Platforms
DASH in Twitch: Adaptive Bitrate Streaming in Live Game Streaming PlatformsDASH in Twitch: Adaptive Bitrate Streaming in Live Game Streaming Platforms
DASH in Twitch: Adaptive Bitrate Streaming in Live Game Streaming Platforms
 
Icecrypt
IcecryptIcecrypt
Icecrypt
 
Software Defined Radios for VHF, UHF and SHF
Software Defined Radios for VHF, UHF and SHFSoftware Defined Radios for VHF, UHF and SHF
Software Defined Radios for VHF, UHF and SHF
 
UWA M.E Project Report - Implementation of a Software FM Receiver using GNU R...
UWA M.E Project Report - Implementation of a Software FM Receiver using GNU R...UWA M.E Project Report - Implementation of a Software FM Receiver using GNU R...
UWA M.E Project Report - Implementation of a Software FM Receiver using GNU R...
 

Destaque

The Normative Dimensions of SBC as Part of a Community Action Cycle JOSEPH PE...
The Normative Dimensions of SBC as Part of a Community Action Cycle JOSEPH PE...The Normative Dimensions of SBC as Part of a Community Action Cycle JOSEPH PE...
The Normative Dimensions of SBC as Part of a Community Action Cycle JOSEPH PE...CORE Group
 
MAD Club - клуб обсуждения современных статей
MAD Club - клуб обсуждения современных статейMAD Club - клуб обсуждения современных статей
MAD Club - клуб обсуждения современных статейGeorgy Ayzel
 
Pass m0 layout-nov-2004-ok
Pass m0 layout-nov-2004-okPass m0 layout-nov-2004-ok
Pass m0 layout-nov-2004-okJorge BC
 
Swansea powerpoint
Swansea powerpointSwansea powerpoint
Swansea powerpointJason Malone
 
Молодые ученые ИВП РАН: Как мы работаем
Молодые ученые ИВП РАН: Как мы работаемМолодые ученые ИВП РАН: Как мы работаем
Молодые ученые ИВП РАН: Как мы работаемGeorgy Ayzel
 
The Road to Munich 2011 Part II
The Road to Munich 2011 Part IIThe Road to Munich 2011 Part II
The Road to Munich 2011 Part IIThe Diesel Driver
 
The Road to Munich 2011 Part I
The Road to Munich 2011 Part IThe Road to Munich 2011 Part I
The Road to Munich 2011 Part IThe Diesel Driver
 
88838080 ideologi-liberalisme
88838080 ideologi-liberalisme88838080 ideologi-liberalisme
88838080 ideologi-liberalismeMuhammad Junaidi
 
The Road to Maastricht - Part III
The Road to Maastricht - Part IIIThe Road to Maastricht - Part III
The Road to Maastricht - Part IIIThe Diesel Driver
 
Building Safety and Healthy Habits in the Workplace
Building Safety and Healthy Habits in the Workplace Building Safety and Healthy Habits in the Workplace
Building Safety and Healthy Habits in the Workplace Shirley Rivera
 
Duncan Wood, Director, Mexico Institute, The Wilson Centre
Duncan Wood, Director, Mexico Institute, The Wilson CentreDuncan Wood, Director, Mexico Institute, The Wilson Centre
Duncan Wood, Director, Mexico Institute, The Wilson CentreSustainable Prosperity
 
Napoleon Bonaparta
Napoleon BonapartaNapoleon Bonaparta
Napoleon Bonapartasrki003
 
Дельта банк
Дельта банкДельта банк
Дельта банкtararam05
 
Adv Mh Participant Bklet3
Adv Mh Participant Bklet3Adv Mh Participant Bklet3
Adv Mh Participant Bklet3fatninja
 
Child Survival Programme Framework
Child Survival Programme FrameworkChild Survival Programme Framework
Child Survival Programme Frameworkmzhaqx
 

Destaque (20)

The Normative Dimensions of SBC as Part of a Community Action Cycle JOSEPH PE...
The Normative Dimensions of SBC as Part of a Community Action Cycle JOSEPH PE...The Normative Dimensions of SBC as Part of a Community Action Cycle JOSEPH PE...
The Normative Dimensions of SBC as Part of a Community Action Cycle JOSEPH PE...
 
MAD Club - клуб обсуждения современных статей
MAD Club - клуб обсуждения современных статейMAD Club - клуб обсуждения современных статей
MAD Club - клуб обсуждения современных статей
 
VW Chattanooga Plant Part 1
VW Chattanooga Plant Part 1VW Chattanooga Plant Part 1
VW Chattanooga Plant Part 1
 
Pass m0 layout-nov-2004-ok
Pass m0 layout-nov-2004-okPass m0 layout-nov-2004-ok
Pass m0 layout-nov-2004-ok
 
Base de datos
Base de datosBase de datos
Base de datos
 
Doc2
Doc2Doc2
Doc2
 
Swansea powerpoint
Swansea powerpointSwansea powerpoint
Swansea powerpoint
 
Where do I turn re sound financial advice?
Where do I turn re sound financial advice?Where do I turn re sound financial advice?
Where do I turn re sound financial advice?
 
Молодые ученые ИВП РАН: Как мы работаем
Молодые ученые ИВП РАН: Как мы работаемМолодые ученые ИВП РАН: Как мы работаем
Молодые ученые ИВП РАН: Как мы работаем
 
The Road to Munich 2011 Part II
The Road to Munich 2011 Part IIThe Road to Munich 2011 Part II
The Road to Munich 2011 Part II
 
The Road to Munich 2011 Part I
The Road to Munich 2011 Part IThe Road to Munich 2011 Part I
The Road to Munich 2011 Part I
 
88838080 ideologi-liberalisme
88838080 ideologi-liberalisme88838080 ideologi-liberalisme
88838080 ideologi-liberalisme
 
The Road to Maastricht - Part III
The Road to Maastricht - Part IIIThe Road to Maastricht - Part III
The Road to Maastricht - Part III
 
Building Safety and Healthy Habits in the Workplace
Building Safety and Healthy Habits in the Workplace Building Safety and Healthy Habits in the Workplace
Building Safety and Healthy Habits in the Workplace
 
Duncan Wood, Director, Mexico Institute, The Wilson Centre
Duncan Wood, Director, Mexico Institute, The Wilson CentreDuncan Wood, Director, Mexico Institute, The Wilson Centre
Duncan Wood, Director, Mexico Institute, The Wilson Centre
 
Napoleon Bonaparta
Napoleon BonapartaNapoleon Bonaparta
Napoleon Bonaparta
 
Дельта банк
Дельта банкДельта банк
Дельта банк
 
Adv Mh Participant Bklet3
Adv Mh Participant Bklet3Adv Mh Participant Bklet3
Adv Mh Participant Bklet3
 
Child Survival Programme Framework
Child Survival Programme FrameworkChild Survival Programme Framework
Child Survival Programme Framework
 
Prescription
PrescriptionPrescription
Prescription
 

Semelhante a CRC FM TwoO presented to NRSC

How new technologies affect the art of contesting
How new technologies affect the art of contestingHow new technologies affect the art of contesting
How new technologies affect the art of contestingTobias Wellnitz
 
Public Alerting with Digital Broadcast Technologies
Public Alerting with Digital Broadcast TechnologiesPublic Alerting with Digital Broadcast Technologies
Public Alerting with Digital Broadcast TechnologiesFrancois Lefebvre
 
Software Defined Radio For Amateur Radio Operators and Shortwave Listeners.pdf
Software Defined Radio For Amateur Radio Operators and Shortwave Listeners.pdfSoftware Defined Radio For Amateur Radio Operators and Shortwave Listeners.pdf
Software Defined Radio For Amateur Radio Operators and Shortwave Listeners.pdfivan ion
 
Universal software defined radio development platform
Universal software defined radio development platformUniversal software defined radio development platform
Universal software defined radio development platformBertalan EGED
 
Open Software Platforms for Mobile Digital Broadcasting
Open Software Platforms for Mobile Digital BroadcastingOpen Software Platforms for Mobile Digital Broadcasting
Open Software Platforms for Mobile Digital BroadcastingFrancois Lefebvre
 
Software defined radio....
Software defined radio....Software defined radio....
Software defined radio....Bise Mond
 
Hybrid FM (+RDS) & Internet (v3)
Hybrid FM (+RDS) & Internet (v3)Hybrid FM (+RDS) & Internet (v3)
Hybrid FM (+RDS) & Internet (v3)Francois Lefebvre
 
Update on CRC Open and Free DAB Tools
Update on CRC Open and Free DAB ToolsUpdate on CRC Open and Free DAB Tools
Update on CRC Open and Free DAB ToolsFrancois Lefebvre
 
Free Software for Radio Broadcasting
Free Software for Radio BroadcastingFree Software for Radio Broadcasting
Free Software for Radio BroadcastingFrancois Lefebvre
 
New Radio Platforms and Applications Trends March 2011
New Radio Platforms and Applications Trends March 2011New Radio Platforms and Applications Trends March 2011
New Radio Platforms and Applications Trends March 2011Francois Lefebvre
 
DAB+ for local and community radio
DAB+ for local and community radioDAB+ for local and community radio
DAB+ for local and community radioradioradioradio
 
N5AC 2014-10-11 Pacificon SDR Advances
N5AC 2014-10-11 Pacificon SDR AdvancesN5AC 2014-10-11 Pacificon SDR Advances
N5AC 2014-10-11 Pacificon SDR AdvancesN5AC
 
Multiband Transceivers - [Chapter 5] Software-Defined Radios
Multiband Transceivers - [Chapter 5]  Software-Defined RadiosMultiband Transceivers - [Chapter 5]  Software-Defined Radios
Multiband Transceivers - [Chapter 5] Software-Defined RadiosSimen Li
 
Hybrid FM & Internet Radio (v2)
Hybrid FM & Internet Radio (v2)Hybrid FM & Internet Radio (v2)
Hybrid FM & Internet Radio (v2)Francois Lefebvre
 
What Mobile Developers Should Know
What Mobile Developers Should KnowWhat Mobile Developers Should Know
What Mobile Developers Should KnowMobiVentures
 
Hardware Accelerated Software Defined Radio
Hardware Accelerated Software Defined Radio Hardware Accelerated Software Defined Radio
Hardware Accelerated Software Defined Radio Tarik Kazaz
 
Sora- A High Performance Baseband DSP Processor
Sora- A High Performance Baseband DSP ProcessorSora- A High Performance Baseband DSP Processor
Sora- A High Performance Baseband DSP ProcessorHarshit Srivastava
 

Semelhante a CRC FM TwoO presented to NRSC (20)

How new technologies affect the art of contesting
How new technologies affect the art of contestingHow new technologies affect the art of contesting
How new technologies affect the art of contesting
 
RF Experiments in Raspberry Pi
RF Experiments in Raspberry PiRF Experiments in Raspberry Pi
RF Experiments in Raspberry Pi
 
Public Alerting with Digital Broadcast Technologies
Public Alerting with Digital Broadcast TechnologiesPublic Alerting with Digital Broadcast Technologies
Public Alerting with Digital Broadcast Technologies
 
Software Defined Radio For Amateur Radio Operators and Shortwave Listeners.pdf
Software Defined Radio For Amateur Radio Operators and Shortwave Listeners.pdfSoftware Defined Radio For Amateur Radio Operators and Shortwave Listeners.pdf
Software Defined Radio For Amateur Radio Operators and Shortwave Listeners.pdf
 
Universal software defined radio development platform
Universal software defined radio development platformUniversal software defined radio development platform
Universal software defined radio development platform
 
Open Software Platforms for Mobile Digital Broadcasting
Open Software Platforms for Mobile Digital BroadcastingOpen Software Platforms for Mobile Digital Broadcasting
Open Software Platforms for Mobile Digital Broadcasting
 
Software defined radio....
Software defined radio....Software defined radio....
Software defined radio....
 
Hybrid FM (+RDS) & Internet (v3)
Hybrid FM (+RDS) & Internet (v3)Hybrid FM (+RDS) & Internet (v3)
Hybrid FM (+RDS) & Internet (v3)
 
Update on CRC Open and Free DAB Tools
Update on CRC Open and Free DAB ToolsUpdate on CRC Open and Free DAB Tools
Update on CRC Open and Free DAB Tools
 
Free Software for Radio Broadcasting
Free Software for Radio BroadcastingFree Software for Radio Broadcasting
Free Software for Radio Broadcasting
 
New Radio Platforms and Applications Trends March 2011
New Radio Platforms and Applications Trends March 2011New Radio Platforms and Applications Trends March 2011
New Radio Platforms and Applications Trends March 2011
 
DAB+ for local and community radio
DAB+ for local and community radioDAB+ for local and community radio
DAB+ for local and community radio
 
N5AC 2014-10-11 Pacificon SDR Advances
N5AC 2014-10-11 Pacificon SDR AdvancesN5AC 2014-10-11 Pacificon SDR Advances
N5AC 2014-10-11 Pacificon SDR Advances
 
Multiband Transceivers - [Chapter 5] Software-Defined Radios
Multiband Transceivers - [Chapter 5]  Software-Defined RadiosMultiband Transceivers - [Chapter 5]  Software-Defined Radios
Multiband Transceivers - [Chapter 5] Software-Defined Radios
 
Hybrid FM & Internet Radio (v2)
Hybrid FM & Internet Radio (v2)Hybrid FM & Internet Radio (v2)
Hybrid FM & Internet Radio (v2)
 
What Mobile Developers Should Know
What Mobile Developers Should KnowWhat Mobile Developers Should Know
What Mobile Developers Should Know
 
Hardware Accelerated Software Defined Radio
Hardware Accelerated Software Defined Radio Hardware Accelerated Software Defined Radio
Hardware Accelerated Software Defined Radio
 
Sora- A High Performance Baseband DSP Processor
Sora- A High Performance Baseband DSP ProcessorSora- A High Performance Baseband DSP Processor
Sora- A High Performance Baseband DSP Processor
 
Software Defined Radio Workshop
Software Defined Radio WorkshopSoftware Defined Radio Workshop
Software Defined Radio Workshop
 
Gnu radio lecture
Gnu radio lectureGnu radio lecture
Gnu radio lecture
 

Mais de Francois Lefebvre

Digital Broadcasting and ITS
Digital Broadcasting and ITSDigital Broadcasting and ITS
Digital Broadcasting and ITSFrancois Lefebvre
 
Plateformes radio émergentes
Plateformes radio émergentesPlateformes radio émergentes
Plateformes radio émergentesFrancois Lefebvre
 
Ibc 2009 F Lefebvre Poster Presentation
Ibc 2009 F Lefebvre Poster PresentationIbc 2009 F Lefebvre Poster Presentation
Ibc 2009 F Lefebvre Poster PresentationFrancois Lefebvre
 
Open Mobile Broadcasting Phones
Open Mobile Broadcasting PhonesOpen Mobile Broadcasting Phones
Open Mobile Broadcasting PhonesFrancois Lefebvre
 
Multimedia Broadcasting Platform
Multimedia Broadcasting PlatformMultimedia Broadcasting Platform
Multimedia Broadcasting PlatformFrancois Lefebvre
 
Open Phone Platforms for DAB/DMB Broadcasting
Open Phone Platforms for DAB/DMB BroadcastingOpen Phone Platforms for DAB/DMB Broadcasting
Open Phone Platforms for DAB/DMB BroadcastingFrancois Lefebvre
 

Mais de Francois Lefebvre (11)

Open Inventions Workshop
Open Inventions WorkshopOpen Inventions Workshop
Open Inventions Workshop
 
Hybrid FM / Internet Radio
Hybrid FM / Internet RadioHybrid FM / Internet Radio
Hybrid FM / Internet Radio
 
Digital Broadcasting and ITS
Digital Broadcasting and ITSDigital Broadcasting and ITS
Digital Broadcasting and ITS
 
Plateformes radio émergentes
Plateformes radio émergentesPlateformes radio émergentes
Plateformes radio émergentes
 
HBB FM Internet Radio
HBB FM Internet RadioHBB FM Internet Radio
HBB FM Internet Radio
 
Ibc 2009 F Lefebvre Poster Presentation
Ibc 2009 F Lefebvre Poster PresentationIbc 2009 F Lefebvre Poster Presentation
Ibc 2009 F Lefebvre Poster Presentation
 
eComm Presentation
eComm PresentationeComm Presentation
eComm Presentation
 
Open Mobile Broadcasting Phones
Open Mobile Broadcasting PhonesOpen Mobile Broadcasting Phones
Open Mobile Broadcasting Phones
 
Multimedia Broadcasting Platform
Multimedia Broadcasting PlatformMultimedia Broadcasting Platform
Multimedia Broadcasting Platform
 
Open Phone Platforms for DAB/DMB Broadcasting
Open Phone Platforms for DAB/DMB BroadcastingOpen Phone Platforms for DAB/DMB Broadcasting
Open Phone Platforms for DAB/DMB Broadcasting
 
CRC MMB Projects and Tools
CRC MMB Projects and ToolsCRC MMB Projects and Tools
CRC MMB Projects and Tools
 

Último

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 

Último (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

CRC FM TwoO presented to NRSC

  • 1. NRSC Meeting April 8, 2011 Las Vegas FM TwoO & CRC FM-RDS Android Library François Lefebvre Project Leader, CRC
  • 2.  CRC: 20 years expertise on Eureka DAB  Standardization  Field trials  Equipment, receiver tests  Demonstration: industry, regulator, broadcasters  Experiment with potential role of broadcasting in mobile domain  Multimedia applications  Challenge: broadcast Rx in mobile devices ?  Democratize broadcasting technologies 2
  • 3. E2E Eureka DAB Tools 3
  • 5. FM-RDS New Momentum  Slow adoption of DAB  Status quo: FM does the job  iPod Nano 5 shows tagging  RadioDNS shows new potential for hybrid radio  FM in smartphones ... but just not accessible! 5
  • 6. Challenge: FM API on mobile devices  2009-2010 App. for HTC Touch Pro  Windows Mobile (closed platform)  FM-RDS chip (no official API)  Developed RDS decoder (rdslib)  Presented at NAB 2010 Copyright: HTC 6
  • 7. RDS on Android... over WiFi  2010 (After NAB) App. for T-Mobile G1  Android (open platform)  FM-RDS chip (no! → We used a RDS over WiFi)  Developed FM-RDS app. (Support for ODAs) (Using USRP + PC)  READY for Android phones Copyright: HTC with FM-RDS chip. 7
  • 8. FM TwoO Overview  Pronounce: two "O", like in Web 2.0  Samsung Galaxy S  Demo Application  First FM App on Android Market  > 10k downloads in 6 weeks  Test mode (RDS via Wifi)  RT+ Decoding  NEW: RadioDSN / RadioVIS 8
  • 9. RT+ Uses One click! 1st ODA Application! 9
  • 10. FM TwoO vs Default Samsung App src: mmbtools.crc.ca 10
  • 11. NAB 2011 Demo (Booth N1938)  RadioVIS  A RadioDNS-based application From FM-RDS - RT/RT+ - PS - PI - Audio  Hybrid Radio From Internet - Image - Text 11
  • 12. FM TwoO Compatibility  Galaxy TAB: NO  Nexus S: NO  5 Galaxy S US models? NO?  Galaxy S 2: ? 12
  • 13. CRC FM-RDS Android Library  Samsung Galaxy S  Silicon Labs FM chipset  High level API  Control FM  Receive PI, PS, RT  Free of charge  Redistribute on Android Market  Give Credit to CRC  Notify CRC  Get from mmbtools.crc.ca ...  ... Until Google provides FM API !?!? 13
  • 14. CRC FM-RDS Android Library: Free Demo Code  Make an Android Radio App in 15 minutes! if (CRC_FMRDS_Library.radioIsSupported()) { CRC_FMRDS_Library.openRadio(aManager); CRC_FMRDS_Library.setBand(CRC_FMRDS_Library.BAND_87500_108000_kHz); CRC_FMRDS_Library.setSpacing(CRC_FMRDS_Library.CHAN_SPACING_100_kHz); CRC_FMRDS_Library.setEmphasis(CRC_FMRDS_Library.DE_TIME_CONSTANT_75); CRC_FMRDS_Library.setChannel(currentFreq); int i = 0; while (i < 20){ try { Thread.sleep(250); } catch (InterruptedException e) { } CRC_FMRDS_Library.processRDS(); CRC_FMRDS_Library.syncMediaVolume(aManager); i++; } String PI = Integer.toHexString(CRC_FMRDS_Library.getPI()); String PS = CRC_FMRDS_Library.getPS(); String RT = CRC_FMRDS_Library.getRT(); CRC_FMRDS_Library.closeRadio(aManager); } 14
  • 15. Android development  ODA Rx on G1 Rx PC PC USRP Tx FM Rx FM G1 USRP Tx PC WiFi G1 USRP 15
  • 16. Thanks 16