Simple first program on WEMOS D1 Mini
Posted: Mon Jan 22, 2018 2:59 am
Hi!
My first project with this cool litte unit is to make my Epson Projector controllable over Wifi. It has a RS232 contact and good command documentation.
I started with installing Arduino IDE, and i loaded one D1 with ESPeasy. I also bought a RS232 to TTL converter, and hooked it up.
This enabled me to control the projector by telnet to the D1, and send commands to the projector. Problem is, ESPeasy also transmits internal log messages to the serial bus, which the projector replies with ERR to..
This is why i want to make my own code simply for this use, Telnet is simple to use, so i'll try that.
(other suggestions to easily implementable communication to the D1 is well recieved, but i'll try to steer clear of MQTT for now)
Anyone here who can start me off in the right direction?
My first project with this cool litte unit is to make my Epson Projector controllable over Wifi. It has a RS232 contact and good command documentation.
I started with installing Arduino IDE, and i loaded one D1 with ESPeasy. I also bought a RS232 to TTL converter, and hooked it up.
This enabled me to control the projector by telnet to the D1, and send commands to the projector. Problem is, ESPeasy also transmits internal log messages to the serial bus, which the projector replies with ERR to..
This is why i want to make my own code simply for this use, Telnet is simple to use, so i'll try that.
(other suggestions to easily implementable communication to the D1 is well recieved, but i'll try to steer clear of MQTT for now)
Anyone here who can start me off in the right direction?