# Python3-Arduino Microcontroller Experiments with Arduino By using Python3 #Working with Arduino UNO [Atmega328p] Setting up firmware for Arduino board In Tools Menu, select appropriate Board (Arduino/Genuino UNO) and Port as the available serial port to which Arduino is connected. Open arduino-firmware folder and then Upload the arduino-firmware.ino sketch to the board. #Executing python codes for doing experiments on Arduino * Open the Terminal on Linux OS * Navigate to the Examples folder * On the terminal type python3 FileName.py # Main developers: Manas Ranjan Das, FOSSSEE, IIT-Bombay Contributions in shape of [Pull Requests] are always welcome.