Difference between revisions of "JenettsProjects"

From Bloominglabs
Jump to: navigation, search
(St. Nick's Holiday Mini-Workshops)
(St. Nick's Holiday Mini-Workshops)
(15 intermediate revisions by 2 users 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 ==
  
Line 11: Line 80:
 
[http://www.datasheetdir.com/ATMEGA644+AVR-microcontrollers AVR mega644 Data Sheet Summary]
 
[http://www.datasheetdir.com/ATMEGA644+AVR-microcontrollers AVR mega644 Data Sheet Summary]
 
[http://www.atmel.com/dyn/resources/prod_documents/doc7674.pdf AVR mega644 Data Sheet]
 
[http://www.atmel.com/dyn/resources/prod_documents/doc7674.pdf AVR mega644 Data Sheet]
 +
 +
[http://www.ladyada.net/learn/avr/fuses.html AVR Fuse tutorial]
 +
 +
[http://www.engbedded.com/fusecalc/ AVR Fuse calculator!!!]
  
 
== Lights Out Game ==
 
== Lights Out Game ==
  
 
[http://en.wikipedia.org/wiki/Lights_Out_(game) Lights Out Explanation]
 
[http://en.wikipedia.org/wiki/Lights_Out_(game) Lights Out Explanation]
 +
 +
[http://www.vagrearg.org/?p=lightsout Lights Out Implementation with 7400s]
  
 
[http://github.com/hdon/avr-light-game Lights Out AVR code]
 
[http://github.com/hdon/avr-light-game Lights Out AVR code]
 +
 +
 +
[http://www.instructables.com/id/LED-matrix-using-shift-registers/ How to build the shift register]
  
 
== Ferromagnetic Liquid ==
 
== Ferromagnetic Liquid ==
Line 33: Line 111:
  
 
*[http://www.splitcoaststampers.com/resources/tutorials/dsp_bow/ Paper Bows]
 
*[http://www.splitcoaststampers.com/resources/tutorials/dsp_bow/ Paper Bows]
*[http://www.robertsabuda.com/popmakesimple.asp Popup Cards]
+
*[http://wp.robertsabuda.com/make-your-own-pop-ups/ Popup Cards]
 
*[http://a.dolimg.com/familyfun/assets/cms/large-files/pdfs/printables/1208a_Christmas_Card.pdf Fancier Tree Popup Card]
 
*[http://a.dolimg.com/familyfun/assets/cms/large-files/pdfs/printables/1208a_Christmas_Card.pdf Fancier Tree Popup Card]
 
*[http://hubpages.com/hub/popupchristmascards Gift and Trees Popup Cards]
 
*[http://hubpages.com/hub/popupchristmascards Gift and Trees Popup Cards]
 
*[http://familycrafts.about.com/od/easysewin1/ss/beanbags.htm Simple Bean Bags]
 
*[http://familycrafts.about.com/od/easysewin1/ss/beanbags.htm Simple Bean Bags]
 
*[http://www.jugglingdb.com/compendium/skills/equipment/making/balls/barnesybags.html Juggling Bean Bags]
 
*[http://www.jugglingdb.com/compendium/skills/equipment/making/balls/barnesybags.html Juggling Bean Bags]
 +
*[http://www.moldmarket.com/molds_unusual_fun.html Interesting Soap Molds]
 +
*[http://www.notmartha.org/tomake/marblemagnets/ Refrigerator magnets]
 +
*[http://paper-design.wonderhowto.com/how-to/make-paper-wallet-less-than-two-minutes-124037/ Origami Wallets]
 +
*[http://www.countryliving.com/crafts/projects/card-wallets Sewn Card Wallets]
 +
 +
== [[TrueScheme]] ==

Revision as of 01:53, 15 November 2013

Contents

MakerFaire

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>

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

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!!!

Lights Out Game

Lights Out Explanation

Lights Out Implementation with 7400s

Lights Out AVR code


How to build the shift register

Ferromagnetic Liquid

Ferrofluid in 5 Minutes

Templeton Science Club

Speakers

Speakers meet non-Newtonian fluid

St. Nick's Holiday Mini-Workshops

TrueScheme

Personal tools