Archives

Python script to control LED in Arduino

This project has been written to show how a Python script can communicate with Arduino and control devices such as LEDs. The following code can be used in either Linux or Windows environment. Please note to use one of the “serial” definition which is compatible with the corresponding OS. Python code: First, we need to…

Read More