Hi,
i wanted to display some RouterOS values on a LCD hooked up to an ESP8266 which is connected to a Mikrotik Wifi network.
Background Story:
We have a small train that should get Wifi over LTE along the track for our customers and to send the GPS Position of the train to a server. For this i want to get a Mikrotik router since i am familiar with these. To check the LTE, GPS and Internet Status I want to place an ESP8266 with a LCD/OLED Display at the driver's cab so that he knows whats going on.
With a Raspberry Pi this is possible but it needs to be booted up and shut down properly and i want to keep it stupid and simple so i decided to use an ESP8266
I checked out the Mikrotik API documentation and was overwhelmed and i understood nothing. I also tried to read values via Telnet but this is so messy with the libraries i found.
Can someone please help me find a solution for that problem?