This is the Umbrella page for projects that communicate with the model trains via WiFi.
Dsp_State_ESP13. Project uses an ESP13 to communicate the status of a train to a Smartphone.
WiFi_Train_State: Project uses WiFi to communicate the status of a train to a Smartphone.
Track_Train_ESP_WiFI: Project is based on an ESP8266 that due to pin limitations uses serial sensor inputs and serial signal outputs. The project then uses WiFi to communicate the status of a train to a Smartphone. The display will be updated in response to user requests.
LDR_ESP_WiFi_SSE: Project uses LDRs to monitor a train. The ESP8266 controls signals and uses SSE to update any change in status to a smart device. Contrast with Track_Train_ESP_WiFI: that updates on user requests.
Multiple WiFi ESP_NOW to WiFi AP: Multiple ESP_NOW stations that send train status to central ESP_NOW that acts as a WiFi AP. Expands LDR_ESP_WiFi_SSE: for multiple stations.