https://github.com/kerogs/web_tea5767
a web interface for the TEA5767 - can get and send data to the arduino
https://github.com/kerogs/web_tea5767
Last synced: 3 months ago
JSON representation
a web interface for the TEA5767 - can get and send data to the arduino
- Host: GitHub
- URL: https://github.com/kerogs/web_tea5767
- Owner: kerogs
- License: mit
- Created: 2025-04-25T22:48:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-25T22:52:09.000Z (about 1 year ago)
- Last Synced: 2025-06-11T08:44:59.107Z (12 months ago)
- Language: HTML
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Web interface for TEA5767 radio module
This is a simple web interface to control and read informations from a TEA5767 radio module connected to an Arduino board.
## Features
* Change the frequency of the radio
* Read informations about the radio (frequency, RSSI, PLL, stereo flag, and raw data in hexadecimal)
* Update the informations in real time
## How to use
1. Connect your Arduino board to your computer
2. Upload the `webcode` sketch to your Arduino board
3. Open a web browser and go to `http://localhost:5000`
4. You will see the web interface with the informations about the radio
5. You can change the frequency of the radio by clicking on the "Change" button and entering the new frequency
6. The informations about the radio will be updated in real time
## Requirements
* An Arduino board (e.g. Arduino Uno)
* A TEA5767 radio module
* A breadboard and some jumper wires
* A computer with a web browser
* The Arduino IDE
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details