Raymarine autopilot ST4000+ Manual de usuario

Busca en linea o descarga Manual de usuario para Navegadores Raymarine autopilot ST4000+. DIY Autohelm ST4000+ Remote Control [en] Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 19
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 0
DIY Autohelm ST4000+ Remote Control
PURPOSE:
I basically wanted to create a remote control for my Raymarine ST4000+ for under $100.00.
This remote is to be open source, use inexpensive hardware, have free software development, and to be
used for non-commercial purposes!
To build this remote you will need to have electronic skills, be able to use a soldering iron, be able to
diagnose serial communication, Have some Arduino Knowledge, and be able to use a scope or logic
analyzer. If you don’t have any of these skills, I highly suggest you buy a finished product.
I will offer no help other than what is enclosed. I will try to give you all the information here to get
started and pointed in the right direction.
All the software and information is freely available on the web.
DISCLAIMER:
THE SOFTWARE/HARDWARE IS PROVIDED IN AN “AS IS” CONDITION. NO WARRANTIES,
WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED
TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE APPLY TO THIS SOFTWARE/HARDWARE. I SHALL NOT,
IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES CAUSED BY YOUR CONTRUCTED REMOTE CONTROL, FOR ANY REASON
WHATSOEVER.
Vista de pagina 0
1 2 3 4 5 6 ... 18 19

Indice de contenidos

Pagina 1

DIY Autohelm ST4000+ Remote ControlPURPOSE:I basically wanted to create a remote control for my Raymarine ST4000+ for under $100.00.This remote is to

Pagina 2

#include <RCSwitch.h>int ledPin = 13; // LED connected to digital pin 13int NO = 0;int YES = 1;int HIGHH = 1;int LOWL = 0;

Pagina 3 - 315 MHZ Receiver $5.00

delay(100); // programming delayif (mySwitch.available()){int value = mySwitch.getReceivedValue(); // get key fob value w

Pagina 4

14.) Make sure you check all your wiring and the power connections are of the right polarityotherwise the magic smoke may escape.15.) Next download th

Pagina 5 - Enclosure $9.00

#define LAMP_OFF 0x00#define LAMP_ON 0x0C#define PLUS_ONE 0x07#define MINUS_ONE 0x05#define PLUS_TEN 0x08#define MINUS_T

Pagina 6

digitalWrite(SEATALK_TX_OUT, LOWL); // allow output to floatif (mySwitch.available()){int value = mySwitch.getReceivedValue(); // get key fob value wh

Pagina 7

}mySwitch.resetAvailable();}}void SendKeystrokeMsg ( int cData ){int cError;do {CheckBus(); // wait for bus to be idledigitalWrite(ledPin, HIGHH); //

Pagina 8 - Construction:

int SendBit ( int cError, int cBit ){int cX;// this is bit-banged code, it must be adjusted to give 208uS bit times (4800 baud)if ( cError != YES ) //

Pagina 9

16.) Hook up the adaptor as described at the beginning of this project and run SEAMON1.exe.17.) Hook up your Arduino to the adaptor.18.) Next using th

Pagina 10

19.) Next plug into your autopilot (Raymarine st4000+) at you own risk!20.) Press the remote buttons and see the results. I get about 25 feet reliably

Pagina 11

Revision Aug 29, 2014Added a different Enclosure and finished picture.Enclosure is a Hammond 1591CSFLBK @ $5.95

Pagina 12

Hardware Costs:Arduino Uno + ProtoType Shield (Free shipping) $18.00http://www.ebay.com/itm/NEW-UNO-R3-ATMEGA16U2-Board-Proto-Type-Shield-For-Arduino-

Pagina 13

315 MHZ Receiver $5.00http://www.adafruit.com/products/1098

Pagina 14

315 4 Button Transmitter $7.00http://www.adafruit.com/products/1095

Pagina 15

Enclosure $9.00http://www.ebay.com/itm/Arduino-Project-Box-Official-Arduino-Enclosure-Case-/321421439488?pt=Educational_Toys_US&hash=item4ad635f20

Pagina 16

Raymarine Flat Plug (Optional) $30.00http://www.defender.com/product3.jsp?path=-1|344|2028705|2028871&id=98747You can find used on Ebayhttp://www.

Pagina 17

The adapter shown will help you with diagnosing problems. The circuit is shown is from the ThomasKnauf page http://www.thomasknauf.de/rap/seatalk3.htm

Pagina 18

Construction:1.) Assemble the prototype shield2.) Unsolder the existing Header pins from the Receiver (optional). If you don’t, the receiver will sita

Pagina 19 - Revision Aug 29, 2014

Connect the power and ground of the receiver to the power and ground connections on theShield. Also solder one end of a wire to pin 14 on the receiver

Comentarios a estos manuales

Sin comentarios