Skip to content

mit41301/Arduino-TEA5767-RDA5807

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

TEA5767 and RDA5807

Tea5767_480x480 RDA5807H_PINOUT

I2C address: _address = 0x60;

// TEA5767 and RDA5807 Example

#include <Wire.h>
#include <TEA5767Radio.h>

TEA5767Radio radio = TEA5767Radio();

void setup()
{ Wire.begin();
radio.setFrequency(93.0); // pick your own frequency
}

void loop()
{
}

About

Single program to control both TEA5767 and RDA5807 FM Tuners using same sketch. Yet another Arduino library for the TEA5767 FM radio receiver modules. Super easy to use!

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages