GithubHelp home page GithubHelp logo

kerogs / radio Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3 KB

A simple Arduino-based radio receiver using the TEA5767 Radio module.arduino radio

License: MIT License

C++ 100.00%

radio's Introduction

Radio

A simple Arduino-based radio receiver using the TEA5767 Radio module.

Overview

This project demonstrates how to set up and control a self radio receptor using the TEA5767 Radio module with an Arduino. The frequency can be adjusted through serial commands.

Requirements

  • Arduino board
  • TEA5767 Radio module
  • Arduino IDE

Installation

  1. Connect the TEA5767 Radio Module:

    • Connect the TEA5767 module to the Arduino as per the module's pin configuration. Typically, the connections are as follows:
      TEA5767 Arduino
      SDA SDA
      SCL SCL
      +5V 5V
      GND GND
  2. Install the TEA5767Radio Library:

    • Open the Arduino IDE.
    • Go to Sketch -> Include Library -> Manage Libraries.
    • Search for "TEA5767Radio" and install it.
  3. Use the code

Usage

  1. Power the Arduino:

    • Once the code is uploaded, power the Arduino. The serial monitor will display [Loading...] and then show the current frequency.
  2. Set Frequency via Serial:

    • Open the Serial Monitor in the Arduino IDE (Tools -> Serial Monitor).
    • Set the baud rate to 9600.
    • To set a new frequency, type set: followed by the desired frequency, e.g., set:109.6, and press Enter.

Commands

command description Example
set: Set frequency set:109.6

radio's People

Contributors

kerogs avatar

Watchers

 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.