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
-42-
Copyright@2016 AcSiP
8. Modify the Makefile of the sample application. Open the Makefile and find the following line
in the beginning of the file:
remove the line and modify it to use the cross compilation toolchain:
9. Type make to start building the sample application. It will build an executable file
subscribe_publish_sample.
10. Make sure the board is connected to the internet and is in the same network as your
computer. Now we copy the certificationfiles and the sample application to the board:
11. Then we can execute the sample application on the board. First we log into the console:
after login to the console, run the example:
12. You should see the following output, which is repeatedly printed:
You can press ctrl-c to stop the execution.
Now you can build other sample applications as well. You need to modify the Makefile and
aws_iot_config.h for each sample application as described in step 7 and 8 above.