update seis activity

This commit is contained in:
Michael Elliot Braun 2016-05-10 10:54:25 -07:00
parent 2975e6acc9
commit 0442c33808

View File

@ -16,13 +16,13 @@ Engineering: In this project, you will build your own seismograph micro:bit from
* Tape
* Scissors
## Step 1.
## 1.
Prepare Tape: Measure and cut approximately 10mm of tape. The tape will be fastened to a micro USB cable.
![](/static/mb/lessons/seismograph1.png)
## Step 2.
## 2.
Fasten Tape: Fasten tape to the micro USB cable and to the plate. Attach the micro:bit to the micro:bit USB cable.
@ -34,14 +34,14 @@ Computer Science: The seismograph has been built. We are ready to program the mi
### ~
## Step 1.
## 1.
Go to Codemicrobit.com
* Click or tap New Project
* Click or tap Blocks
## Step 2.
## 2.
We will measure `acceleration (mg)` in terms of strength or Magnitude. Get the acceleration value (milli g-force), as measured in strength or Magnitude.
@ -49,7 +49,7 @@ We will measure `acceleration (mg)` in terms of strength or Magnitude. Get the a
input.acceleration(Dimension.Strength);
```
## Step 3.
## 3.
Use the plot bar chart to visualize the acceleration on the LED screen of the micro:bit in the specified range. You implement forever and plot Bar Graph to constantly display a vertical bar graph, which will be based on the "value" and "high" value. Then measure the acceleration based on the strength or Magnitude.
@ -60,7 +60,7 @@ basic.forever(() => {
```
## Step 4.
## 4.
Finally, we subtract the gravity from acceleration strength.
@ -80,20 +80,20 @@ Science: We now need to use the micro:bit to chart the strength of the accelerat
### ~
## Step 1.
## 1.
First, notice that making moving the micro:bit simulator in any direction will change the values from a flat horizontal line to a waving line to display the value of the strength as measured in milli-gravities. Next, notice that by moving the micro:bit simulator below, there is a changing acceleration value. Finally, notice that the LED display will fluctate based on the movement of the micro:bit simulator.
![](/static/mb/data4.png)
## Step 2.
## 2.
Vigorously move the micro:bit in the micro:bit simulatator by moving the micro:bit image from side to side. Every time the micro:bit moves in any direction in the simulator, you are generating data points that can be reviewed in Excel. The more attempts to move the micro:bit from side to side, the more data being saved in Excel. After you have vigarously moved the micro:bit simulator from side to side for a sufficient amount of time, you are ready to graph or chart the accceleration of the micro:bit. We want a printout of our acceleration on Excel that can be graphed in Excel.
### ~
## Step 3.
## 3.
* Connect a micro:bit to your computer using your USB cable
@ -111,7 +111,7 @@ Run the acceleration experiment by moving the actual micro:bit and observe the c
First, notice that by moving the actual micro:bit in any direction, you will change the values of the black, flat horizontal line. The black line will change from being flat to being a waving black line. The changing values of the micro:bit accelereration is being measured in milli-gravities. Next, notice that by moving the micro:bit below, there is a changing acceleration value. Finally, notice that the LED display will fluctate based on the movement of the micro:bit.
## Step 4.
## 4.
We want to chart the data collected by using a tool in Excel.
@ -122,7 +122,7 @@ First, click or tap on the first two columns (A, B) to include the time of the
![](/static/mb/data7.png)
## Step 5.
## 5.
![](/static/mb/chart1.png)
@ -140,14 +140,14 @@ When you find the chart type that you want, click it, and then click OK. We want
Tip: If you dont see a chart type that you want, click the All Charts tab to see all of the available chart types.
## Step 6.
## 6.
![](/static/mb/chart_title.png)
* Use the Chart Elements, Chart Styles, and Chart Filters buttons next to the upper-right corner of the chart to add chart elements like axis titles or data labels, to customize the look of your chart
## Step 7.
## 7.
![](/static/mb/elements_styles_filters.png)