.. note:: Hello, welcome to the SunFounder Raspberry Pi & Arduino & ESP32 Enthusiasts Community on Facebook! Dive deeper into Raspberry Pi, Arduino, and ESP32 with fellow enthusiasts. **Why Join?** - **Expert Support**: Solve post-sale issues and technical challenges with help from our community and team. - **Learn & Share**: Exchange tips and tutorials to enhance your skills. - **Exclusive Previews**: Get early access to new product announcements and sneak peeks. - **Special Discounts**: Enjoy exclusive discounts on our newest products. - **Festive Promotions and Giveaways**: Take part in giveaways and holiday promotions. πŸ‘‰ Ready to explore and create with us? Click [|link_sf_facebook|] and join today! Say Hello =================== This project will combine several functions from the preceding projects. The PiCar-X movement will be remotely controlled, and the PiCar’s camera will be remotely controlled by using two joystick controllers. When PiCar recognizes someone's face, it will nod politely and then say β€œHello!”. * :ref:`ezblock:video_latest` * :ref:`ezblock:remote_control_latest` .. image:: img/how_are_you.jpg **TIPS** .. image:: img/sp210512_161525.png The **if do** block is used to nod politely once the conditional judgment of β€œif” is true. .. image:: img/sp210512_161749.png The **conditional statements** block is used in conjunction with the **if do** block. The conditions can be β€œ=”, β€œ>”, β€œ<”, ” β‰₯ β€œ, ” ≀ β€œ, or ” β‰  β€œ. **EXAMPLE** .. note:: * You can write the program according to the following picture, please refer to the tutorial: :ref:`ezblock:create_project_latest`. * Or find the code with the same name on the **Examples** page of the EzBlock Studio and click **Run** or **Edit** directly. .. image:: img/sp210512_162305.png