Setelah beberapa pekan kita belajar tentang Arduino dan simulasinya pada Tinkercad, selanjutnya kita akan mengerjakan tugas proyek. Tugas ini bertujuan untuk menguji pemahaman terhadap materi yang telah disampaikan beberapa pekan terakhir. Perincian tugasnya adalah sebagai berikut.
Daftar Isi #
Deskripsi #
- Berkelompok 2-3 orang
- Durasi 4-28 Mei 2021
Output #
Jadwal #
- Pengumpulan Tugas:
28 Mei 2021
, pukul 16.00 WIB (batas akhir)
Dokumen Laporan #
- Latar belakang
- Spesifikasi
- Alternatif yang ada, alasan pemilihan solusi
- Desain
- Flowchart
- Komponen yang dibutuhkan
- Implementasi
- Gambar rangkaian di Tinkercad
- Cara kerja alat
- Bagaimana menerapkan solusi untuk menjawab latar belakang?
- Pengujian
- Simulasi pada Tinkercad
- Troubleshooting
Video #
- Konten berupa penjelasan singkat tentang:
- Latar belakang
- Solusi yang ditawarkan
- Cara implementasi
- Pengujian
- Ketentuan lainnya:
- Durasi maksimal 10 menit.
- Mencantumkan identitas (nomor kelompok, NIM, nama lengkap).
- Perkenalan di awal video.
Pengumpulan #
- GitHub Repository:
- Buat repository dengan nama:
Kelompok-XX
, misalnya:Kelompok-99
- Buat repository dengan nama:
- Ketentuan:
- Semua file dikumpulkan/diunggah ke repository di atas, kecuali video.
- Video diunggah di YouTube, yang kemudian linknya dicantumkan pada file
README.md
di repository. - Ketentuan lain yang lebih detail akan disampaikan melalui pengumuman di GitHub.
Tingkat Kesulitan #
- Pilihan 1 (mudah): 1 input, 1 output
- Pilihan 2 (sedang): input ≥ 1, output > 1
- Pilihan 3 (sulit): multiple input, multiple output
- Multiple yang dimaksud adalah minimal 3 input, 3 output.
Contoh #
Pilihan 1 #
1 input, 1 output
Project Name | Input | Output | Description |
---|---|---|---|
Social Distancing | Ultrasonic Sensor | Buzzer | Buzzer turned on in a certain distance: |
•1 beep/3 second if distance ≥ 2 meter | |||
•1 beep/second if distance ≥ 1 meter and distance < 2 meter | |||
•3 beep/second if distance < 1 meter | |||
Water Leveling | Ultrasonic Sensor | Servo Motor | Tap closed if the water in tank is full. |
Health Checking | Temperature Sensor | RGB LED | Check the human normal temperature. |
•LED Green if normal. | |||
•LED Red if not normal. | |||
Residential Gate | Ultrasonic Sensor | LCD Monitor | Welcome message when a vehicle pass. |
Calculator | Keypad | LCD Monitor | Standard calculator |
Pilihan 2 #
input ≥ 1, output > 1
Project Name | Input | Output | Description |
---|---|---|---|
Social Distancing | Ultrasonic Sensor | 1.Buzzer | 1.Buzzer turned on in a certain distance. |
2.LCD Monitor | 2.Display the distance. | ||
Water Leveling | Ultrasonic Sensor | 1.Servo Motor | 1.Tap closed if the water in tank is full. |
2.RGB LED | 2.Certain color for certain distance. | ||
3.Buzzer | 3.Buzzer on when tank is full. | ||
Health Checking | Temperature Sensor | 1.RGB LED | 1.Check the human normal temperature. |
2.LCD Monitor | 2.Display the value. | ||
Residential Gate | Ultrasonic Sensor | 1.LCD Monitor | 1.Welcome message when a vehicle pass. |
2.Servo Motor | 2.Gate opened. | ||
Calculator | Keypad | 1.LCD Monitor | 1.Standard calculator |
2.RGB LED | 2.Each math operation has different color |
Pilihan 3 #
multiple input, multiple output
Project Name | Input | Output |
---|---|---|
Monitoring System | 1.Ultrasonic Sensor | 1.RGB LED |
2.Temperature Sensor | 2.LCD Monitor | |
3.PIR Sensor | 3.Buzzer | |
4.Photoresistor | ||
Hazard Detector | 1.Temperature Sensor | 1.Buzzer |
2.Gas Sensor | 2.RGB LED | |
3.Photoresistor | 3.Servo Motor | |
4.DC Motor | ||
Security Gate | 1.Ultrasonic Sensor | 1.RGB LED |
2.Temperature Sensor | 2.LCD Monitor | |
3.Keypad | 3.Servo Motor | |
4.Buzzer |
Penilaian #
- Persentase penilaian:
- Dokumen Laporan (60%)
- Video (40%)
- Kriteria nilai akhir tugas proyek:
- Pilihan 1: Nilai maksimal = 80
- Pilihan 2: Nilai maksimal = 90
- Pilihan 3: Nilai maksimal = 100
- Setelah mengumpulkan tugas, silakan isi form tentang persentase pembagian tugas antar anggota kelompok.
Catatan #
Penjelasan tugas ini juga tersedia dalam bentuk video dan slide presentasi.
Since you've made it this far, sharing this article on your favorite social media network would be highly appreciated 💖! For feedback, please ping me on Twitter.
Published