Wednesday, 18 November 2015

Arduino Challenge Template

Make sure you have each of the following sections:
Challenge NameGive your challenge a title related to what it is
AuthorThis is your name or alias
CreditThis is where you will state any references to code or help that you got
to create this challenge.
The strength of our community is in sharing, and in such giving credit
when it is due.
Difficulty Level (1-5)Level 1 = 1-2 simple modifications of the original lab code.
A level 5 = a deep understanding of the code with more than 40% changed
Time To CompleteEstimate the time to complete this for the average person
Challenge DescriptionGive a full description of what the challenge is, and what looks like
when you've completed it.  Show pictures of it working or a video.
HintGive hints to the harder parts of your answer
AnswerCode, circuit diagram and a YouTube video where applicable

Arduino Lab Template

Purpose:
What are you trying to do in this lab?

Equipment:
What pieces do you need to make this?

Program Details:
What program did you use?

Time to Program and Complete:
How long did it take you to do this lab?

Results:
-what problems did you have and how did you fix it?

Photo/Video Proof:
Photo or video of you actually doing this lab

Program:
Copy and paste the actual program you used here.
Put comments in it to label the function sections.
Example:
//This turns on the leds

Program Modifications:
List any mods you made to the program to make it work

Helpful Tips:
List any suggestions to make this easier for new users

References:
What online help did you get for this lab or what people?