.. 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! Enable I2C Interface(Important) ======================================== Here we are using the Raspberry Pi's I2C interfaces, but by default they are disabled, so we need to enable them first. #. Input the following command: .. raw:: html .. code-block:: sudo raspi-config #. Choose **Interfacing Options** by press the down arrow key on your keyboard, then press the **Enter** key. .. image:: img/image282.png :align: center #. Then **I2C**. .. image:: img/image283.png :align: center #. Use the arrow keys on the keyboard to select **** -> **** to complete the setup of the I2C. .. image:: img/image284.png :align: center #. After you select ****, a pop-up will remind you that you need to reboot for the settings to take effect, select ****. .. image:: img/camera_enable2.png :align: center