Update README.md

This commit is contained in:
AK-Homberger
2019-07-21 12:24:08 +02:00
committed by GitHub
parent 044a120840
commit 2979b2de2d

View File

@@ -5,12 +5,12 @@ This repository shows how to build a Seatalk Autopilot Remote Control device bas
# Hardware
The circuit diagram and the PCB layout are shown in the hardware section of this repository.
A PCB is available at aisler.net (https://aisler.net/p/LCDCUVMF) for about 21 EUR for three board.
I made the PCB available at aisler.net (https://aisler.net/p/LCDCUVMF).
The circuit implements mainly an interface between the Seatalk bus (12 Volt) and the Arduino (5 Volt).
The easiest way was to use the 74LS07 open collector driver device. This is much easier than most of the other implementations I have seen so far. The PCB also contains the voltage regulator (12-14 Volt from Seatalk bus to 5 Volt for the Arduino) and a 433 MHz receiver. Please select/buy the right ProMicro device (5 Volt). There are also 3.3 Volt devices available. But the 3.3 Volt devices will not work.
Please also select a high quality receiver which fits to the PCB design (RXB6). As antenna please use a short wire (e.g. 7,3 cm).
Please also select a high quality receiver which fits to the PCB design (RXB6, Superhet). As antenna please use a short wire (e.g. 7,3 cm).
The PCB also allows the connection of a standard OLED device (SSD1306) to show the current apparent wind speed. But this is optional.