LAFVIN Smart Home Kit

LAFVIN Smart Home Kit Instruction Manual

Model: Smart Home Kit

1. Introduction

The LAFVIN Smart Home Kit is an educational electronic components learning kit designed for Arduino, DIY, and STEM enthusiasts. This kit allows users to build a miniature smart home model and explore various smart functionalities through hands-on assembly and programming. It integrates multiple sensors and actuators to simulate real-world smart home features such as automated lighting, security systems, environmental monitoring, and more.

LAFVIN Smart Home Kit packaging and assembled house
Figure 1: LAFVIN Smart Home Kit packaging and assembled house.

2. Package Contents

Please verify that all components listed below are included in your kit:

  • 1 x R3 Board
  • 1 x V5 Expanding Board
  • 1 x LCD 1602 Display
  • 1 x Soil Humidity Sensor
  • 1 x Flame Sensor
  • 1 x Big Sound Sensor
  • 1 x Water Level Detection Sensor Module
  • 1 x Photoelectric Interrupt Module
  • 1 x LED White/Red Module
  • 1 x Button Red/Green Module
  • 1 x Bluetooth Module
  • 1 x DHT11 Temperature and Humidity Sensor
  • 1 x Photoresistive Sensor
  • 1 x Fan
  • 1 x Passive Buzzer
  • 1 x Battery Case
  • 3 x SG90 Servo Motors
  • 15 x M2 Screw 8mm
  • 4 x M3 Screw 6mm
  • 40 x M3 Screw 10mm
  • 15 x M2 Nuts
  • 40 x M3 Nuts
  • 6 x Plastic Gaskets
  • 2 x Copper Cylinders
  • 1 x Screwdriver
  • 14 x Female-Female Jumper Wires (3-Pin)
  • 2 x Female-Female Jumper Wires (2-Pin)
  • 1 x Female to PH 2.0 Wire (3-Pin)
  • 1 x USB Cable
  • 3 x Cable Ties
  • 5 x Wooden Boards for House Assembly
All components included in the LAFVIN Smart Home Kit
Figure 2: Overview of all components included in the kit.
Detailed image of all components and their quantities
Figure 3: Detailed view of the kit's components, including wooden parts, sensors, and wiring.

3. Setup Instructions

3.1. Mechanical Assembly

Follow the provided wooden boards and use the M2 and M3 screws, nuts, and plastic gaskets to assemble the smart home structure. Refer to the visual guides for proper placement of each wooden piece.

Assembly step for Board C with buttons, screws, and nuts
Figure 4: Example assembly step for attaching buttons to Board C.

3.2. Component Installation

Install the various electronic modules into their designated slots on the wooden house structure. The kit includes a variety of sensors and actuators, each with a specific location.

Exploded view of the smart home kit with components labeled
Figure 5: Exploded view showing the placement of components like Water Lever Detection Sensor Module, Photoresistive sensor, LED-Red & Passive Buzzer, Fan, DHT11 (Temp and Humidity module), Photoelectric Interrupt Module, LCD1602, Button Switch, Sound Sensor, LED-White, SG90 Servo, and Battery.
Close-up views of assembled components: DHT11, fan, sound sensor, buttons, water level sensor, LED
Figure 6: Close-up details of installed components.

3.3. Wiring

Connect the sensors and actuators to the R3 Board via the V5 Expanding Board using the provided jumper wires. Pay close attention to the wiring diagram to ensure correct connections for each module.

Wiring diagram for the Smart Home Kit showing connections to the V5 Sensor Shield and Arduino Uno
Figure 7: Detailed wiring diagram for connecting all modules to the Arduino R3 board via the V5 Sensor Shield.

3.4. Software Setup and Programming

The kit is designed to be programmed using the Arduino IDE or a block-based programming environment. The tutorial will guide you through uploading the necessary code to the R3 Board.

  • Arduino IDE: Download and install the official Arduino IDE.
  • Block-based Programming: The kit supports visual block-based programming, which simplifies the coding process for beginners.

The provided tutorial will contain example code and detailed instructions for programming the smart home functions.

Video 1: Comprehensive installation and demonstration video, covering assembly, programming interfaces (Arduino IDE and block-based), and various smart home functions.

4. Operating Instructions

The LAFVIN Smart Home Kit offers several interactive functions, controllable via physical buttons, sensors, and a dedicated Android APP.

4.1. Key Functions

  • Digital Password Door: Use the buttons on the house or the APP to enter a password and control the door servo.
  • Automatic Window Closing: The water level detection sensor simulates rain. When activated, the window servo will close automatically.
  • Fire Alarm and Extinguishing Fan: The flame sensor detects fire, triggering an alarm (passive buzzer) and activating the fan to simulate extinguishing the fire.
  • Soil Monitoring: The soil humidity sensor monitors soil moisture levels, providing data that can be viewed on the LCD or the APP.
  • Light and Sound Control: The photoresistive sensor (light sensor) and sound sensor can be programmed to control the LED lights based on ambient conditions.
  • Temperature and Humidity Monitoring: The DHT11 sensor provides real-time temperature and humidity data.
Image illustrating smart house functions: digital password door, automatic window closing, fire alarm, soil monitoring, and control via Android APP and infrared remote control.
Figure 8: Overview of smart home functions and control methods.

4.2. APP Control

The kit can be controlled via a dedicated Android application, connecting through the Bluetooth module. The APP interface allows you to:

  • Turn lights on/off.
  • Control the fan (on/off).
  • Open/close windows.
  • Manage the password door.
  • Monitor sensor data (CO2, humidity, temperature, soil moisture).
APP control interface showing light, fan, window, and password door controls, along with sensor data monitoring
Figure 9: Android APP interface for controlling smart home functions and monitoring data.
Close-up of APP password door and soil monitoring interface
Figure 10: Detailed view of the APP's password door and soil monitoring features.

5. Maintenance

  • Cleaning: Keep the wooden parts and electronic components clean and free from dust. Use a soft, dry cloth for cleaning.
  • Storage: Store the kit in a dry environment, away from direct sunlight and extreme temperatures, to prevent damage to the wooden structure and electronics.
  • Battery Care: If using batteries, ensure they are correctly installed and removed when the kit is not in use for extended periods to prevent leakage.
  • Wiring Integrity: Periodically check all wire connections to ensure they are secure. Loose connections can lead to erratic behavior or malfunction.

6. Troubleshooting

  • No Power: Ensure the battery case is connected correctly and batteries are charged. Check the USB cable connection if powering via USB.
  • Components Not Responding: Verify all wiring connections against the diagram (Figure 7). Ensure the correct code has been uploaded to the R3 Board.
  • APP Connection Issues: Make sure the Bluetooth module is properly connected and powered. Ensure Bluetooth is enabled on your Android device and the APP is correctly configured to connect to the kit.
  • Incorrect Sensor Readings: Check sensor placement and wiring. Ensure the environment is suitable for the sensor (e.g., sufficient light for photoresistive sensor, moisture for soil sensor).
  • Servo Malfunction: Check servo connections and ensure they are receiving adequate power. Verify the servo control signals in your code.

7. Specifications

FeatureDetail
Model NumberSmart Home Kit
TypeElectronic Learning Kit (Voltage Regulator category)
Brand NameLAFVIN
OriginMainland China
ConditionNew
Package Weight0.85 kg
Package Dimensions20cm x 20cm x 20cm

8. User Tips

  • This kit is an excellent tool for learning about Arduino, DIY electronics, and STEM principles. It's designed to be both educational and engaging.
  • For programming, you can use the standard Arduino IDE for C++ based coding or explore block-based programming environments for a more visual and beginner-friendly approach. The tutorial will guide you through both options.
  • Take your time with the wiring. Double-checking connections against the diagram can save significant troubleshooting time later.

9. Warranty and Support

For any technical assistance, troubleshooting, or inquiries regarding your LAFVIN Smart Home Kit, please refer to the official LAFVIN support channels or the provided tutorial documentation. Keep your purchase records for warranty claims, if applicable.

Related Documents - Smart Home Kit

Preview LAFVIN ESP32 Basic Starter Kit: Projects and Tutorials
Explore the LAFVIN ESP32 Basic Starter Kit with this comprehensive guide. Learn about the ESP32 microcontroller by Espressif, its features, and build practical projects using Arduino IDE, sensors, and web servers.
Preview Uno R3 Super Starter Kit: Arduino Projects and Electronics Guide
Discover the Uno R3 Super Starter Kit, featuring the ZY UNO R3 board and a wide array of components. This guide offers step-by-step lessons for beginners to learn Arduino programming, electronics, and build interactive projects.
Preview Arduino Starter Kit Book: Projects and Guides by KEYES
Explore electronics and programming with the KEYES Arduino Starter Kit Book. This guide features 26 projects, code examples, and explanations for beginners to build interactive creations.
Preview Playknowlogy Robotics Car Kit Assembly and Setup Guide
Comprehensive guide to assembling and setting up the Playknowlogy Robotics Car Kit (Item: 87288) using Arduino UNO. Includes component lists, step-by-step assembly instructions, software configuration, and wiring diagrams.
Preview BDD Bluetooth Car Chassis Kit Assembly Guide
Step-by-step assembly instructions for the CommunicA BDD Bluetooth Car Chassis Kit, including component installation, wiring, and sample code.
Preview 5 Arduino IoT Projects: Smart Lock, Weather Stations, Servo Control, and Device Communication
This document details five hands-on Internet of Things (IoT) projects using Arduino UNO R4 WiFi and Arduino IoT Cloud. Projects include building a smart lock, two types of weather stations, a servo motor controller, and a system for device-to-device LED control.