rename "milk-jar-robot" to "milk carton robot"

This commit is contained in:
Peli de Halleux 2017-03-27 11:19:08 -07:00
parent 6a28ae0c38
commit c30a747d47
10 changed files with 68 additions and 64 deletions

View File

@ -19,7 +19,7 @@
* [Duct tape wallet](/projects/wallet)
* [Watch](/projects/watch)
* [Inchworm](/projects/inchworm)
* [Milk Jar Robot](/projects/milk-jar-robot)
* [Milk Carton Robot](/projects/milk-carton-robot)
* [Milk monster](/projects/milky-monster)
* [Timing gates](/projects/timing-gates)
* [Compass](/projects/compass)

View File

@ -70,9 +70,9 @@ Fun games to build with your @boardname@.
"url":"/projects/inchworm",
"imageUrl":"/static/mb/projects/inchworm.jpg"
}, {
"name": "Milk Jar Robot",
"url":"/projects/milk-jar-robot",
"imageUrl":"/static/mb/projects/milk-jar-robot.jpg"
"name": "Milk Carton Robot",
"url":"/projects/milk-carton-robot",
"imageUrl":"/static/mb/projects/milk-carton-robot.jpg"
}, {
"name": "Milky Monster",
"url":"/projects/milky-monster",

View File

@ -0,0 +1,54 @@
# Milk Carton Robot
### @description A half gallon milk carton robot
### ~avatar avatar
Make a funny Milk Carton robot!
### ~
https://youtu.be/Ah4fEbJtklU
## Duration
3 Activities, approx 30-45 min each based on familiarity with the coding concepts
## Materials
### Recycled
* 1 Milk Carton **without a screwable cap**
* 2 Coffee stiring wood sticks
* 2 Straws
* 2 clothespin (optional, can be replaced by glue)
### Electronics
* 1 @boardname@, battery holder and 2 AAA batteries
* 3 Crocodile clips to pigtail cables
* 1 micro servo 9g SG90
### Tools
* Scissors that can cut cardboard
* Hole puncher (scissors will work too)
* Glue gun
![Materials](/static/mb/projects/milk-carton-robot/materials.jpg)
## Preparation
* [Equip the microservo with crocodile clips](/device/servo)
## Activities
* [Make](/projects/milk-carton-robot/make)
* [Code](/projects/milk-carton-robot/code)
* [Connect](/projects/milk-carton-robot/connect)
### ~button /projects/milk-carton-robot/make
Let's get started!
### ~

View File

@ -1,9 +1,9 @@
# Code
### @description code to make the Milk Jar Robot alive
### @description code to make the Milk Carton Robot alive
### ~avatar avatar
Add code to make the Milk Jar Robot move.
Add code to make the Milk Carton Robot move.
### ~

View File

@ -2,14 +2,14 @@
### ~avatar avatar
Remote control your Milk Jar Robot with another @boardname@
Remote control your Milk Carton Robot with another @boardname@
### ~
## Duration: ~30 minutes
You will need 2 @boardname@ for this part. By using the radio, we can make the Milk Jar Monster controlled by another @boardname@.
Download the code below to the @boardname@ on the Milk Jar Monster and another "controller" @boardname@. Whenere ``A`` is pressed, the Milk Jar Monster will move once.
You will need 2 @boardname@ for this part. By using the radio, we can make the Milk Carton Monster controlled by another @boardname@.
Download the code below to the @boardname@ on the Milk Carton Monster and another "controller" @boardname@. Whenere ``A`` is pressed, the Milk Carton Monster will move once.
```blocks
radio.onDataPacketReceived(({receivedNumber}) => {

View File

@ -1,11 +1,11 @@
# Make
### @description Building the cardboard Milky Monster
### @description Building the cardboard Milk Carton Robot
### ~avatar avatar
Turn a piece of cardboard into an milky-monster!
Turn a piece of cardboard into an milk carton robot!
![Make](/static/mb/projects/milk-jar-robot/make.jpg)
![Make](/static/mb/projects/milk-carton-robot/make.jpg)
### ~
@ -43,6 +43,6 @@ https://youtu.be/pRAC2Ritgtk
Well done! Let's move to programming the @boardname@ to move the mouth.
### ~button /projects/milk-jar-robot/code
### ~button /projects/milk-carton-robot/code
NEXT: Code
### ~

View File

@ -1,54 +1,4 @@
# Milk Jar Robot
### @description A half gallon milk jar robot
### ~avatar avatar
Make a funny Milk Jar robot!
### ~
https://youtu.be/Ah4fEbJtklU
## Duration
3 Activities, approx 30-45 min each based on familiarity with the coding concepts
## Materials
### Recycled
* 1 Milk Carton **without a screwable cap**
* 2 Coffee stiring wood sticks
* 2 Straws
* 2 clothespin (optional, can be replaced by glue)
### Electronics
* 1 @boardname@, battery holder and 2 AAA batteries
* 3 Crocodile clips to pigtail cables
* 1 micro servo 9g SG90
### Tools
* Scissors that can cut cardboard
* Hole puncher (scissors will work too)
* Glue gun
![Materials](/static/mb/projects/milk-jar-robot/materials.jpg)
## Preparation
* [Equip the microservo with crocodile clips](/device/servo)
## Activities
* [Make](/projects/milk-jar-robot/make)
* [Code](/projects/milk-jar-robot/code)
* [Connect](/projects/milk-jar-robot/connect)
### ~button /projects/milk-jar-robot/make
Let's get started!
### ~
It moved to [Milk Carton Robot](/projects/milk-carton-robot)...

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

View File

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 158 KiB