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

In the function select_r_div, I have a question about lines 1731 through 1740. The else-if blocks are are exactly the same and are redundant. See this snippet below. Is this...

I am building this very simple project to transmit in WSPR in the 2m band with ESP8266 and Si5351. See web page: https://antrak.org.tr/blog/esp-wspr-simple-and-inexpensive-wspr-transmitter/ sketch: https://antrak.org.tr/wp-content/uploads/ESPWSPR-yazilimlar.zip libraries: // Etherkit Si5351 (Library...

Finally got around to doing a pull request for this! Code optimisations and changes to make it possible to use a "Lite" version. If using CLK6/7 this will cut the...

This is being added to the adafruit si5351 library https://github.com/adafruit/Adafruit_Si5351_Library/pull/16 There have been a few reported problems of Si5351 generating frequency outputs way to low or to high in frequency....

Hi , I am integrating Si5351Arduino on an ESP32 micro using arduino IDE. I get erratic behaveures when using the set_freq and set_freq_manual methods; in particular: 1) the status is...

I'm using this library with a 4351b, 27Mhz Xtal and it seems to work well. However I would like to see what LOS and REVID actually mean. in my case...

Hi Jason: Thanks for an excellent Si5351 library. I use it all the time on Arduino/Teensy. I've started doing some projects using the STM32 family and I'd love to be...

Hi. I bought a SI5351 dev board from amazon loaded in this libary and started running the example script. The serial output clearly sais to me that the PLLs are...

**Describe the bug** On some chips the frequency seems wrong. In fact when checking the registers spread spectrum was activated. Probably from the factory. **Correction** I added code in the...