918af4f3ac
* change simulator svg * change radio image * Remove google fonts cdn * change color of 'advanced' button * font fix * font fix 2 * display fix * change fullsceen simulator bg * Continuous servo * handle continuous state * adding shims * update rendering for continuous servos * fixing sim * fix sig * typo * fix sim * bump pxt * bump pxt * rerun travis * Input blocks revision - add Button and Pin event types - merge onPinPressed & onPinReleased in new onPinEvent function - create new onButtonEvent function * update input blocks in docs and tests * remove device_pin_release block * Hide DAL.x behind Enum * bring back deprecated blocks, but hide them * shims and locales files * fix input.input. typing * remove buildpr * bump V3 * update simulator aspect ratio * add Loudness Block * revoke loudness block * Adds soundLevel To be replaced by pxt-common-packages when DAL is updated. * Remove P0 & P3 from AnalogPin Co-authored-by: Juri <gitkraken@juriwolf.de>
58 lines
2.3 KiB
Markdown
58 lines
2.3 KiB
Markdown
# Science Experiments
|
|
|
|
* [Watch Playlist on Youtube](https://www.youtube.com/playlist?list=PLMMBk9hE-SepXDy_290SeRmEpGA2u1pwW)
|
|
|
|
## Videos
|
|
|
|
```codecard
|
|
[
|
|
{
|
|
"name": "Data Collection",
|
|
"description": "Collect, view, and analyze the data from your experiments.",
|
|
"youTubeId": "tZy9Ev21B4c",
|
|
"imageUrl": "/static/mb/science-experiments/data-collection.jpg"
|
|
},
|
|
{
|
|
"name": "Population Trait Counter",
|
|
"description": "Observe population traits by collecting survey data from people, analyze and track the genetic traits.",
|
|
"youTubeId": "NNZEMiJHY2o",
|
|
"imageUrl": "/static/mb/science-experiments/population-trait.jpg"
|
|
},
|
|
{
|
|
"name": "Temperature Sensor",
|
|
"description": "Chart temperature data in and out of direct sunlight using a sun shield, see if using a windshield sun shade in your car really makes it cooler.",
|
|
"youTubeId": "pHDYsy6xyE4",
|
|
"imageUrl": "/static/mb/science-experiments/temperature-sensor.jpg"
|
|
},
|
|
{
|
|
"name": "Soil Moisture Sensor",
|
|
"description": "Watch this video to find out how you can create a soil moisture sensor to measure the health of your plants!",
|
|
"youTubeId": "n0WRQf11Pzo",
|
|
"imageUrl": "/static/mb/science-experiments/soil-moisture.jpg"
|
|
},
|
|
{
|
|
"name": "EMG Muscle Sensor",
|
|
"description": "Monitor the movement of your muscles and measure the signals to them",
|
|
"youTubeId": "vxlPQZIwYRc",
|
|
"imageUrl": "/static/mb/science-experiments/emg-muscle-sensor.jpg"
|
|
},
|
|
{
|
|
"name": "Egg Drop",
|
|
"description": "Can the egg survive a drop, test the drop force on an egg to find out when it might crack",
|
|
"youTubeId": "tnDJFdC3Nd4",
|
|
"imageUrl": "/static/mb/science-experiments/egg-drop.jpg"
|
|
},
|
|
{
|
|
"name": "Battery Tester",
|
|
"description": "See if your batteries still have their voltage with this battery tester",
|
|
"youTubeId": "gdlc34nhjK4",
|
|
"imageUrl": "/static/mb/science-experiments/battery-tester.jpg"
|
|
},
|
|
{
|
|
"name": "Rocket Acceleration",
|
|
"description": "Have a blast building, launching, and tracking your own rocket!",
|
|
"youTubeId": "m9ntqxh8FvQ",
|
|
"imageUrl": "/static/mb/science-experiments/rocket-acceleration.jpg"
|
|
}
|
|
]
|
|
``` |