User's Manual
Table Of Contents
- UPuTTYU provides Secure Socket Shell (SSH) access to the development board operating system.
- # Install Bonjour Print Service (For Windows 7 only)
- Steps:
- Check if the setup takes effect:
- In AP mode
- In Station mode
- Step1: Type UCI commands to assign SSID, key, and encryption information for running Station mode
- Step 2: Restart the Wi-Fi driver for activating the configuration
- Step 3: Check for Internet connection
- Step1: type UCI command to disable Station mode
- Step 2: restart the Wi-Fi driver
- Step 1: Create lks7688.cfg file
- Step 2: Attach the USB Drive to the board
- Step 3: Reset and press WiFi button
- # Using SCP
- Using Samba
- AWS IoT SDK for JavaScript
- AWS IoT Embedded-C SDK
- Basic Concepts :
- GPIO and Interupts
- PWM
- I2C
- SPI
- Installing MRAA
- Controlling LED with MRAA in Node.js
- Step-by-step
- Create and configure C project
- Supported cameras
- AI7688H has installed Linux UVC (USB Video Class) drivers to provide USB webcam suppport. Webcams follow the UVC standard can be supported on AI7688H. The real capabilities and supported resolution depend on the current UVC driver implementation.
- Step-by-step
- we use mjpg-streamer as the streaming application and it's already installed in the system firmware by default. For the webcam, Logitech C310 is used in this example.
AI7688H User Manual
-25-
Copyright@2016 AcSiP
Notice: if you use SSH to connect to the system console of AI7688H, you'll lose the connection
once the wifi command is set. Because this command will restart the Wi-Fi driver. After the Wi-Fi
restarts, connect your PC to the same wireless router as AI7688H did. Then you can connect to
AI7688H with mylinkit.local by SSH again.
You can also refer to the LED behavior to check the states of the connection in Station mode.
Step 3: Check for Internet connection
Now we can check if you’ve established Internet connection by typing the following command in
the system console:
# ping –c 5 www.mediatek.com
6.3 Switch to AP mode
Step1: type UCI command to disable Station mode
type the following commands in the system console
# uci set wireless.sta.disabled=1
# uci commit
Step 2: restart the Wi-Fi driver
type the command in the console:
# wifi
After the Wi-Fi driver restarts, the PC should be able to scan the AI7688H AP as shown in the
video of the Reset Wi-Fi Configuration section. Also the Wi-Fi status can be checked through
the LED behavior.