当前位置:网站首页>Arduino + si5351 square wave generator
Arduino + si5351 square wave generator
2022-07-25 02:43:00 【Jiang Ge 12】
After updating the portable oscilloscope in your hand , I think the oscilloscope comes with 1M Waveform generator is not enough to see .
A higher frequency waveform generator is added to the list , However, there is no professional use , Therefore, investment in finished equipment is not considered .
Search and find that the goods only need 12 element .
I2C Connect the module , Routine run , You can happily see the square wave of the specified frequency .

// https://github.com/etherkit/Si5351Arduino
#include "si5351.h"
#include "Wire.h"
Si5351 si5351;
void setup()
{
bool i2c_found;
Serial.begin(115200);
i2c_found = si5351.init(SI5351_CRYSTAL_LOAD_8PF, 0, 0);
if(!i2c_found)
{
Serial.println("Device not found on I2C bus!");
delay(500);
}
si5351.set_freq(20000000ULL, SI5351_CLK0);
}
void loop()
{
}边栏推荐
- Focus on improving women's and children's sense of gain, happiness and security! In the next ten years, Guangzhou Women's and children's undertakings will make such efforts
- How to take the mold for the picture of 1.54 inch TFT st7789 LCD screen
- Babbitt | metauniverse daily must read: Dubai launched the national metauniverse strategy, which plans to increase the number of related companies of metauniverse by five times in the next five years
- Summary thinking caused by the function of a SMS verification code [easy to understand]
- ASP. Net core 6 framework unveiling example demonstration [01]: initial programming experience
- Simulate the implementation of StrCmp function
- Go multiplexing
- [circular array] JS method collection of circular array
- Get to know string thoroughly
- Componentization and modularization
猜你喜欢

Study notes of filebeat

Object.defineproperty use

Case analysis of building exhibition service management system with low code development platform
![ASP. Net core 6 framework unveiling example demonstration [01]: initial programming experience](/img/26/18fd3106f887f503479f081e29dac3.jpg)
ASP. Net core 6 framework unveiling example demonstration [01]: initial programming experience

Use unicloud cloud function to decode wechat motion steps in applet

Conceptual distinction between Po, Bo, VO, dto and POJO

Pycharm writes SQLite statements without code prompts

Remote sensing image classification tool and visualization application of WebGIS

Request and response

Simulate the implementation of strstr
随机推荐
Project management tool Zen
Generator set work arrangement problem code
Babbitt | metauniverse daily must read: Dubai launched the national metauniverse strategy, which plans to increase the number of related companies of metauniverse by five times in the next five years
Details of happens before rules
Vs2019 configuring Qt5 development environment
Custom types in C language
Cookies and sessions
YuQue - a useful tool for document writing and knowledge precipitation
ByteDance confirmation will be self-developed chip: for internal use only; Musk: I have uploaded my brain to the cloud; Go language product head leaves | geek headline
Go common standard library -time
English grammar_ Reflexive pronoun
Js a simple way to store several objects in an array
Industrial control safety PLC firmware reverse III
SQL recursive follow-up
Picgo configuring Alibaba cloud OSS
Technical experts from large factories: Thoughts on cloud nativity and software supply chain security
How to take the mold for the picture of 1.54 inch TFT st7789 LCD screen
[system design] distributed key value database
6. Object storage
"Introduction to interface testing" punch in day06: interface testing platform: are tools and frameworks incompatible?