diff --git a/sets/mindstorms/ev3-home-bonus/bobb3e/bobb3e.jpeg b/sets/mindstorms/ev3-home-bonus/bobb3e/bobb3e.jpeg new file mode 100644 index 0000000..9d8ffbf Binary files /dev/null and b/sets/mindstorms/ev3-home-bonus/bobb3e/bobb3e.jpeg differ diff --git a/sets/mindstorms/ev3-home-bonus/bobb3e/README.md b/sets/mindstorms/ev3-home-bonus/bobb3e/index.md similarity index 52% rename from sets/mindstorms/ev3-home-bonus/bobb3e/README.md rename to sets/mindstorms/ev3-home-bonus/bobb3e/index.md index f8b1937..7b44f9d 100644 --- a/sets/mindstorms/ev3-home-bonus/bobb3e/README.md +++ b/sets/mindstorms/ev3-home-bonus/bobb3e/index.md @@ -1,8 +1,21 @@ -# Example LEGO® MINDSTORMS® EV3 Bobb3e Program +--- +title: "LEGO® MINDSTORMS® EV3 Home Edition: Fan Robots: Bobb3e" +maintainer: + user: "TheVinhLuong102" + name: "The Lương-Phạm Family" +image: + local: "bobb3e.jpeg" + credit: "LEGO" +video: + youtube: "i3jsJiVKYsg" +description: + "This remote controlled Bobcat® can be steered to move and lift objects with the control buttons on the IR Beacon." +building_instructions: + external: https://www.lego.com/cdn/product-assets/product.bi.additional.extra.pdf/31313_X_BOBB3E.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. +This program requires LEGO® EV3 MicroPython v2.0 downloadable at https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev3. Control Bobb3e as follows: @@ -19,3 +32,17 @@ Control Bobb3e as follows: - Bottom-Right/Blue-Down: turn right backward - Bobb3e beeps his alarm whenever reversing + +The code for the `Bobb3e` class is in `bobb3e.py` as follows: + +{% include copy-code.html %} +```python +{% include_relative bobb3e.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/robodoz3r/README.md b/sets/mindstorms/ev3-home-bonus/robodoz3r/README.md index 3f3ddfa..5285316 100644 --- a/sets/mindstorms/ev3-home-bonus/robodoz3r/README.md +++ b/sets/mindstorms/ev3-home-bonus/robodoz3r/README.md @@ -1,3 +1,18 @@ +--- +permalink: /projects/sets/mindstorms/ev3-home-bonus/robodoz3r/ +title: "LEGO Mindstorms EV3 Home Edition: Robodoz3r" +maintainer: + user: "TheVinhLuong102" + name: "The Lương-Phạm Family" +image: + local: "robodoz3r.jpeg" + credit: "LEGO" +description: + "This robot bulldozer can be controlled using the IR Beacon or it can drive on it’s own, avoiding obstacles while clearing and pushing things with its bulldozer bucket." +building_instructions: + external: https://www.lego.com/cdn/product-assets/product.bi.additional.extra.pdf/31313_X_ROBODOZ3R.pdf +--- + # Example LEGO® MINDSTORMS® EV3 RoboDoz3r 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/robodoz3r/robodoz3r.jpeg b/sets/mindstorms/ev3-home-bonus/robodoz3r/robodoz3r.jpeg new file mode 100644 index 0000000..712ab4b Binary files /dev/null and b/sets/mindstorms/ev3-home-bonus/robodoz3r/robodoz3r.jpeg differ