An open API service indexing awesome lists of open source software.

https://github.com/g1ojs/g1ojs_tiny_si5351_clk0

Sets Si5351 CLK0 frequency from 100 MHz to 150 MHz using just 1446 bytes of program storage space on an ATTiny85. I made an effort to provide explicit references to the Si5351 Data Sheet and Application Note AN619 for all significant programming decisions and calculations.
https://github.com/g1ojs/g1ojs_tiny_si5351_clk0

arduino attiny85 ham-radio hamradio si5351 si5351-library si5351a

Last synced: 3 months ago
JSON representation

Sets Si5351 CLK0 frequency from 100 MHz to 150 MHz using just 1446 bytes of program storage space on an ATTiny85. I made an effort to provide explicit references to the Si5351 Data Sheet and Application Note AN619 for all significant programming decisions and calculations.

Awesome Lists containing this project

README

          

# G1OJS_Tiny_Si5351_CLK0
Sets Si5351 CLK0 frequency from 100 MHz to 150 MHz using just 1446 bytes of program storage space on an ATTiny85.

I wrote this to
- learn how to program the Si5351
- create material that links that learning directly to the guidance and nomenclature in the datasheet and application note
- support my [Airband Scanner On An ATTiny85 project](https://github.com/G1OJS/ATTiny85-Scanner-Radio) (different repo, not an example here).

I hope you find it useful for the same or similar reasons!