A clock generator (Si5351) controlled by an ATmega328p.
Go to file
finga ba6fff941e Add possibility to set PLL in gui
- Add registers where PLL_A (MSNA) and PLL_B (MSNB) start.
- Create screens to edit the PLLs and add their entries to the home
  screen.
- Use a struct for keeping the PLL configs.
- For editing such big numbers make the digits selctable.
- Create utility function for calculating 10 to the power of `n`.
2021-10-25 15:22:19 +02:00
board Add board files 2021-10-24 13:16:19 +02:00
firmware/src Add possibility to set PLL in gui 2021-10-25 15:22:19 +02:00
.gitignore Generate a PWM signal for the display 2021-02-19 15:46:36 +01:00
README.md Fix/improve readme 2021-10-24 13:32:40 +02:00

Clock Generator

A simple board operating another Si5351 clock generator board.

Motherboard

The board is populated by an ATmega328(p), powered by a mini USB port, a display and its backlight driver as well as a switchable rotary encoder. The board is designed to be used not only for this project, but also for similar projects where peripherals such as a display and a rotary encoder are needed. All free mcu pins are accessible via pin headers.