diff --git a/sets/mindstorms/ev3-home-bonus/dinor3x/dinor3x.jpeg b/sets/mindstorms/ev3-home-bonus/dinor3x/dinor3x.jpeg new file mode 100644 index 0000000..ca8c554 Binary files /dev/null and b/sets/mindstorms/ev3-home-bonus/dinor3x/dinor3x.jpeg differ diff --git a/sets/mindstorms/ev3-home-bonus/dinor3x/README.md b/sets/mindstorms/ev3-home-bonus/dinor3x/index.md similarity index 50% rename from sets/mindstorms/ev3-home-bonus/dinor3x/README.md rename to sets/mindstorms/ev3-home-bonus/dinor3x/index.md index 842b957..17d5c0d 100644 --- a/sets/mindstorms/ev3-home-bonus/dinor3x/README.md +++ b/sets/mindstorms/ev3-home-bonus/dinor3x/index.md @@ -1,9 +1,22 @@ -# Example LEGO® MINDSTORMS® EV3 Dinor3x Program +--- +title: "LEGO® MINDSTORMS® EV3 Home Edition: Fan Robots: Dinor3x" +maintainer: + user: "TheVinhLuong102" + name: "The Lương-Phạm Family" +image: + local: "dinor3x.jpeg" + credit: "LEGO" +video: + youtube: "eG5xdZ3l1AQ" +description: + "This charming robotic triceratops dinosaur is capable of walking and turning on all fours." +building_instructions: + external: https://www.lego.com/cdn/product-assets/product.bi.additional.extra.pdf/31313_X_DINOREX.pdf +--- + This program requires LEGO® EV3 MicroPython v2.0 downloadable at https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev3. -Building instructions can be found at https://www.lego.com/en-us/themes/mindstorms/buildarobot. - NOTE: please add a Color Sensor to Dinor3x's back or tail. Dinor3x works as follows: @@ -22,3 +35,17 @@ Dinor3x works as follows: - Top Right / Blue Up: turn right on the spot - Bottom Left / Red Down: stop - Bottom Right / Blue Down: calibrate to make the legs straight + +The code for the `Dinor3x` class is in `dinor3x.py` as follows: + +{% include copy-code.html %} +```python +{% include_relative dinor3x.py %} +``` + +The code for the main program is in `main.py` as follows: + +{% include copy-code.html %} +```python +{% include_relative main.py %} +``` diff --git a/sets/mindstorms/ev3-home-bonus/el3ctric_guitar/README.md b/sets/mindstorms/ev3-home-bonus/el3ctric_guitar/README.md index 0b27888..a0081c5 100644 --- a/sets/mindstorms/ev3-home-bonus/el3ctric_guitar/README.md +++ b/sets/mindstorms/ev3-home-bonus/el3ctric_guitar/README.md @@ -1,3 +1,19 @@ +--- +permalink: /projects/sets/mindstorms/ev3-home-bonus/el3ctric-guitar/ +title: "LEGO Mindstorms EV3 Home Edition: El3ctric_Guitar" +maintainer: + user: "TheVinhLuong102" + name: "The Lương-Phạm Family" +image: + local: "el3ctric_guitar.jpeg" + credit: "LEGO" +description: + "Ready to to rock’n roll? This LEGO Guitar can be played almost like a real guitar. Stroke the string, slide your fingers across its fretless neck, and bend the notes using the tremolo bar to produce the most amazing guitar solos!" + +building_instructions: + external: https://www.lego.com/cdn/product-assets/product.bi.additional.extra.pdf/31313_X_EL3CTRIC%20GUITAR.pdf +--- + # Example LEGO® MINDSTORMS® EV3 El3ctricGuitar Program This program requires LEGO® EV3 MicroPython v2.0 downloadable at https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev3. diff --git a/sets/mindstorms/ev3-home-bonus/el3ctric_guitar/el3ctric_guitar.jpeg b/sets/mindstorms/ev3-home-bonus/el3ctric_guitar/el3ctric_guitar.jpeg new file mode 100644 index 0000000..ea3e8c5 Binary files /dev/null and b/sets/mindstorms/ev3-home-bonus/el3ctric_guitar/el3ctric_guitar.jpeg differ