Friday, March 11, 2011

New Blog Coming

Web Design student Josh H. is working on our new Wordpress blog. He's got some nifty tricks up his sleeves which will make the new blog more fun and interactive, "...if it works!" (Josh H.).

Check in now and then for to see if the new blog is up.

Thursday, June 3, 2010

June 2010 Web Design Final Test

Semester Final
Create a 3-4 scene Flash web presentation, which describes the Web Design class.
We may use the presentation to market the Web Design class to 1st year students.

Caveat
• If you started the “Original Marketing with Flash” assignment found on the web site you may choose to complete that assignment instead of doing this one. The original assignment is worth a 20% bonus and satisfies the Semester Final requirement.
• Regardless of what I said before, you may NOT help each other on this assignment: this is a test. You MAY Google the problem and research our text books for a solution but not confer with each other.

Topics for Each Page
• Knowledge gained
• Skills gained
• What you liked about the class
• Make it personal

Include
• Original graphics
• Action – Flash, photos, or other
• Students working together and helping each other
• Taking photos

Organization
Set the page up similar to the Flash created in chapters 7 & 8 of the Stuidio 8 book. This will save time, however, you may change the design to satisfy your creativity. Do include the animation and alpha fade.

Friday (1 period)
Begin brainstorming and designing. Create a “Comp” for each scene to be included in your presentation identifying photos, graphics, animation, text, and navigation. Turn these in WITH your final product. Begin work on your project.

Monday (1 period)
Build the Flash animation. Take photos, create animations/graphics, and write content. Use MS-Word to create written content for grammar and spell checking.

Final Test Day - (1.5 periods)
Finalize the presentation for turn in. Turn the project in as a .zip file (we learned how to do this in a previous lesson. If you do not remember, Google it!



Student Name ________________________________ Date __________ Period _____

Marketing Evaluation

Design Elements: Good use of line, space, texture, shading, color, or shape 5

Navigation: easy to use. 5 pts

Message (all topics well described and written (grammar & spelling count) 5 pts

Visual (all graphics/animation enhance but do not detract from the message) 5 pts

Complexity matches time allotted 5 pts

Total = 25 pts X 4 = percentage

Monday, May 24, 2010

Sumobot Competition Debrief

Competition

Good:
  • Screens (two big ones)
  • Lots of help
  • Student run
  • MC was excellent
  • More success
  • Organized
  • Went fast
  • Added challenge with the Engineers



Bad:
  • MC needs to annnounce the winners!
  • Music needs to be more background orientated
  • On Deck/In the Hole competitors did not sit in front or did not hear announcement
  • Better labels for chairs
  • Rules: Button pushing needs to be clearer
  • Ref. needs to identify "outlaw" bots and insure they win twice against legal bots
  • Bracket program needs better size text and colors
  • Insure brackets are random (random button)
  • More soldering stations
  • Going against engineers
  • Need more schools
  • Double elimination would be good

Sumobots In General

  • Start talking about it earlier
  • Make some assignments homework; design, solder practice, knowing the parts
  • Use Digikey bidding process
  • Follow up on PO religiously (treasurer)

Friday, May 14, 2010

Wheels

5/17
  • Discuss use of tape for a body, advantages/disadvantages
  • Wire wrap tool
5/14

Two places for wheels:




Need an decent O-scope (or frequency counter).



Check out ERLE: Oscilloscope



5/11 - From Vern V.

  • OCR2 = (clock/output_freq) – 1

  • …we subtract 1 because the count actually starts at zero. So my initial value should have been 209. That formula also only works if the prescale is 1. Otherwise it would be:

  • OCR2 = (clock/prescale/output_freq) - 1


5/10 - From Vern V.



Prescale is just a way to get around the fact that you can only count so highwith an 8 bit regist4er. The prescaler diveds the clock frequency down to a more manageable number.







5/10 - From Vern V.



Config Portb = Output



Config Portd = &B0001000



Config Portc = &B0000000



Config Pinb.3 = Output



'Config Clock = Soft





Config Timer2 = Counter , Compare = Toggle , Prescale = 1 '<<<<<>





Timer2_ir Alias Tccr2.0





'config timer2 (8 bit, CTC mode, 1:1 clock, toggle pin every 106 cycles)



Set Tccr2.3



'Ocr2 = 106



Ocr2 = 210 ' 8MHz/38KHz = 210.5 <<<<>







Enable Interrupts



Enable Compare1a



' Rename some pins for easier reading



Switch Alias Pind.0



Irleds Alias Portb.3



Leftline Alias Pinc.3



Rightline Alias Pinc.4



Leftir Alias Pinc.2



Rightir Alias Pinc.0



Frontir Alias Pinc.1



Led1 Alias Portb.4



Led2 Alias Portb.2



Led3 Alias Portb.1



Led4 Alias Portb.0





5/8 - From Gordon A.



To enter test mode, hold down start button then turn on both switches of SW2





5/7 - From Shane S.



Sub Detect(res As Byte)



Dim I As Integer



Res = 0



For I = 0 To 101



Toggle Irleds



' depending on how much code there is, adjust the following to make the IR



' pulse 38khz, plus/minus 1khz - the farther away the pulse timing is from



' 38khz, the worse the range



Waitus 3



'Waitus 4





If Frontir = 0 Then



Res.2 = 1



Res.0 = 0



Res.1 = 0



Exit Sub



End If



If Rightir = 0 Then



Res.0 = 1



Res.1 = 0



Res.2 = 0



Exit Sub



End If



If Leftir = 0 Then



Res.1 = 1



Res.0 = 0



Res.2 = 0



Exit Sub



End If



Next



End Sub






5/7 From Nathan P.





“I just spent a few minuets looking at the circuit and the code you sent me and here is what I remember from when I built the hunterbot.

The Ocr2 = 106 line is how many clock cycles it between toggling the line out.

When I was trouble shooting mine i had to tune that number in order to get the freq just right. There are a few different reasons why it is different between bot to bot. But it is made to be changed and played with in order to get the right freq out per bot. If I remember correctly I had mine working the best at around 103, The smaller the number the higher the freq out.

So my suggestion would be first to try to measure the freq out, the receivers work the best around 38 khz.
But since he doesn't have a way to measure that I would try to a range of +-10 untill they the recievers start firing.”





Tuesday, April 13, 2010

2010 Bot Shop

Photos of the Bot Shop

Friday, March 26, 2010

Sumobots Update

FYI regarding the latest on Sumobots:

1. Bri Palmer, Kamiakin Student, has taken on hosting the Sumobot competition as her culminating project this year. She made a proposal to the instructors and CTE director last week. Her next step is to recruit students and volunteers to help with the many parts of the project.

2. We had the competition date narrowed down to May 17, however have a conflict with the evening before when we would be setting up for the competition. We are trying to work around this presently.

3. Kamiakin’s Bot Shop is Saturday April 10, 9:00am - 2pm.

4. You are welcome to participate. Our goal for the Bot Shop is to complete soldering on the PCBs. Help will be needed in observing students using correct soldering technique, answering questions regarding component position, and possibly some troubleshooting.

I will also be updating the KamiakinTech blog periodically so you may want to add it to your feed burner.

If you have questions, don’t hesitate to ask.

Thursday, March 25, 2010

More on Logo Contest


Here is the response from Gesa regarding our questions:


"Yes, we will resize. Any shape is fine. Print friendly.

If our marketing dept can come in and speak we will have examples. Take a look at our website. Go to Youth, and high school branches. You will see the other school logo’s."


Here's a link to the Gesa web site with examples of other school logos. Click Here

I've added two Kamiakin logos from which to create the logo on our P:\readonly\hoglen\kamiakin_logos