Skip to content

Python

arduino shield thumbnail

Simple analog and digital control prototype using Arduino and Python

Building hardware interfaces for programs and robotic projects its always easy with Arduino, the communication capability of the board allows to send data directly to a computer or logic circuit with no need for complex custom electronic configurations. The prototype was created to test the following capabilities and characteristics for Arduino and Python working in together: Arduino analog and digital read Arduino Serial communication  Python Serial port reading Python periferical control emulation Creating a custom shield for the control make… Read More »Simple analog and digital control prototype using Arduino and Python