Si5351Arduino icon indicating copy to clipboard operation
Si5351Arduino copied to clipboard

Library for the Si5351 clock generator IC in the Arduino environment

Results 35 Si5351Arduino issues
Sort by recently updated
recently updated
newest added

Will one daythis library could be ported to Raspberry?

Right after initializing ( so with default values for pll-source, plla ) Consider: ``` si5351.set_freq(8000000000ULL, SI5351_CLK0); si5351.set_freq(15600000000ULL, SI5351_CLK0); si5351.set_freq(8000000000ULL, SI5351_CLK0); ``` The second 80 MHz is not put out. Some...

Fixed minor error in sketch line 34

The header for the set_freq method is as follows: /* * set_freq(uint64_t freq, enum si5351_clock clk) * * Sets the clock frequency of the specified CLK output. * Frequency range...

Hi I'm very new to Arduino , I have downloaded the latest lib and get the following error when compiling the calibration sketch. Obviously I'm missing something very simple. Would...

an empiric fix on PLL reset (it was not working without some magic undocumented value) is also included. These changes are going to cover the case where the external SSEN...

Seems like there is a small difference in calfactor when calibrating at LF compared to both 10MHz and 200MHz. As far as I can tell, this difference must be due...

Use Case: Higher symbol rate modulations, where the symbol length is not >> calculation + programming time (currently about 0.5ms on a 16MHz ATMega). Possible implementation: - An alternate function...

enhancement

I was able to successfully build the code using both the [arduino-pico](https://github.com/earlephilhower/arduino-pico) and the official MBED SDK, but they do not control the Si5351a when run on the Raspberry Pi...

The library does not seem to work with the new Microchip AtTiny's, at least with the AtTiny3216, but the Adafruit 5351 library does. I am using Arduino 1.8.15 and MegaTinyCore...