User Tools

Site Tools


pidflightlap:ethernet

PIDflight Lap

How to setup Ethernet module for lap timing device

This guide describes the process for configuring an ENC28J60 Ethernet module to use with PIDflight Lap timing devices.

This is based on the ENC28J60 Ethernet Shield Network Module for Arduino Nano.

  1. Flash the PIDflight Lap Ethernet firmware (Download) to the Arduino Nano to be used for the ENC28J60 Ethernet Shield.
  2. Configure your PC wired network connection.
    Static IP: 192.168.4.60
    Netmask: 255.255.255.0
    Gateway: 192.168.4.1
  3. Connect the Ethernet module to the first (or only) lap timing device. Refer to pin-outs.

Connecting to the GUI app

  1. Establish network connection.
  2. Open the GUI lap timing app.
  3. Select 'Manual selection' from the drop down menu.
  4. Enter tcp://192.168.4.1:23 in the 'Ports' field.
  5. Click 'Connect'.

Pin-outs

ArduinoEthernet Arduino
5V5V
GNDGND
RXTX
TXRX
pidflightlap/ethernet.txt · Last modified: 2018/06/10 10:05 by cmengler