Merge branch 'askz/fix-levelshifter'
by Andreas Kurz 3 weeks 4 days
Merge branch 'askz/fix-levelshifter'

Signed-off-by: Andreas Kurz <info@akurz.net>
bece889f
fix: level in levelshifter too low on high frequen...
by Andreas Kurz 3 weeks 4 days
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>
350ba99a
Merge branch 'askz/add-license'
by Andreas Kurz 3 weeks 6 days
Merge branch 'askz/add-license'

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

Signed-off-by: Andreas Kurz <info@akurz.net>
4214b5d4
Merge branch 'askz/corrections'
by Andreas Kurz 3 weeks 6 days
Merge branch 'askz/corrections'

Signed-off-by: Andreas Kurz <info@akurz.net>
45f88785
feat: add OSHW logo
by Andreas Kurz 4 weeks 1 day
09d01c1b
chore: redraw levelshifting circuit
by Andreas Kurz 4 weeks 1 day
chore: redraw levelshifting circuit

No changes in PCB
40de775d
chore: rename to coffeecaller
by Andreas Kurz 4 weeks 1 day
9c0ee51f
chore: increase LED resistor to 5k1
by Andreas Kurz 4 weeks 1 day
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.
ce9ad5bf
chore: use more correct trace width for RF
by Andreas Kurz 1 month 6 hours
chore: use more correct trace width for RF

For a two layer board the correct trace width for 50 Ohms should be
around 2,7 mm. This is quite thick and doesn't connect well to the
existing pads. Therefore it's reduced to 1,7 mm as mentioned in the
datasheet for the antenna.

Also a test point is added to connect analyzers directly to the RF
output.
61dc938b
Report a bug