Differences between revisions 26 and 27
Revision 26 as of 2014-01-08 16:03:21
Size: 6101
Editor: PeterPeters
Comment:
Revision 27 as of 2015-02-27 06:56:35
Size: 266
Editor: 179
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma section-numbers 2
= Creative Electronics Assignment 201311 =
 * /!\ Please read the AssignmentDescription, there is additional information there which is useful to know /!\ .
 * /!\ Please follow the lecture and deliverables instructions below carefully. It will save you and us a lot of time /!\ .

<<TableOfContents>>

== Assignment resources ==
 * The assignment resources are mentioned in the AssignmentDescription

== Schedule ==
|| '''Date''' || '''Time''' || '''Space'''|| '''Lecture''' || Assignor ||
|| 12-11-2013 || 13.45 - 15:30 || MF 06 || Reader chapter 1-3 || Harrie Kuipers ||
|| 14-11-2013 || 09.00 - 12.00 || E-Atelier || E-workshop. Practical assignment 1 (group 1) || 3 Assignors ||
|| 14-11-2013 || 13:30 - 16:30 || E-Atelier || E-workshop. Practical assignment 1 (group 2) || 3 Assignors ||
|| 19-11-2013 || 13.45 - 15:30 || MF 06 || Reader chapter 4-5. Practical assigment 2 || Harrie Kuipers ||
|| 21-11-2013 || 10:45 - 12:30 || MMP 02 || Reader chapter 6-7. Practical assignments: 3 || Harrie Kuipers ||
|| 26-11-2013 || 13.45 - 15:30 || MF 06 || Reader chapter 8-10. Practical assignments: 4, 5 || Harrie Kuipers ||
|| 28-11-2013 || 10:45 - 12:30 || MMP 02 || Reader chapter 10. Practical assignment 6 || Harrie Kuipers ||
|| 03-12-2013 || 13.45 - 15:30 || MF 06 || Reader chapter 11-12. Final assignment: heating system || Harrie Kuipers ||
|| 05-12-2013 || 10:45 - 12:30 || E-Atelier || Final assignment: central heating system || All ||
|| 10-12-2013 || 13.45 - 15:30 || MF 06 || Exhibition: central heating system || All ||
|| 12-12-2013 || 08:45 - 12:30 || MMP 02 || Start mini project. Arduino workshop || Peter Peters ||
|| 17-12-2013 || 13.45 - 15:30 || HG 3.02 || Present project proposal (group 1) || 2 Assignors ||
|| 17-12-2013 || 13.45 - 15:30 || HG 3.21 || Present project proposal (group 2) || 2 Assignors ||
|| 19-12-2013 || 10:45 - 12:30 || E-Atelier || Mini project including package your concept || All ||
|| 07-01-2014 || 13.45 - 15:30 || E-Atelier || Mini project including package your concept || All ||
|| 09-01-2014 || 10:45 - 12:30 || HG 4.57 || Exhibition with poster for mini project || All ||

The 'group' division of 14-11-2013 and 17-12-2013 can be found in this [[attachment:RegistrationList.pdf|list]].

== Lecture instructions ==
=== Reader chapter 1-3, November 12, 2013 ===
 * [[attachment:Lecture_notes_ch1-2.pdf|Lecture slides ch 1-2]]
 * [[attachment:Lecture_notes_ch3.pdf|Lecture slides ch 3]]
=== Reader chapter 4-5, November 19, 2013 ===
 * [[attachment:Lecture_notes_ch4-5.pdf|Lecture slides ch 4-5]]
=== Reader chapter 6-7, November 21, 2013 ===
 * [[attachment:Lecture_notes_ch6-7.pdf|Lecture slides ch 6-7]]
=== Reader chapter 8-9, November 26, 2013 ===
 * [[attachment:Lecture_notes_ch8-9.pdf|Lecture slides ch 8-9]]
=== Reader chapter 10, November 28, 2013 ===
 * [[attachment:Lecture_notes_ch10.pdf|Lecture slides ch 10]]
=== Reader chapter 11-12, December 3, 2013 ===
 * [[attachment:Lecture_notes_ch11.pdf|Lecture slides ch 11]]
 * [[attachment:Lecture_notes_ch12.pdf|Lecture slides ch 12]]
=== Arduino workshop, December 12, 2013 ===
 * [[attachment:Lecture_notes_arduino_workshop.pdf|Lecture slides arduino workshop (.pdf)]] [[attachment:Lecture_notes_arduino_workshop.pptx|Lecture slides arduino workshop (.pptx)]]
 * [[#installArduino|Install the Arduino IDE]] on your laptop. Perform all actions upto and including having the 'Blink' example running.
 * Bring with you:
  * Your laptop, with fully charged batteries and power cables, Arduino IDE software installed and tested.
  * Your Arduino kit, including at least the following:
   * Arduino board
   * USB cable
   * a push button
   * a breadboard
   * a 10K ohm resistor
   * a light sensor (LDR or Light Dependent Resistor)
   * a few color leds
   * a few jumper wires

== Deliverables ==
Send answers to questions and report deliverables via email to ''your'' assignor. Which assignor this is can be found in this [[attachment:RegistrationList.pdf|list]].
=== Weekly (until 13-12-2013) ===
 * '''All students individually'''
  * Send answers to the 'questions' (and the way you came to these answers) found in the chapters lectured that week. Results are expected before 17.00 of the Monday following the lectures, so the answers to the questions of week 1's lectures are expected before 17.00 of the Monday of week 2, the answers to the questions of week 2's lectures are expected before 17.00 of the Monday of week 3, etc... Format is free as long as it is readable.
=== Tuesday 10-12-2013 ===
 * '''Student teams''':
  * Prototype of central heating system demo and presentation.
=== Friday 13-12-2013 ===
 * '''Student teams''':
  * Send a report of all '''practical''' assignments, including a personal reflection on the assignment of each team member. Guidelines can be found in the document[[attachment:Final_report_guidelines.pdf|Final_report_guidelines.pdf]]
=== Tuesday 17-12-2013 ===
 * '''Student teams''':
  * Mini project proposal presentation
=== Thursday 9-1-2014 ===
 * '''Student teams''':
  * Mini project prototype demo and poster
=== After the assignment (Friday 9-1-2014) ===
 * '''NON ID students individually''':
  * Send email, including:
    * Practical assignments report
    * Mini project poster
 * '''ID students individually''':
  * Send email, including:
    * Practical assignments report
    * Mini project poster
  * Send feedback request to your assignor, attach deliverables to the request, including:
    * Practical assignments report
    * Mini project poster

<<Anchor(installArduino)>>

== Installing the Arduino IDE ==
 1. Follow the instructions of [[http://arduino.cc/en/Guide/HomePage|Getting Started with Arduino]] on the Arduino website
 1. Create a shortcut on your desktop to "Arduino.exe" for easy access.
 1. If you are installing Arduino on Windows 8, [[http://mytechblog.com/2013/03/install-arduino-drivers-on-windows-8/|this link]] explains shortly how to install drivers for Arduino on Windows 8.
Namaku Arjuna fгom Surefors. saya lagi belajar Trombone. Hobi lainnya adalah Radio-Controlled Mobil Balap.<<BR>><<BR>>
<<BR>><<BR>>
Jangan lupa untuk Kunjungi web Kami untuk dapatkan Informasi lebih komplit tentang [[http://bozbet.com|bozbet.com]]. Terima Kasih

Namaku Arjuna fгom Surefors. saya lagi belajar Trombone. Hobi lainnya adalah Radio-Controlled Mobil Balap.



Jangan lupa untuk Kunjungi web Kami untuk dapatkan Informasi lebih komplit tentang bozbet.com. Terima Kasih

CreativeElectronics: CreativeElectronicsAssignment201311 (last edited 2015-03-24 20:06:22 by PeterPeters)