====== PIDflight Lap ====== ===== How to setup WiFi module for lap timing device ===== The common serial over WiFi modules available are ESP-01 with serial adapter board and the more recently available module the DT-06. ===== DT-06 ===== By default the DT-06 module is set to **9600** baud rate and TCP port **9000**. The DT-06 module must be configured to **115200** baud rate. - Power up the lap timing device with the DT-06 module connected. - Connect to the WiFi network, by default it will be called "Doit_WiFi_XXXXXX". - Open your web browser to **http://192.168.4.1** {{ :pidflightlap:dt-06_main.png?direct&360 |}} - Navigate to **Module** -> **Serial**, set the **BaudRate** to **115200**. {{ :pidflightlap:dt-06_serial.png?direct&360 |}} - Navigate to **Module** -> **WiFi**, you can optionally change the **SSID Name** and **Password**. {{ :pidflightlap:dt-06_wifi.png?direct&360 |}} - Navigate to **Module** -> **Networks**, set **Socket Type** to **TCP Server** and **TCP Server Local Port** to **23**. {{ :pidflightlap:dt-06_network.png?direct&360 |}} - Navigate to **More** -> **Restart**, for settings to take affect the DT-06 module must be restarted. - All done! ==== Pin-outs ==== ^Arduino^DT-06^ |5V|VCC| |GND|GND| |RX|TX| |TX|RX| ===== ESP01 serial adapter ===== //To be completed.//