Skip to content

scareface972/tea5767

 
 

Repository files navigation

Raspberry Pi FM receiver using Python 3 I2C and Tea5767

Contributor: Dipto Pratyaksa LinuxCircle.com

Description:

This is a simple TEA5767 driver to tune into a local radio station with Raspberry Pi 2. You can either use the console program or run the web interface.

Running on Linux command console:

sudo python3 tea5767controller.py

or with sufficient permission and executable file: sudo ./tea5767controller.py

Running the Web Interface
Run it with: sudo python3 tea5767_tornado_server.py
Open browser from a client computer: http://IPADDRESSOFYOURPI:8888
Example: http:/192.168.1.2:8888

About

Raspberry Pi FM receiver using Python 3 I2C and Tea5767

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.4%
  • HTML 26.6%