Difference between revisions of "JenettsProjects"

From BloomingLabs
Jump to: navigation, search
(IR Harp)
(Makevention)
 
(6 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
== [[MakerFaire]] ==
 +
 +
== GrokItBot ==
 +
[http://www.suttree.com/code/GrokItBot/ GrokItBot website]
 +
 +
To train GrokItBot:
 +
 +
* Go to irc.bloominglabs.org #grokitbot
 +
* Make a post, and when GrokItBot responds with "What do you mean?", type one of the following:
 +
** it means <script name>
 +
** <script name>
 +
 +
Example conversation is:
 +
<pre>
 +
< ivy> How are you doing?
 +
< GrokItBot> Sorry, I don't understand. What do you mean?
 +
< ivy> it means feelings
 +
< GrokItBot> OK, I grok that
 +
< ivy> How are you doing?
 +
< GrokItBot> Bien. Y tu?
 +
</pre>
 +
 +
* Current scripts are:
 +
** color
 +
** feelings
 +
** goodbye
 +
** hello
 +
** thanks
 +
** tools <- this one includes the command "uptime"
 +
 +
An example script (this one is called feelings.aiml):
 +
<pre>
 +
<?xml version="1.0" encoding="ISO-8859-1"?>
 +
<aiml>
 +
<topic name="FEELINGS">
 +
 +
<category>
 +
<pattern>*</pattern>
 +
<template>
 +
<srai>FEELINGS</srai>
 +
</template>
 +
</category>
 +
 +
<category>
 +
<pattern>FEELINGS</pattern>
 +
<template>
 +
<random>
 +
<li>I am fine.</li>
 +
<li>I've been better.</li>
 +
<li>I bit under the weather.</li>
 +
<li>Help! I'm trapped inside a warehouse held by hackers at soldering iron point
 +
!</li>
 +
<li>Bien. Y tu?</li>
 +
</random>
 +
</template>
 +
</category>
 +
 +
</topic>
 +
 +
</aiml>
 +
</pre>
 +
 +
== Catarina's talk ==
 +
Catarina Mota from [http://www.openmaterials.org openMaterials] came and gave a talk on Smart Materials.
 +
 +
[[CatarinaTalk]] - my notes from the talk
 +
 +
[http://bloominglabs.org/images/a/a6/SmartMaterialsforDIYProjects.ppt A copy of her slides]
 +
 
== IR Harp ==
 
== IR Harp ==
  

Latest revision as of 10:20, 9 November 2012

Contents

[edit] MakerFaire

[edit] GrokItBot

GrokItBot website

To train GrokItBot:

  • Go to irc.bloominglabs.org #grokitbot
  • Make a post, and when GrokItBot responds with "What do you mean?", type one of the following:
    • it means <script name>
    • <script name>

Example conversation is:

< ivy> How are you doing?
< GrokItBot> Sorry, I don't understand. What do you mean?
< ivy> it means feelings
< GrokItBot> OK, I grok that
< ivy> How are you doing?
< GrokItBot> Bien. Y tu?
  • Current scripts are:
    • color
    • feelings
    • goodbye
    • hello
    • thanks
    • tools <- this one includes the command "uptime"

An example script (this one is called feelings.aiml):

<?xml version="1.0" encoding="ISO-8859-1"?>
<aiml>
<topic name="FEELINGS">

<category>
<pattern>*</pattern> 
<template> 
<srai>FEELINGS</srai>
</template> 
</category> 
 
<category>
<pattern>FEELINGS</pattern>
<template>
<random>
<li>I am fine.</li>
<li>I've been better.</li>
<li>I bit under the weather.</li>
<li>Help! I'm trapped inside a warehouse held by hackers at soldering iron point
!</li>
<li>Bien. Y tu?</li>
</random>
</template>
</category>

</topic>

</aiml>

[edit] Catarina's talk

Catarina Mota from openMaterials came and gave a talk on Smart Materials.

CatarinaTalk - my notes from the talk

A copy of her slides

[edit] IR Harp

Cornell Project Page

IR emitters

Photo Diode

DAC

AVR mega644 Data Sheet Summary AVR mega644 Data Sheet

AVR Fuse tutorial

AVR Fuse calculator!!!

[edit] Lights Out Game

Lights Out Explanation

Lights Out Implementation with 7400s

Lights Out AVR code


How to build the shift register

[edit] Ferromagnetic Liquid

Ferrofluid in 5 Minutes

[edit] Templeton Science Club

Speakers

Speakers meet non-Newtonian fluid

[edit] St. Nick's Holiday Mini-Workshops

[edit] TrueScheme

Personal tools