Raymarine autopilot ST4000+ Bedienungsanleitung Seite 11

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 19
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 10
delay(100); // programming delay
if (mySwitch.available())
{
int value = mySwitch.getReceivedValue(); // get key fob value when key pressed
Serial.print( value ); // print value on serial monitor
mySwitch.resetAvailable();
}
}
11.) I left out how to get the program into the Arduino as you will need to read up on that website
given earlier, if you’re not familiar with using an Arduino.
12.) Run the serial monitor in the Arduino Development Software and Press the Remote FOB. Note
the values that are displayed as you press the buttons. These should be the same values that I
had in my final program. If not, you’ll have to change the values in the final program to match
your button values.
13.) If that works, the next step is to wire up the Seatalk interface on the prototype board. This
circuit is available from Yapp Electronics http://yappelectronics.co.uk/ybw/
Seitenansicht 10
1 2 ... 6 7 8 9 10 11 12 13 14 15 16 17 18 19

Kommentare zu diesen Handbüchern

Keine Kommentare