Giter Club home page Giter Club logo

tea5767_pico's Introduction

Overview

  • Name: TEA5767_PICO
  • Description: Library for TEA5767HN, Low-power FM stereo radio.
  • Developed on and for
    1. Raspberry pi PICO RP2040
    2. SDK C++, compiler arm-none-eabi-g++ (15:10.3)
    3. CMAKE , VScode
  • Ported from mroger's arduino library

Hardware

  1. Picture of the Module used

image

The TEA5767HN is a single-chip electronically tuned FM stereo radio for low-voltage applications with fully integrated Intermediate Frequency (IF) selectivity and demodulation. The radio is completely adjustment-free and only requires a minimum of small and low cost external components. The radio can be tuned to the European, US, and Japanese FM bands.

The Module uses I2C for communication's. Pins and I2C port can be set in the main.cpp. Default is I2C0 and GPIO4(data) GPIO5(clock) This is a 5 Volt device both VCC/Logic and the PICO is 3.3 volt logic device to safely connect radio module to PICO use level shifting to shift voltage logic levels.The module has 4.7 pull up resistors on the SDA and SCLK lines. So no resistors should be needed on 5 volt bus line. On the 3.3 V bus side of the level shift , the PICO has its pull up resistors enabled these are 50-80KOhms. You may require a pull up resistor (1K to 10K on this side of bus) although during testing it worked fine without. It may depend on your Voltage shifting setup.

  1. Voltage shift setup used

image

Software

There are two example main.cpp which contains tests showing library functions. There is also the library files (tea5767.cpp and tea5767.hpp)

Switch between the two examples by editing add_executable(${PROJECT_NAME} in CMakeLists.txt

  1. examples/Simple_Radio_FM/main.cpp
  2. examples/Library_Demo/main.cpp

tea5767_pico's People

Contributors

gavinlyonsrepo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

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.