Wifi R4 Controlling a Servo
How would I control one servo with the r4 wifi uno module from a website or an app that has a slider?
Tutorial links are also helpful!
1 Reply
I'm not really sure with r4 because i used to work with an Esp32, but you need a Python Server running on your laptop/PC. Then send the value you get from the Website to the Python Server and use the Library HTTPClient (on the Client) to establish a connection to the Server.
Did that fix it?