Difference between revisions of "Advancing via MUzECS Platform"

From REU@MU
Jump to: navigation, search
Line 9: Line 9:
 
This project currently has several competitors. However, many of the competitors either require constant online connectivity or are very expensive. Therefore, this project is well-suited for high schools with low resources and high schools that do not have constant online connectivity.
 
This project currently has several competitors. However, many of the competitors either require constant online connectivity or are very expensive. Therefore, this project is well-suited for high schools with low resources and high schools that do not have constant online connectivity.
  
= Potential Research Questions =  
+
= Research Question =  
Although this project has been very successful and has been distributed among many schools, it can still be improved. These are some potential problems we can address:
+
 
<ol style="margin-left: 2.2em;">
+
Most of the development concerning the MUzECS platform has focused on adding, improving, and fixing features. Therefore, the block-based interface itself hasn't received much attention in terms of design. The design of the dialect has either been based on intuition, or other existing block-based interfaces. This leads us to the question: How can the MUzECS dialect be improved on the basis of learnability? Can the dialect be improved using empirical data?
  <li>The MUzECS block based dialect is still not standardized. What would be the most effective block based dialect for high school students to learn how to program and to make an easy transition to text based programming?</li>
+
 
  <li>Right now, students have a very basic curriculum. How could we further the curriculum for advanced courses?</li>
+
= Goals =
  <li>What should be the file format for the block based dialect?</li>
+
 
  <li>Can we make the speaker sound better?</li>
+
The end goals of this project consist in the following:
  <li>How could we implement quality control for a device which has sound output?</li>
+
*  To create the standard MUzECS dialect, to which future workers will adhere.
</ol>
+
* Back up every design decision with empirical data from Milwaukee schools using MUzECS, other schools, and other research.

Revision as of 23:45, 8 June 2017

Researchers: Gustavo Gratacós and Sam Olson

Mentor: Dennis Brylow

Background

The MUzECS hardware. It's an Arduino Leonardo microcontroller with a custom shield.

MUzECS is a platform that engages high school students to learn how to program through a block based programming language and music. Students are presented with a microcontroller unit that houses an ultrasonic distance sensor, four buttons, LED lights, and a speaker. This allows students to program a mini-piano, a theremin, their own autonomous songs, and many other things. Students achieve this by using a custom block-based programming language. MUzECS has three distinct versions, one that runs locally on all major platforms, another version that runs on a remote server through a Chrome App, and a Chrome App version that runs locally. The last version is currently in progress.

This project currently has several competitors. However, many of the competitors either require constant online connectivity or are very expensive. Therefore, this project is well-suited for high schools with low resources and high schools that do not have constant online connectivity.

Research Question

Most of the development concerning the MUzECS platform has focused on adding, improving, and fixing features. Therefore, the block-based interface itself hasn't received much attention in terms of design. The design of the dialect has either been based on intuition, or other existing block-based interfaces. This leads us to the question: How can the MUzECS dialect be improved on the basis of learnability? Can the dialect be improved using empirical data?

Goals

The end goals of this project consist in the following:

  • To create the standard MUzECS dialect, to which future workers will adhere.
  • Back up every design decision with empirical data from Milwaukee schools using MUzECS, other schools, and other research.