Code Monkey home page Code Monkey logo

tea5767's Introduction

TEA5767

Arduino library for the TEA5767 Philips radio module written in C++. Tested with Arduino Leonardo.

Files and folder

File deploy.bat Copy files TEA5767N.cpp and TEA5767N.h to the Arduino thirdparty libraries folder.

Folder examples LCDKeyPadShieldAndRadioTEA5767Demo Complete application

SimpleLibDemo
	Performs consecutive calls to several radio methods, demonstrating main features.
	
SimpleRadioStationSelection
	Simple application selecting a single frequency.

tea5767's People

Contributors

mroger avatar

Stargazers

AHMAD TAQWA avatar 尹向旭 avatar Gavin Lyons avatar Sayan B avatar  avatar  avatar  avatar Farkad Adnan avatar  avatar  avatar LeRoy Miller avatar  avatar SirYo avatar  avatar  avatar  avatar  avatar Radoslaw Jaros avatar Naheel avatar  avatar  avatar Daniel Buckley avatar  avatar Pavel Vishnyakov avatar  avatar Fredrick Njenga avatar wolfg avatar  avatar Artem avatar

Watchers

 avatar Fredrick Njenga avatar RiccardoG avatar  avatar

tea5767's Issues

doesn't work

I tried to use this library but when I downloaded it and tried to upload, the library would appear as 'ArduinoTEA5767' rather than 'TEA5767N'

No volume adjustment feature?

I want to set the volume via arduino

also the softmute feature doesn't seem to work properly
example, I turn on empty frequency, empty noise comes out, then I turn on soft silence, the same level of noise comes out

signal tuning direction indicator

Hi, great library, thanks.
I am putting the TEA5767 into an old hifi box that has a tuning direction indicator: it has two arrow-shaped lamps that indicate the direction to manually tune if tuning is slightly off one way or the other. When perfect, both arrows light equally bright. Is there a way to use your library to output such an indication?
Thanks,
Theo

warning when running code

Hi Marcos,

thanks for writing this libary. I was following a tutorial and tried your library, but noticed that running the code throws the following error:

 warning: iteration 5 invokes undefined behavior [-Waggressive-loop-optimizations]

   Wire.write(transmission_data[i]);

             ^
 note: within this loop

  for (int i=0 ; i<6 ; i++) {

                  ^

the for loop seems to be going from 0 - 5, but the transmission_data object only has 5 data objects in your initialization.
Is this a typo, or what was your reasoning behind looping through 6 values?

Not working with SMAD Controllers

Hi, I tried with SeeedStudio Wio Terminal and XIAO, Compilation and updating are successfully completed, but suddenly the port disappears, no output. I would like to solve the issue! Do you have any hint on this, Please let know!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.