fix: level in levelshifter too low on high frequen...
by Andreas Kurz 2 months 2 weeks
fix: level in levelshifter too low on high frequencies

The pull-up resistor to 5V was too big causing the levels not raising
high enough to provide a good signal for the WS2812 RGB LEDs. This is
fixed by choosing a smaller resistor and removing the current limiter
from the microcontroller to the source of the levelshifter's MOSFET.

Signed-off-by: Andreas Kurz <info@akurz.net>
feat: add license to repo
by Andreas Kurz 2 months 3 weeks
feat: add license to repo

Signed-off-by: Andreas Kurz <info@akurz.net>
chore: redraw levelshifting circuit
by Andreas Kurz 2 months 3 weeks
chore: redraw levelshifting circuit

No changes in PCB
chore: rename to coffeecaller
by Andreas Kurz 2 months 3 weeks
chore: increase LED resistor to 5k1
by Andreas Kurz 2 months 3 weeks
chore: increase LED resistor to 5k1

The power and normal GPIO driven LEDs are quite bright. So the resistor
is increased to 5k1 as this type is already in use on the board.
feat: use smd connector for servos
by Andreas Kurz 2 months 3 weeks
chore: minor clean ups
by Andreas Kurz 2 months 3 weeks
feat: add connector for 4 servos
by Andreas Kurz 3 months 1 week
feat: add level shifter for ws2812
by Andreas Kurz 3 months 1 week
feat: add pull-ups for i2c
by Andreas Kurz 4 months 2 weeks
Report a bug