From 2b91943753916ee96e3b5e834140594347b31789 Mon Sep 17 00:00:00 2001 From: AK-Homberger <53138495+AK-Homberger@users.noreply.github.com> Date: Mon, 28 Sep 2020 14:26:57 +0200 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 8b37d5c..11c45e8 100644 --- a/README.md +++ b/README.md @@ -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.