Update README.md

This commit is contained in:
AK-Homberger
2020-09-28 14:26:57 +02:00
committed by GitHub
parent 81bf03bd40
commit 2b91943753

View File

@@ -74,6 +74,25 @@ Have fun with the remote control.
Please be aware that this repository is only for educational purpose, to learn how to use the Seatalk protocol. Use it on your own risk and do not use it for critical systems in real life environments.
# Partlist:
```
J1 Connector, AKL 101-03, 3-pin, 5,08 mm
J2/J6 RXB6 433 Mhz receiver
J4 Arduino ProMicro, 5 Volt
U1 7805 (alternative: 173950578 MagI3C DC-DC Power Module)
U2 7407N (alternative: 74LS07)
D1 Zenerdiode 5,1 Volt (0,5 Watt)
D2 LED, rot, 3 mm
R1 Resistor 10 K, metal, 1/4 watt
R2 Resistor 68 K, metal, 1/4 watt
R3 Resistor 27 K, metal, 1/4 watt
R4 Resistor 270 Ohm, metal, 1/4 watt
R5 Resistor 10 K, metal, 1/4 watt
Optional:
OLED display, 096 inch, I2C,
```
# Updates:
- Version 1.4 - 27.07.20: Use of millis() funtion to avoid delay() and timer counter in loop(). Improved detection of 433MHz keys.