Motor control over internet

Hello, I would like if possible to control 1 motor with a wemos d1 over internet or lan, mention that the engine is connected to the L298, I need to control direction and speed. i am a novice, please help

You have several options…two of the most popular are Blynk and Node-RED. Blynk is very easy to employ and most likely the WeMos board would be able work off of the ESP-8266 library. Blynk has UI apps for IOS and Android, no PC user interface. For Node-RED and your WeMos, they would need to connect through a MQTT borker, Mosquito is one of the more popular ones. You can create a dashboard or webpage UI that will run on any PC or smart phone. Node-RED has a little bit more learning curve but a bunch more options…