1 / 6

Producing Morse Code

Producing Morse Code. Pete Sanderson Chuck Burchard Patrick Bobbie Alma College Lego Mindstorms Workshop 16 June 2005. Overview. Characters typed at PC keyboard are sounded in Morse code by the RCX. Java or NQC programming language Can be tailored to 3 levels: CS 2 Operating Systems

wyatt
Télécharger la présentation

Producing Morse Code

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Producing Morse Code Pete Sanderson Chuck Burchard Patrick Bobbie Alma College Lego Mindstorms Workshop 16 June 2005

  2. Overview • Characters typed at PC keyboard are sounded in Morse code by the RCX. • Java or NQC programming language • Can be tailored to 3 levels: • CS 2 • Operating Systems • Net-Centric Computing • Configuration: PC and RCX, no sensors or motors at minimum

  3. Problem Statements • CS 2 Level • Operating Systems Level • Net-Centric Level

  4. CS 2 Level Problem Statement • PC prompts user for one line message • PC stores message in string • PC transmits string to RCX • RCX displays each character one at a time while simultaneously sounding the equivalent Morse code. • Optionally: RCX signals completion to PC for next message.

  5. OS Level Problem Statement • Extends CS 2 Level • Focus on Producer(PC)-Consumer (RCX) • Bounded buffer on RCX. Experiment with buffering strategies, e.g. transmitting each character as typed versus full buffer • Develop basic synchronization mechanism

  6. Net-Centric Problem Statement • Builds on OS Level • PC-RCX synchronization protocols to allow real-time communication • Explore using the Morse as a mechanism to control other RCX’s that are equipped with sound-sensor-based devices (e.g., or RCXs or Motes - which use the RF-based protocols rather than the constraining IR protocols ) • Explore using other display devices, e.g., PDAs, to receive resultant Morse codes (sound notes) for conversion and display

More Related