91.548 home
 
mtg 13: aibo robots
• info html
 
mtg 12: laser cutter
• assignment/readings html
 
mtg 9: motion control
• assignment/readings html
 
mtg 8
• assignments html
papers: programming drawings
• the further exploits of aaron, painter pdf (from kurzweil site)
• hpgl pdf
 
mtg 7
• assignments html
 
mtg 6
assignments html
papers: kids programming
physical programming pdf
tang interfaces/storytelling pdf
 
mtg 5
mtg 5 assignments html
papers: computational toys
technologies for lifelong kindergarten html
dolltalk pdf
curlybot pdf
 
mtg 4: Botfest project planning
si-robots-intro.pdf
yanco-drury-scholtz-hci-2004.pdf
murphy paper
 
mtg 3: LogoChip & Bus Devices
metacricket paper html pdf
UML305DEV board assembly pdf manual pdf LogoChip
  download html
  start pdf
  intro pdf
  tech pdf
  lang ref pdf
  PIC 16F876 pdf
lab 3 html
 
mtg 2: Ambient Displays
  lab 2 html
 
mtg 1: Handy Cricket
  lab 1 html
  handouts
     reference pdf
     inside-hc pdf
resources student pages project movies ikonboard LogoChip links

91.548 Lab 3: LogoChip

due February 26

 

In this lab, we will learn how to create digitally-controlled devices using the LogoChip, and then interface these devices to the Handy Cricket using its Bus protocol.

Because class does not meet on February 19, this is a two-week lab.

  1. Using the Getting Started with the LogoChip document, wire up the LogoChip on a breadboard, get its boot flash, then hook it up to the PC, and get bootflash to run from the software's command center.

    Hook up a beeper, configure its pin to be an output, and write a loop that makes it beep.

  2. Complete one of the following five activities/experiments. Alternately, using these (or anything else) as inspiration, design your own cool project using the LogoChip. (If you choose to do something other than one of the ideas here, please check it with me first.)
    • Design a stepper motor control circuit using the LogoChip. We have 4-phase unipolar stepper motors in the lab. You may be able to run them directly from LogoChip digital outputs, but you'll probably need driver transistors. Write a program to make the stepper motor go. Implement position control (i.e., commanding the motor to rotate to a specific position) and velocity control (i.e., cause it to run freely at a specified number of clicks per second). The velocity control program should keep track of the absolute position as well.

      For reference, see the Predko book, pp. 289–292.

    • Implement a programmable display using a 5x7 LED array component. Create a multiplexed row/column scan method so that only 7 LEDs are on at one time. Create a character font so that an arbitrary symbol from the ASCII character set can be displayed.

    • Implement a driver for the DevanTech sonars that are part of the Botball kit. Have the LogoChip indicate distance to target in a standard unit of length.

    • Create the following experiment in the spirit of Harold "Doc" Edgerton's seminal strobe light work. Connect a piezo to the LogoChip, but instead of using it to produce sound, use it as a microphone. (When it receives a loud noise, it should produce a signal in the 50 mV range, which is detectable by a LogoChip analog input.) Use this to implement a clap detector.

      Then, after hearing a clap, light a bank of LEDs for a short interval (10 to 50 milliseconds or so). Now you have a system that when it hears a clap, it produces a short burst of light a moment later. (Transistor drivers may be needed to get adequate light from the LEDs, because they should only be turned on for a very brief period.)

      Finally, take the setup to a darkened area along with a regular latex balloon and a pin. Pop the balloon near the piezo “microphone” and in range of the LED illumination. You should see the open shell of the balloon being popped, before it has collapsed into shreds!

      (This experiment was suggested by Robbie Berg.)

    • Build a simple digital-to-analog circuit (DAC), perhaps using four bits and a resistive network to create a stepped range of output voltages. Load up some sampled or computed audio data (e.g., a sine wave) into the LogoChip, and write a program to spit it out at a rate fast enough to make sound. Listen to the output and look at it on the scope, and describe your results.

  3. After your project is working, convert it into a Cricket Bus Device, and use the Cricket to talk to it. See the LogoChip Bus Version notes for information about how to do this.

  4. Instead of paper-based write-up, create a web page or small site documenting your activities. This should include (as appropriate) code listings, schematics, and discussion of the work.

Last modified: Thursday, 12-Feb-2004 17:00:14 EST by fred_martin@uml.edu