Skip to content

Commit

Permalink
Update slide
Browse files Browse the repository at this point in the history
  • Loading branch information
paramphy committed Mar 1, 2022
1 parent c14becc commit 12c9d4c
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 34 deletions.
Binary file added slides/ezgif_com-optimize_7BrvBM8NYY.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 54 additions & 21 deletions slides/presentation.html

Large diffs are not rendered by default.

41 changes: 28 additions & 13 deletions slides/presentation.md
Expand Up @@ -23,11 +23,19 @@ Arduino is a prototype platform (open-source) based on an easy-to-use hardware a
---
# **Arduino Board**

![arduinounoboard right:10% 10%](https://i.imgur.com/6uYuZAM.jpg)
| Arduino Board | |
|:-:|:-:|
| ![arduinounoboard right:10% 10%](https://i.imgur.com/6uYuZAM.jpg) | This is a Arduino UNO board. This board is used as a first board as it is cheap and available. | |


---
# **IDE**
![](https://i.imgur.com/5X0IlAi.png)
# **IDE(Integrated Development Environment)**

| IDE | |
|:-:|:-:|
| <img src="https://i.imgur.com/5X0IlAi.png" alt="drawing" width="200"/>|This is the default IDE provides by Arduino corporation itself. It is convinient to use and truly you dont need anything else to other than this as an IDE. This is the best tool to connect to your seperate arduino board from your comuter and upload your **sketch**. (What is sketch??) |


---

# **Important Links**
Expand All @@ -38,14 +46,6 @@ Arduino is a prototype platform (open-source) based on an easy-to-use hardware a
- **[Github Repo for the Lecture and slides](https://github.com/paramphy/Arduino-doc)**
- **[TinkerCAD Circuit Simulation](https://www.tinkercad.com/)**

---
# **Contacts**

### Email-id : parameshchandra28@gmail.com
### Phone no : 9007869662

*email is more preferred over phone.

---

# **Syllabus**
Expand All @@ -60,12 +60,27 @@ Arduino is a prototype platform (open-source) based on an easy-to-use hardware a

# **Platforms we will be using**

Arduino physical board is the best (Arduino Uno is the goto board) to learn arduino coding and we need a computer the compile and upload the code to arduino. As you are new to this I prefer using a arduino simulator to practice and learn first.
Arduino physical board is the best (Arduino Uno is the goto board) to learn arduino coding and we need a computer to compile and upload the code to Arduino. As you are new to this I prefer using a arduino simulator to practice and learn first.

We will be using [tinkercad](https://www.tinkercad.com/) to simulate the circuit. Please try to make a free account there to seamlessly use the features. You can make an account [here](https://www.tinkercad.com/).

---

# **Code availability**

Every code is available and opensourced in my [github repo](https://github.com/paramphy/Arduino-doc). Feel free to ask for any pull request. I am happy to help.
Every code is available and opensourced in my [github repo](https://github.com/paramphy/Arduino-doc). Feel free to ask for any pull request. I am happy to help. I have also hosting an website for Arduino documentation [here](hhttps://arduino-doc.readthedocs.io/en/latest/).

---
# **Contacts**

**Email-id : parameshchandra28@gmail.com**
**Phone no : 9007869662**

*email is more preferred over phone.

---

# **More**

[Here](https://create.arduino.cc/projecthub) are some interesting projects you can check out.

Binary file modified slides/presentation.pdf
Binary file not shown.

0 comments on commit 12c9d4c

Please sign in to comment.