A clock generator (Si5351) controlled by an ATmega328p.
Find a file
finga 134db298f6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fw-rust: Move PWM handling into screen module
Move the handling of the PWM signal which generates the dimmable
backlight signal into the screen module.
2022-03-30 23:01:45 +02:00
board Add board files 2021-10-24 13:16:19 +02:00
firmware fw-rust: Move PWM handling into screen module 2022-03-30 23:01:45 +02:00
knob knob: Add the encoder knob model [CI SKIP] 2022-03-24 21:52:39 +01:00
.gitignore Generate a PWM signal for the display 2021-02-19 15:46:36 +01:00
.woodpecker.yml fw-rust, readme: Add CI config 2022-03-07 18:35:54 +01:00
README.md readme: Improve wording [CI SKIP] 2022-03-29 17:29:13 +02:00

Clock Generator status-badge

A simple board to control an Si5351 clock generator board with the TWI. Though, this is not limited to the Si5351 board as it is designed to be universal usable.

Board

The board is populated with an ATmega328(p), a display and its backlight driver, a switchable rotary encoder and powered by a mini USB port. All unneeded MCU pins are accessible via pin headers.