Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
paramphy committed Jul 7, 2021
1 parent 51c51d6 commit fcb4c7a
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/_config.yml

This file was deleted.

1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions slides/presentation.html

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions slides/presentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
theme: gaia
_class: lead
paginate: true
backgroundColor: #fff
marp: true
backgroundImage: url('https://marp.app/assets/hero-background.jpg')
---

# **Lectures on Arduino**
## *SEC B-1(Project Type)*


---

![bg left:20% 80%](https://i.imgur.com/OrgRQio.png)

# **Arduino**

Arduino is a prototype platform (open-source) based on an easy-to-use hardware and software. It consists of a circuit board, which can be programed (referred to as a microcontroller) and a ready-made software called Arduino IDE (Integrated Development Environment), which is used to write and upload the computer code to the physical board.

[Official Site of Arduino](https://www.arduino.cc/)

---

# **Important Links**

- **[Official Site of Arduino](https://www.arduino.cc/)**
- **[Arduino Uno rev Official Documentation](https://docs.arduino.cc/hardware/uno-rev3)**
- **[Lecture Notes](arduino-doc.readthedocs.io/)**
- **[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**

- **Introduction to arduino**
- **Basic Ideas**
- **Arduino Programing**
- **Interfacing**
- **Practical Projects**

---

# **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.

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.
Binary file added slides/presentation.pdf
Binary file not shown.

0 comments on commit fcb4c7a

Please sign in to comment.