https://github.com/junon10/saa1057-stereo-pll
SAA1057 Stereo PLL Controller
https://github.com/junon10/saa1057-stereo-pll
16f628a fm fm-transmitter mikroc mikroc-pro-for-pic pll pll-controller saa1057 stereo
Last synced: 2 months ago
JSON representation
SAA1057 Stereo PLL Controller
- Host: GitHub
- URL: https://github.com/junon10/saa1057-stereo-pll
- Owner: junon10
- License: gpl-3.0
- Created: 2025-02-25T16:35:50.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-05T12:38:13.000Z (3 months ago)
- Last Synced: 2025-03-05T13:36:24.955Z (3 months ago)
- Topics: 16f628a, fm, fm-transmitter, mikroc, mikroc-pro-for-pic, pll, pll-controller, saa1057, stereo
- Language: Assembly
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SAA1057 Stereo PLL Controller
## Description
A MikroC code that provides functions to configure and operate the SAA1057 PLL integrated circuit.
## Schematic
## Features
- **PLL Control Functions**: Functions to set frequency shifts, data configuration, and more.
- **Configuration**: Easy-to-use API for setting up pins and operating modes.
- **DIP Switch Integration**: Support for configuring pins via DIP switches.## Requirements
- **MikroC Pro for PIC**: To compile the source code.
- **Hardware**: SAA1057 PLL circuit integrated, PIC16F628A Microcontroller.
- **time base**: 7.6MHz and 4MHz xtals.## Installation
1. Download the repository from GitHub:
[https://github.com/junon10/saa1057-stereo-pll](https://github.com/junon10/saa1057-stereo-pll)2. Open the project file with 'MikroC Pro for PIC' and compile.
3. Write the Hex file to the 16F628A microcontroller using a compatible programmer, e.g. 'Pickit3'.
4. Connect the PLL board to a VCO, set the frequency on the dipswitch, and power the circuit.
## Limitations
- For detailed technical specifications, refer to the SAA1057 datasheet.
## Author
- **Junon M.**
Contact: [[email protected]](mailto:[email protected])## Contributing
Contributions are welcome! Please fork the repository and send a pull request.
## Repository
- [https://github.com/junon10/saa1057-stereo-pll](https://github.com/junon10/saa1057-stereo-pll)
## References
- SAA1057 Datasheet
- PIC16F628A Datasheet## Changelog
- **v1.0.0 (2011/09/15)**: Initial commit.
## License
- GPLv3