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
-38-
Copyright@2016 AcSiP
If you see the error, please type the wifi command again to re-activate the W-Fi interfaces
until there is no such error and you see a messages similar to below:
If you see the above message, it means the interface is activated successfully. Note that at
this point, you’ve not yet connected to the the_test_ap AP for the Internet connection.
From the above message, you can see the MAC address of the AP to connect
(it’s f0:56:76:88:9e:e8). Open the /etc/config/wireless file again and add one line for
the radio1 for the BSSID property as below:
Save and exit the file. Type the wifi command to connect to the the_test_ap again. At this
point, you can test for Internet connection by using the ping -c 5 www.mediatek.com
command. If you see a message similar to below:
You have now successfully configured the Wi-Fi dongle and established the Internet
connection for the AI7688H AP.