User Tools

Site Tools


pidflightlap:ethernet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pidflightlap:ethernet [2018/06/10 09:40]
cmengler created
pidflightlap:ethernet [2018/06/10 10:05] (current)
cmengler [How to setup Ethernet module for lap timing device]
Line 7: Line 7:
 {{ :​pidflightlap:​pidflightlap_enc28j60_shield.png?​400 |}} {{ :​pidflightlap:​pidflightlap_enc28j60_shield.png?​400 |}}
  
-===== Configuration ===== +  - Flash the PIDflight Lap Ethernet firmware ({{:​pidflightlap:​pidflightlap_ethernet_0.0.1.zip|Download}}) to the Arduino Nano to be used for the ENC28J60 Ethernet Shield. 
-<WRAP center round alert 60%+  - Configure your PC wired network connection.<code
-WORK IN PROGRESS +Static IP: 192.168.4.60 
-</WRAP>+Netmask: 255.255.255.0 
 +Gateway: 192.168.4.1 
 +</code> 
 +  - Connect the Ethernet module to the first (or only) lap timing device. Refer to pin-outs.
  
 +===== Connecting to the GUI app =====
 +  - Establish network connection.
 +  - Open the GUI lap timing app.
 +  - Select '​Manual selection'​ from the drop down menu.
 +  - Enter ''<​nowiki>​tcp://​192.168.4.1:​23</​nowiki>''​ in the '​Ports'​ field.{{ :​pidflightlap:​pidflightlap_gui_tcp.jpg?​nolink |}}
 +  - Click '​Connect'​.
 +
 +===== Pin-outs =====
 +
 +^Arduino^Ethernet Arduino^
 +|5V|5V|
 +|GND|GND|
 +|RX|TX|
 +|TX|RX|
pidflightlap/ethernet.1528587642.txt.gz · Last modified: 2018/06/10 09:40 by cmengler