Self-Starter Success Kit Orientation
Further Practice and Self-Configuration Guide
For additional practice and self-configuration, we recommend watching videos where users can follow simple steps to test their kits, visualize the output, and get started quickly. This will ensure newcomers can easily test their kits without requiring detailed knowledge of the manual.
We hope this guide helps you get the most out of your AIoT Development Kit. Happy Learning!
Note: If you do not get the output, please ensure there are no issues with the connections. If the connection is loose, re-plug the wire. Additionally, please do not make changes to the master code. If you wish to experiment with the sensors or write your own logic, create a separate file and test your logic there.
Connect Raspberry Pi HDMI cable to the desktop. Plug in your mouse, keyboard, and power up your AIoT Development Kit. Navigate to Desktop/XTrans_Programs.
- Test LCD Screen
- Connect CN3 to CN6
- Open Prgm01_LCD.py
- Run the program
- Observe the output on your LCD screen
- 7-Segment Display
- Connect CN3 to CN8
- Open Prgm02_7Segment.py
- Run the program
- Observe the output on your 7-segment display
- Test Buzzer
- Connect RM9 to RM17
- Open Prgm03_Buzzer.py
- Run the program
- The buzzer should sound every 5 seconds
- Test Relay
- Connect RM9 to RM17
- Open Prgm04_Relay.py
- Run the program
- You should hear a “Tik Tik” sound at 1-second intervals
- Test Stepper Motor
- Connect CN10 to CN7
- Open Prgm05_StepperMotor.py
- Run the program
- The stepper motor should run
- Test Keypad
- Connect CN9 to CN5
- Open Prgm06_Keypad.py
- Run the program
- Observe the output on the console
- Test LED and Switch
- Connect CN9 to CN4
- Open Prgm07_LEDandSwitch.py
- Run the program
- The LED should glow when the switch is pressed
- Soil Moisture Sensor Testing
- Connect RM23 to RM13
- Open Prgm08_SoilMoisture.py
- Run the program
- Observe the output on the console
- Gas Sensor Testing
- Connect RM22 to RM12
- Open Prgm09_GasSensor.py
- Run the program
- Observe the output on the console Note: The gas sensor may need time to heat up before providing accurate values.
- Ultrasonic Sensor Testing
- Connect RM21 to RM4
- Open Prgm10_UltraSonic.py
- Run the program
- Observe the output on the console
- Light Sensor Testing
- Connect RM20 to RM3
- Open Prgm11_LightSensor.py
- Run the program
- Observe the output on the console (Light Detected or Light Not Detected)
- Test Temperature and Humidity Sensor
- Connect RM19 to RM2
- Open Prgm12_TempAndHumiditySensor.py
- Run the program
- Observe the output on the console