1
0
Fork 0
mirror of https://codeberg.org/SiB64/blinkenlights.git synced 2026-06-28 16:19:49 +02:00

Compare commits

...

3 commits

Author SHA1 Message Date
SiB64
b00d21850c src/README: fix typo 2025-04-15 08:45:07 +00:00
Stephan I. Böttcher
b6a7d6a3a6 add bom 2025-04-15 10:38:36 +02:00
SiB64
59ef27f9ce README: remove full paths to images 2025-04-15 08:33:24 +00:00
4 changed files with 34 additions and 4 deletions

2
.gitignore vendored
View file

@ -22,3 +22,5 @@ __pycache__/
*.eeprom *.eeprom
*.objdump *.objdump
mux_uart mux_uart
src/GPIOs.png
src/IMG_4571-1.jpg

View file

@ -2,6 +2,6 @@
This circiut incorporates two most favorite chips, an LM317 (Björns favorite) and an NE555 (my favorite). In our lab the soldering irons run at 317°C. I did not try 555°C. This circiut incorporates two most favorite chips, an LM317 (Björns favorite) and an NE555 (my favorite). In our lab the soldering irons run at 317°C. I did not try 555°C.
![SN1](https://codeberg.org/SiB64/blinkenlights/raw/branch/master/IMG_4564-2.jpg) ![SN1](IMG_4564-2.jpg)
![Layout](https://codeberg.org/SiB64/blinkenlights/raw/branch/master/blinkenlights.png) ![Layout](blinkenlights.png)
[![Schematics](https://codeberg.org/SiB64/blinkenlights/raw/branch/master/blinkenlights_sch.png)](https://codeberg.org/SiB64/blinkenlights/raw/branch/master/blinkenlights_sch.pdf) [![Schematics](blinkenlights_sch.png)](blinkenlights_sch.pdf)

View file

@ -0,0 +1,28 @@
# PcbBOM Version 1.0
# Date: Fr 28 Mär 2025 12:00:02 GMT UTC
# Author: Stephan Boettcher
# Title: BLINKENLIGHTS - PCB BOM
# Quantity, Description, Value, RefDes
# --------------------------------------------
HE_100mil_2_2 unknown 7/7 J1 J10 J11 J2 J5 J6 J9
HE_100mil_4_2 unknown 2/2 J7 J8
HE_100mil_6_2 unknown 2/2 J3 J4
K12S K12SCLOR01.56NOL 1/1 S2
PV36W 1MΩ_PV36W105C01B 2/2 RA RB
P_2816 220µF_16V 1/1 CA1
SDT21LP SDT21LP 1/1 S1
SOIC_150_8 ATtiny13A-SS 1/1 U3
SOIC_150_8 NE555D 1/1 U1
SOT223 LM317AEMP 1/1 U2
c0603 1.2kΩ 1/1 R2
c0603 100nF 4/4 C3 C4 C5 C6
c0603 10kΩ 2/2 R3 RA0
c0603 1MΩ 1/1 R4
c0603 1kΩ 6/6 R11 R12 R13 R14 R15 R16
c0603 3.9kΩ 1/1 R1
c0603 LED_blue 1/1 D13
c0603 LED_green 1/1 D12
c0603 LED_orange 1/1 D14
c0603 LED_red 1/1 D11
c0805 100nF 1/1 CA0
p1206 10µF 3/3 C1 C2 CA

View file

@ -6,7 +6,7 @@ Here you will find
1. `blink.c`: A simple _Hello World_ type of demo. 1. `blink.c`: A simple _Hello World_ type of demo.
LED1 with turn on and exponetionally decay in brightness after a LED1 with turn on and exponentionally decay in brightness after a
keypress or trigger by the NE555. keypress or trigger by the NE555.
2. `kennung.c`: LED1 will emit a characteristic light pattern. 2. `kennung.c`: LED1 will emit a characteristic light pattern.