forked from cartaR02/HyperLabsArduino
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
61 lines (42 loc) · 1.91 KB
/
Copy pathindex.qmd
File metadata and controls
61 lines (42 loc) · 1.91 KB
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
---
title: "HyperLabs Arduino Workshop"
---
Welcome to **HyperLabs Arduino** — your hands-on guide to learning Arduino through interactive workshops, example code, and step-by-step resources.
Whether you're picking up a microcontroller for the first time or ready to dive into wireless communication and sensors, this site has everything you need to get building.
::: {.card-grid}
::: {.feature-card}
### Beginner Workshop
Start from scratch with LEDs, buzzers, servos, and sensors. Perfect for your first Arduino project.
[Get Started](Beginner.qmd){.btn-gold}
:::
::: {.feature-card}
### Intermediate Workshop
Level up with Bluetooth, IR remotes, RFID, and motion sensors. Build smarter, wireless projects.
[Explore](Intermediate.qmd){.btn-gold}
:::
::: {.feature-card}
### Full Source Code
Browse all example sketches and resources on GitHub. Clone, fork, or download everything.
[View on GitHub](https://github.com/cartaR02/HyperLabsArduino){.btn-gold}
:::
:::
---
## What You'll Learn
| Level | Topics | Components |
|-------|--------|------------|
| **Beginner** | Digital & analog I/O, PWM, serial communication | LED, potentiometer, buzzer, servo, ultrasonic sensor, OLED, keypad, joystick |
| **Intermediate** | Wireless protocols, motion tracking, RFID | IR remote, Bluetooth (HC-05), MPU6050 IMU, RFID reader |
---
## Getting Started
1. **Download the Arduino IDE** from [arduino.cc/en/software](https://www.arduino.cc/en/software)
2. **Connect your board** (Arduino Uno) via USB
3. **Select your board & port** in *Tools > Board* and *Tools > Port*
4. **Open an example** from this site and upload it
---
## Repository Structure
| Folder | Contents |
|--------|----------|
| `BeginnerExamples/` | Starter sketches — LED, buzzer, servo, OLED, and more |
| `IntermediateExamples/` | Advanced sketches — Bluetooth, IR, RFID, IMU |
| `Others/` | Miscellaneous examples and extras |
| `Games/` | Fun interactive projects |