summaryrefslogtreecommitdiff
path: root/Python3-Arduino-master/README.md
blob: d6cb41fb8115112692bff0fcf2349b69d7d11a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.