summaryrefslogtreecommitdiff
path: root/spoken/scilab-arduino-slides/scilab-arduino.tex
blob: 10f46d7f9d4df7f6de76883b52b2be45d96768b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
\documentclass[17pt,xcolor=table]{beamer} 
\definecolor{sbhs}{RGB}{255,69,50}
\definecolor{sbhs1}{RGB}{255,97,73}
\setbeamercolor{structure}{fg=sbhs}
\setbeamercolor{alerted text}{fg=sbhs1}
\usepackage{verbatim}
\usepackage{bm}
%\usepackage{txfonts}
\newenvironment{colorverbatim}[1][]
{
\color{blue}
}
{
\endverbatim
}
\usepackage{beamerthemesplit}
\usepackage{graphicx}
\usepackage{eso-pic}
\usepackage{beamerthemeshadow}
\beamertemplateshadingbackground{blue!5}{yellow!10}
\usepackage{beamerthemesplit}
\logo{\includegraphics[height=1cm]{3t-logo.pdf}}
\begin{document}
\sffamily \bfseries
\title
[\scriptsize {Arduino access- IDE, Scilab \& Xcos}
\hspace{0.05cm}]
{\large{Performing LED blinking experiment on Arduino using Arduino IDE, Scilab and Xcos}}
\author [Manas R. Das]
{\small Talk To a Teacher \\http://sakshat.ac.in \\ National Mission on Education
  through ICT \\ http://spoken-tutorial.org \\ [0.2cm]
  Manas R. Das \\IIT Bombay \\ [0.1cm]
{\small 2 July 2015}}
\date{}
\begin{frame}
   \titlepage
\end{frame}

\begin{frame}[fragile]
\frametitle{Objectives}
In this tutorial we will learn to:
\begin{itemize}[<+-|alert@+>]
\item Connect Arduino to computer
\item Perform LED blinking experiment using Arduino IDE
\item Load scilab-arduino toolbox in scilab
\item Perform LED blinking experiment using scilab script
\item Perform LED blinking experiment using Xcos

\end{itemize}
\end{frame}

\begin{frame}
\frametitle{Software requirements}
\begin{itemize}[<+-|alert@+>]
\item Scilab 5.5.2 must be installed on your computer
\item I am using Windows-8 64 bit OS
\end{itemize}
\end{frame}

\begin{frame}
\frametitle{Scilab}
\begin{itemize}[<+-|alert@+>]
\item Download scilab from \\{\color{red} www.scilab.org}
\item Watch Scilab installation spoken tutorial available at {\color{red} spoken-tutorial.org}
\end{itemize}
\end{frame}



\begin{frame}[fragile]
\frametitle{Prerequisites}
\begin{itemize}[<+-|alert@+>]
\item Need of Origin folder
\item Save it on desktop
\end{itemize}

\end{frame}


\begin{frame}[fragile]
\frametitle{Arduino with shield}
\begin{figure}
\centering
\begin{minipage}{0.45\textwidth}
\centering
\includegraphics[width=1\linewidth]{arduino-shield-top.jpg}
\end{minipage}
\begin{minipage}{0.45\textwidth}
\centering
\includegraphics[width=0.9\linewidth, angle=90]{arduino-shield-side.jpg}
\end{minipage}
\end{figure}
\end{frame}


\begin{frame}[fragile]
\frametitle{Scilab-Arduino toolbox}
\begin{itemize}[<+-|alert@+>]
\item Scilab by default cannot communicate with arduino
\item Functionality provided using scilab-arduino toolbox
\item Toolbox available for both windows and linux
\end{itemize}

\end{frame}

\begin{frame}[fragile]
\frametitle{Scilab-Arduino toolbox Contd...}
\begin{itemize}[<+-|alert@+>]
\item Toolbox located at Origin/tool/windows or Origin/tools/linux
\item Requires a dedicated firmware to work with arduino
\item Firmware located at Origin/tools/arduino-firmware
\end{itemize}

\end{frame}
 
\begin{frame}[fragile]
\frametitle{Summary}
In this tutorial, we have learnt how to,
\begin{itemize}[<+-|alert@+>]
\item Perform Arduino IDE installation
\item Perform LED blinking experiment using Arduino IDE
\item Load scilab-arduino toolbox in scilab
\item Perform LED blinking experiment using scilab script
\item Perform LED blinking experiment using Xcos
\end{itemize}
\end{frame}

\begin{frame}
\frametitle{About the Spoken Tutorial Project}
\begin{itemize}
\item Watch the video available at {\color{red} http://spoken-tutorial.org /What\_is\_a\_Spoken\_Tutorial}
\item It summarises the Spoken Tutorial project 
\item If you do not have good bandwidth, you can download and watch it
\end{itemize}
\end{frame}

\begin{frame}
\frametitle{Spoken Tutorial Workshops}The Spoken Tutorial Project Team 
\begin{itemize}
\item Conducts workshops using spoken tutorials
\item Gives certificates to those who pass an online test
\end{itemize}
For more details, contact \\ {\color{red}contact@spoken-tutorial.org}

\end{frame}

\begin{frame}
\frametitle{Acknowledgements}
\begin{itemize}
\item Spoken Tutorial Project is a part of the Talk to a Teacher  project
\item It is supported by the National Mission on Education through  ICT, MHRD, Government of India
\item More information on this Mission is available at: \\ {\color{red} http://spoken-tutorial.org \\ /NMEICT-Intro}
\end{itemize}
\end{frame}



\end{document}