CryptoPolyTech.com
Crypto, Politics, Tech, Gaming & World News.

Si5351 DDS Clock Generator Using ATtiny13 Microcontroller with assembly language

Our #TECH_Newser covers ‘news of the day’ #techNewserTechnology content.

Si5351 DDS Clock Generator Using ATtiny13 Microcontroller with assembly language

Originally written by noreply@blogger.com (Ram Sankar.V) and appeared on vu3xvr.blogspot.com

Introduction

This is my project to demonstrate the simplicity of assembly language program. Usually we need lot of program size when we use Arduino compilers and its library. I’m much worried about the program size and coding efficiency. So i wanted to try my skill to make assembly language code to interface Si5351 DDS. After the introduction of mobile phones we lost our memory capacity to store the phone numbers in our brain. Similarly Arduino is spoiling our programming skills. It of-course opened up the creativity on hardware side, but on the software side most of the peoples copy-paste. The first place to look for Arduino code is google. Most of us just copy somebody’s library and use it. Arduino made everybody to hesitate to study the datasheet and follow the instruction. I’m not an anti-arduino man, but i want to blow the whistle.

The challenge in this project is 1kB or less program size to interface Si5351 chip. I took the challenge myself. In arduino 1kB is just enough to blink LED with some sequence. Thats the beauty of Arduino ..LOL

 Project Specification:

  • Use the Si5351 as variable frequency oscillator to cover CW range
    • Ex : 7000 to 7050 KHz
    •        10100 to 10150 KHz
    •        14000 to 14050 KHz 
    •          3500 to 3550 KHz etc…
  • To change the frequency using potentiometer
  • CLK2 as beat frequency oscillator for required frequency
  • Control the VFO or ON/OFF the CLK0 output with morse key
  • 1 digital output for TX/RX relay
  • Operating voltage is 3.3V for ATTiny13 and Si5351

Circuit Diagram  

Source Code :

80m – 3500 to 3550 KHz
40m – 7000 to 7050 KHz
30m – 10100 to 10150 KHz
20m – 14000 to 14050 KHz 

Youtube Video


From an External Source.

Find more, like the above, right here on Cryptopolytech.com by following any of our extensive menus or clicking on the category tags appearing on or near the images. We compile great content FOR YOU in an unbiased manner to promote the growth of knowledge by sharing the ‘news of the day’ on various topics. This article originally appeared on vu3xvr.blogspot.com. We hope you enjoyed Si5351 DDS Clock Generator Using ATtiny13 Microcontroller with assembly language

First to share? If share image does not populate, please close the share box & re-open or reload page to load the image, Thanks!

You might also like