Building Custom Webpages for GainSpan Modules. Application Note AN069

Size: px
Start display at page:

Download "Building Custom Webpages for GainSpan Modules. Application Note AN069"

Transcription

1 Building Custom Webpages for GainSpan Modules Application Note AN069 Supports modules GS1011M and GS1500M Releases 2.4.x, 2.5.x, 3.4.x, and 3.5.x Publication No. GS-AN069 Version: 1.0 Date: December 11, 2013

2 GainSpan Corporate Headquarters 3590 N. First Street Suite 300 San Jose, CA Tel +1 (408) Copyright 2013 GainSpan Corporation. All rights reserved. Trademarks and registered trademarks are the property of their respective owners. GainSpan warrants performance of its modules and semiconductor products to current specifications in accordance with GainSpan s standard warranty, but reserves the right to make changes to any products and services at any time without notice. GainSpan assumes no responsibility or liability arising out of the application or use of any information, product, or service described herein except as expressly agreed to in writing by GainSpan Corporation. GainSpan customers are advised the latest version of device specifications before relying on any published information and before placing orders for products and services. GS-AN069 Page 2 of 79 Release 1.0

3 Release History Version Date Remarks Dec-11 Initial Release GS-AN069 Page 3 of 79 Release 1.0

4 Table of Contents CHAPTER 1 INTRODUCTION... 9 PURPOSE... 9 CHAPTER 2 THE WEBPAGE TO BE DISPLAYED CUSTOM WEBPAGE ELEMENTS CHAPTER 3 DOWNLOADING WEBSITE INTO GAINSPAN SOC PREPARING WEBSITE FOR DOWNLOADING MINIFYING THE JAVASCRIPT CODE COMPRESSING FILES USING GZIP Compressing Index.html File Compressing Styles.css File COMPRESSED FILES READY TO DOWNLOAD CHAPTER 4 DOWNLOADING CREATED WEBSITE TO A GS1011 OR GS1500 SYSTEM DOWNLOADING CREATED CUSTOM WEBSITE USING ALREADY EXISTING FIRMWARE Example Loading the Website into the GS1500 Evaluation Board DOWNLOADING CREATED CUSTOM WEBSITE AND CUSTOM FIRMWARE IN SDK BUILDER Create a Custom Version of Firmware Using SDK Builder Installing Custom Firmware Downloaded from SDK Builder CHAPTER 5 VIEWING YOUR CUSTOM WEBPAGES GS-AN069 Page 4 of 79 Release 1.0

5 Figures Figure 1: GainSpan Holiday Countdown Clock Example Figure 2: Website Example Index and Logo Files Figure 3: Website Example Countdown File Figure 4: Website Example CSS Directory Figure 5: Website Example ZIP File Figure 6: Website Example js Subdirectory Figure 7: Website Example "css" Subdirectory Figure 8: JavaScript Compression Tool Figure 9: Upload JavaScript Files Figure 10: Select Countdown.js File Figure 11: Countdown.js File Uploaded Figure 12: Upload Files & Compress JavaScript Figure 13: Copying Text File Into Notepad Figure 14: Saving JavaScript File in Notepad Figure 15: JS Subdirectory Output Figure 16: Deleting Countdown JS file Figure 17: Index.html File Displayed in Website Example Directory Figure 18: Compress the index.html File Figure 19: Compressed Index.html File Renamed (DOS Window) GS-AN069 Page 5 of 79 Release 1.0

6 Figure 20: Compressed Index.html.gz File Renamed Under Website Example Directory Figure 21: Style.css File Displayed in Website Example Directory Figure 22: Compressing Styles.css File (DOS Window) Figure 23: Issue the GZIP Styles.css to Compress Figure 24: Compressed styles.css.gz File Renamed Under Website Example Directory Figure 25: Countdown.min.js File Displayed in Website Example Directory Figure 26: Compressing Countdown.min.js File (DOS Window) Figure 27: Issuing the GZIP Countdown.min.js Command Figure 28: Compressed Countdown.min.js File Renamed Under Website Example Directory Figure 29: Website Example for Download into GainSpan System Figure 30: Countdown.min.js.gz Website Created Figure 31: Styles.css.gz Website Created Figure 32: Preparing the GainSpan Device for Programming Figure 33: Programming External Flash Figure 34: Programming Additional Files into Flash Figure 35: External Flash is Loaded with Selected Components Figure 36: Internal Flash Loaded with Selected Firmware and Binaries Figure 37: Created Example Zip File Used for Building SDK Firmware (Screen 1) Figure 38: Created Example Zip File Used for Building SDK Firmware (Screen 2) Figure 39: Created Example Zip File Used for Building SDK Firmware (Screen 3) Figure 40: Creating Custom Version of Firmware Using SDK Builder Figure 41: Serial-to-WiFi Binary Settings Figure 42: Included DHCP and HTTP Server to Create Custom Firmware GS-AN069 Page 6 of 79 Release 1.0

7 Figure 43: Add Custom Website Files to Provision Figure 44: Upload Custom Web Page Directory Figure 45: Select Zip File Containing Your Website Figure 46: Open Example Website Zip File Figure 47: Example Website Zip File Displayed Figure 48: Selecting Additional Firmware Features Figure 49: Naming Firmware Binary Figure 50: Submit Firmware Binary Build Figure 51: SDK Builder Compiling Firmware Figure 52: SDK Builder Download Complete Figure 53: Viewing Downloaded Custom Firmware Files Figure 54: SDK Builder Files Copied to a Temporary Directory Figure 55: Original MAC Address on Module Figure 56: Changed MAC Address on Module Figure 57: Flash Program Utility Figure 58: Preparing the GainSpan Device for Programming Figure 59: Connection Complete Figure 60: Selecting Module and Firmware Version to Program External Flash on the GainSpan Module Figure 61: Flash Configuration on the GainSpan Module is Successful Figure 62: Set Board to Run Mode Figure 63: Programming the Rest of the Images in External Flash Figure 64: Select Single Image to Download Figure 65: Programming Single Image GS-AN069 Page 7 of 79 Release 1.0

8 Figure 66: Set Board to Program Mode Message Window Figure 67: MAC Address will be Highlighted Figure 68: Download the WLAN and APP Firmware Along with Factory Defaults Files Figure 69: Programming the Internal Flash with the WLAN, APP, and Factory Default Files Figure 70: Configure the Serial Port Settings in Tera Term Figure 71: Tera Term VT Serial2WiFi APP Window Displayed Figure 72: GainSpan Node is Configured Figure 73: Obtaining an IP Address Automatically Figure 74: Connect to Wireless Network Connection Figure 75: Enter User Name and Password to Authenticate (Screen 1) Figure 76: Enter User Name and Password to Authenticate (Screen 2) Figure 77: GainSpan Holiday Countdown Webpage GS-AN069 Page 8 of 79 Release 1.0

9 Chapter 1 Introduction Purpose This document provides instructions on how to include your own custom webpages to display them from the webserver built into GainSpan GS1011M or GS1500M SoC (running 2.4.x firmware for the GS1011 or 3.4.x firmware for the GS1500). For the purpose of showing this, a simple webpage with JavaScript code and a CSS style sheet will be modified and loaded into a GainSpan module. GS-AN069 Page 9 of 79 Release 1.0

10 Chapter 2 The Webpage to be Displayed The webpage that will be displayed as an example in this document provides a couple of simple JavaScript counters that will count down to Christmas 2013 and New Year s Eve 2014 from the current time at which the webpage is loaded. Opening the webpage in a browser will display an example as shown in Figure 1. In this example the webpage was opened in Chrome on November 19, Figure 1: GainSpan Holiday Countdown Clock Example GS-AN069 Page 10 of 79 Release 1.0

11 Custom Webpage Elements The custom webpage is made up of the following elements: 1. The index.html file which includes the main HTML source code for the webpage. 2. The logo.gif file which provides the GainSpan logo located on top of the index.html webpage. 3. The countdown.jr JavaScript code used to perform the countdowns to Christmas and New Year s eve. 4. The styles.css Style sheet file used to define the style in which the index.html webpage will be displayed. The files are located as follows: 1. The index.html and logo.gif files are located in the root of the directory structure as shown in Figure 2. Figure 2: Website Example Index and Logo Files GS-AN069 Page 11 of 79 Release 1.0

12 2. The countdown.js is located in the js subdirectory as shown in Figure 3. Figure 3: Website Example Countdown File 3. The styles.css is located in the css subdirectory as shown in Figure 4. Figure 4: Website Example CSS Directory The source code for this website can be obtained from GainSpan and will be provided as a zip file named AN069_Website_example.zip (see Figure 5). Your gzip-compatible software may be different than the one presented in this document. Throughout this document the instructions use GZIP. GS-AN069 Page 12 of 79 Release 1.0

13 Figure 5: Website Example ZIP File GS-AN069 Page 13 of 79 Release 1.0

14 The js subdirectory is shown in Figure 6. Figure 6: Website Example js Subdirectory GS-AN069 Page 14 of 79 Release 1.0

15 The css subdirectory is shown in Figure 7. Figure 7: Website Example "css" Subdirectory GS-AN069 Page 15 of 79 Release 1.0

16 Chapter 3 Downloading Website into GainSpan SoC Preparing Website for Downloading In order to prepare the website so that it can be downloaded into a GainSpan GS1011M or GS1500M system, perform the following steps: 1. The JavaScript code needs to be minified (All *.js JavaScript code files need to be minified). 2. The minified JavaScript code file(s), all HTML source code files (*.html), and CSS style sheet files (*.css) need to be compressed with gzip or a gzip compatible program. Your website should first be placed in a directory structure as follows: 1. The HTML and graphic files for the website are placed at the root of the directory tree. 2. The JavaScript source code files for the website are placed in a subdirectory named js that lies directly under the website s root directory. 3. The CSS style sheet files for the website are placed in a subdirectory named css that lies directly under the website s root directory. After placing your website files as described above, follow the next sections to prepare your website for downloading into a GainSpan GS1011M or GS1500 SoC. GS-AN069 Page 16 of 79 Release 1.0

17 Minifying the JavaScript Code To minify your JavaScript code, you should be free to use any JavaScript minifier of your choice, when you do so, simply make sure that the resultant minified JavaScript code works properly before continuing with the remaining portions of the process below. For this example, we will use the online JavaScript minifier located at jscompress.com. To use it, perform the following: 1. Open a web browser and type in the following URL: The following screen will display (see Figure 8). Figure 8: JavaScript Compression Tool GS-AN069 Page 17 of 79 Release 1.0

18 2. Select the Upload JavaScript Files tab as shown in Figure 9. Figure 9: Upload JavaScript Files 3. Click on the Choose File button and select the countdown.js file under the website example folder (see Figure 10). Click Open. Figure 10: Select Countdown.js File GS-AN069 Page 18 of 79 Release 1.0

19 4. The Online JavaScript Compression Tool screen will display with the uploaded countdown.js file (see Figure 11). Figure 11: Countdown.js File Uploaded GS-AN069 Page 19 of 79 Release 1.0

20 5. Select the Upload Files & Compress JavaScript button. This will return the following output as shown in Figure 12. Figure 12: Upload Files & Compress JavaScript 6. Copy the complete text include in the window under Compressed JavaScript Output into a text file using Notepad (see Figure 13). Figure 13: Copying Text File Into Notepad GS-AN069 Page 20 of 79 Release 1.0

21 7. Save the file in Notepad as countdown.min.js (see Figure 14). Figure 14: Saving JavaScript File in Notepad GS-AN069 Page 21 of 79 Release 1.0

22 8. The result of the js subdirectory will display as shown in Figure 15. Figure 15: JS Subdirectory Output 9. Delete the original countdown.js file from the js subdirectory. Once deleted the countdown.min.js should be the only file listed (see Figure 16). Figure 16: Deleting Countdown JS file 10. You have now completed minifying the JavaScript code for the website. GS-AN069 Page 22 of 79 Release 1.0

23 Compressing Files Using GZIP The following instructions use GZIP. However, you can use any gzip-compatible program. Now that we have minified the JavaScript code of our website, the next step in the process is to compress all (minified) JavaScript, HTML and CSS files in the website directory tree using GZIP, this section will show you how this is done with the example website. To use the GZIP utility to compress your files, please first download the proper GZIP executable for your operating system from the following website: After installing GZIP on your computer, use it to compress the HTML, CSS and minified JavaScript files making up your website. The following steps outlined below are performed on a Windows 7 computer. For the following examples, the GZIP utility was installed on a Windows 7 64-bit computer. Please make sure that you follow the instructions for usage of GZIP, or whatever GZIP compatible utility you will use to GZIP the website files. In the case of the current incarnation of GZIP, for example, it was needed to add the path at which the GZIP utility was located at within the Windows machine in use so that it would be found from any directory from which it is used. Other GZIP releases and other compression utilities supporting GZIP compression may impose other, different needs to the user and they will not be covered by this document, please simply make sure that you follow the instructions for such tool to be able to perform GZIP compression on the files needed to follow the example provided by this document or your own custom webpages once you are doing so. For the purposes of the example herein enclosed, GZIP downloaded from the above link was used and the path on which it was placed was included on the PC being used for this purpose). GS-AN069 Page 23 of 79 Release 1.0

24 Compressing Index.html File To compress the index.html file, perform the following: 1. To compress the index.html file, open a DOS command line window to the c:\website_example directory where the directory tree was placed on your computer. The index.html file is displayed (see Figure 17). Figure 17: Index.html File Displayed in Website Example Directory GS-AN069 Page 24 of 79 Release 1.0

25 2. In the DOS window, issue the command gzip index.html to compress the index.html file (see Figure 18). Figure 18: Compress the index.html File GS-AN069 Page 25 of 79 Release 1.0

26 3. The compressed file is now named index.html.gz (see Figure 19 and Figure 20). Figure 19: Compressed Index.html File Renamed (DOS Window) Figure 20: Compressed Index.html.gz File Renamed Under Website Example Directory GS-AN069 Page 26 of 79 Release 1.0

27 Compressing Styles.css File To compress the styles.css file, perform the following: 1. Open the directory where the styles.css file resides (see Figure 21). Figure 21: Style.css File Displayed in Website Example Directory GS-AN069 Page 27 of 79 Release 1.0

28 2. To compress the styles.css file, open a DOS command line window to the c:\website_example\css directory on your computer. The styles.css file is displayed (see Figure 22). Figure 22: Compressing Styles.css File (DOS Window) GS-AN069 Page 28 of 79 Release 1.0

29 3. In the DOS window, issue the command gzip styles.css to compress the index.html file (see Figure 23). Figure 23: Issue the GZIP Styles.css to Compress 4. The compressed file is now named styles.css.gz (see Figure 24). Figure 24: Compressed styles.css.gz File Renamed Under Website Example Directory GS-AN069 Page 29 of 79 Release 1.0

30 Compressing Minified Countdown File To compress minified countdown.min.js file, perform the following: 1. Open the directory where the countdown.min.js file resides (see Figure 25). Figure 25: Countdown.min.js File Displayed in Website Example Directory GS-AN069 Page 30 of 79 Release 1.0

31 2. To compress the countdown.min.js file, open a DOS command line window to the c:\website_example\js directory on your computer. The index.html file is displayed (see Figure 26). Figure 26: Compressing Countdown.min.js File (DOS Window) GS-AN069 Page 31 of 79 Release 1.0

32 3. In the DOS window, issue the command gzip countdown.min.js to compress the index.html file (see Figure 27). Figure 27: Issuing the GZIP Countdown.min.js Command GS-AN069 Page 32 of 79 Release 1.0

33 4. The compressed file is now named countdown.min.js.gz (see Error! Reference source not found. and Figure 28). Figure 28: Compressed Countdown.min.js File Renamed Under Website Example Directory GS-AN069 Page 33 of 79 Release 1.0

34 Compressed Files Ready to Download The website directory tree and all files are now prepared to be used to download to a GainSpan GS1011 or GS1500 SoC. If you would like to obtain a copy of the website files after being modified for downloading into a GainSpan GS1011 or GS1500 system as described in this section, contact GainSpan for the AN069_Website_example_for_download_into_GainSpan_System.zip file. Preparing a zip file similar to the AN069_Website_example_for_download_into_GainSpan_System.zip file that includes a complete website after modification for downloading into a GainSpan GS1011 or GS1500 system is recommended. A zip file is recommended if you are planning on using the online SDK Builder available in the GainSapn website to create custom firmware that includes your custom website. Figure 29, Figure 30, and Figure 31 shows an example of a created website. Figure 29: Website Example for Download into GainSpan System GS-AN069 Page 34 of 79 Release 1.0

35 Figure 30: Countdown.min.js.gz Website Created GS-AN069 Page 35 of 79 Release 1.0

36 Figure 31: Styles.css.gz Website Created GS-AN069 Page 36 of 79 Release 1.0

37 Chapter 4 Downloading Created Website to a GS1011 or GS1500 System The prepared files in your website can be downloaded into a GainSpan GS1011 or GS1500 system. There are two approaches that can be followed: 1. Downloading created custom website using already existing firmware. An already existent version of firmware (either obtained from a GainSpan EVK or a custom version of firmware created by you using a GainSpan SDK) can be loaded into the GainSpan GS1011 or GS1500 system in question along with your custom webpages 2. Downloading created custom website with custom firmware created in SDK Builder. A custom set of Serial-to-WiFi firmware binaries can be created in the GainSpan online SDK Builder tool that will include your custom website and will later be downloaded to your GainSpan GS1011 or GS1500 system. Downloading Created Custom Website Using Already Existing Firmware To download your created custom website into a GainSpan GS1011 or GS1500 system, you will use the gs_flashprogram programming tool. This section will show you examples of how to load a standard set of GainSpan firmware (Serial to Wi-Fi App firmware and WLAN firmware) along with the custom website prepared for download in the example given in this document. To download the firmware and website into your GainSpan system (GS1011 or GS1500), perform the following: 1. Firmware will be loaded into the internal flash of the GainSpan SoC in question. 2. The custom website will be downloaded (along with any other possible components, such as factory backup firmware images, sf_info memory map and macblock.bin n module firmware) into the external flash of the GainSpan system you are working on. Before downloading the code and website into your GainSpan SoC, please make sure that your website s total directory tree does not use any more than 64 kilobytes of memory, as the standard sf_info memory GS-AN069 Page 37 of 79 Release 1.0

38 map used to define the external flash s memory space has reserved only 64 kilobytes of external flash memory space for webpage storage. If you need more space than this for your custom website, please contact GainSpan so that we can help you create an external flash memory map that allocates the required memory space for your website. For more information on additional programming of the GainSpan GS1011 and GS1500 modules, refer to the GainSpan Module Programming Guidelines document. GS-AN069 Page 38 of 79 Release 1.0

39 Example Loading the Website into the GS1500 Evaluation Board To load the created website into the GainSpan GS1500 evaluation board using the standard 3.4.x firmware, perform the following: 1. Prepare the GainSpan device for programming. Open the gs_flashprogram tool to connect to the GS1500 system. The Preparing the GainSpan Device for Programming screen will display (see Figure 32). 2. Select the Interface, UART Port, select the Module (e.g., GS1500M), and select GEPS version. Check the Program External Flash box and click the Check Connection button (see Figure 32). Figure 32: Preparing the GainSpan Device for Programming GS-AN069 Page 39 of 79 Release 1.0

40 3. When programming external flash, the WEB dir option will be selected and will point to the root of the website tree. This is after preparing the website for downloading into the GainSpan system as described in this document. (see Figure 33). Figure 33: Programming External Flash GS-AN069 Page 40 of 79 Release 1.0

41 4. Select the remaining components needed to download to external flash (e.g., sf_info, macblock, etc.) (see Figure 34). Figure 34: Programming Additional Files into Flash GS-AN069 Page 41 of 79 Release 1.0

42 5. External flash is loaded with the selected components (see Figure 35). Figure 35: External Flash is Loaded with Selected Components GS-AN069 Page 42 of 79 Release 1.0

43 6. The internal flash is loaded with the selected WLAN and APP firmware files. In this example, WLAN firmware and Web Provisioning UART Serial-to-WiFi App firmware binaries (see Figure 36). Figure 36: Internal Flash Loaded with Selected Firmware and Binaries GS-AN069 Page 43 of 79 Release 1.0

44 Downloading Created Custom Website and Custom Firmware in SDK Builder In order to create a custom version of firmware on the online SDK builder tool available on the GainSpan website that includes your custom website, you will first need to create a zip file that includes your website after having modified it for download into a GainSpan system (that is, after having minified your JavaScript code and compressed your files with Gzip as described previously). Figure 37, Figure 38, and Figure 39 shows an example zip file used to create a custom SDK firmware. Figure 37: Created Example Zip File Used for Building SDK Firmware (Screen 1) GS-AN069 Page 44 of 79 Release 1.0

45 Figure 38: Created Example Zip File Used for Building SDK Firmware (Screen 2) GS-AN069 Page 45 of 79 Release 1.0

46 Figure 39: Created Example Zip File Used for Building SDK Firmware (Screen 3) GS-AN069 Page 46 of 79 Release 1.0

47 Create a Custom Version of Firmware Using SDK Builder A custom website that is created using the SDK Builder cannot exceed 50 kilobytes in size. If you require a larger website than the custom version of firmware created by SDK Builder, contact GainSpan Technical Support for additional instructions. After making sure that the zip file with your website looks similar to the one shown, you can now create a custom version of firmware using the online SDK Builder tool or related documents refer to GainSpan website: To create a custom version of firmware using SDK Builder, perform the following: 1. For example, select the GS1500M version 2.2 module along with GEPS firmware and 2 megabytes of external flash memory to create a custom Serial-to-WiFi firmware (see Figure 40). Figure 40: Creating Custom Version of Firmware Using SDK Builder GS-AN069 Page 47 of 79 Release 1.0

48 2. The default UART settings were left in place for the custom Serial-to-WiFi binary (see Figure 41). Figure 41: Serial-to-WiFi Binary Settings 3. The DHCP Server, HTTP Server and Network Connection Manager Capabilities were selected to be included into the created custom firmware (see Figure 42). Figure 42: Included DHCP and HTTP Server to Create Custom Firmware GS-AN069 Page 48 of 79 Release 1.0

49 4. Add the custom website files, Web Provisioning and Custom Web Pages (see Figure 43). Figure 43: Add Custom Website Files to Provision GS-AN069 Page 49 of 79 Release 1.0

50 5. Select the checkbox Upload Custom Web Page Directory (see Figure 44). Figure 44: Upload Custom Web Page Directory GS-AN069 Page 50 of 79 Release 1.0

51 6. Select the zip file containing your website (after modifying its files by minifying your JavaScript code and compressing HTML, CSS and minified JavaScript files using GZIP) (see Figure 45). Figure 45: Select Zip File Containing Your Website GS-AN069 Page 51 of 79 Release 1.0

52 7. The zip file will be AN069_Website_example_for_download_into_GainSpan.zip. See Figure 46 and Figure 47. Figure 46: Open Example Website Zip File Figure 47: Example Website Zip File Displayed GS-AN069 Page 52 of 79 Release 1.0

53 8. Select additional features for your custom firmware and name your custom firmware (see Figure 48). In this example no other features were added. Figure 48: Selecting Additional Firmware Features GS-AN069 Page 53 of 79 Release 1.0

54 9. Enter the firmware binary name. In this example we are naming the firmware binary, AN069_sample_firmware (see Figure 49). Figure 49: Naming Firmware Binary GS-AN069 Page 54 of 79 Release 1.0

55 8. Submit your custom build configuration by clicking on the Submit button (see Figure 50). Figure 50: Submit Firmware Binary Build GS-AN069 Page 55 of 79 Release 1.0

56 9. Select Build History tabe in the SDk Builder to see the status of your custom Serial-to-WiFi firmware build is Pending. The SDK builder will compile and build your firmware (see Figure 51). Figure 51: SDK Builder Compiling Firmware 10. After the SDK Builder completes building your custom Serial-to-WiFi firmware build, you will see the status as Download (see Figure 52). Figure 52: SDK Builder Download Complete GS-AN069 Page 56 of 79 Release 1.0

57 11. Once download is complete, click on the Download link to download a zip file including your custom firmware, which will include a list of files similar to what is shown in Figure 53. Figure 53: Viewing Downloaded Custom Firmware Files GS-AN069 Page 57 of 79 Release 1.0

58 Installing Custom Firmware Downloaded from SDK Builder The downloaded custom firmware files from the SDK Builder will include your custom webpages. To install the custom firmware that was downloaded from the SDK Builder, perform the following: 1. Place the files included within the zip file downloaded from the SDK Builder into a directory on your PC. For example, the files were placed in the C:\Temp directory (see Figure 54). Figure 54: SDK Builder Files Copied to a Temporary Directory GS-AN069 Page 58 of 79 Release 1.0

59 2. Edit the facdef.txt file so that its first line reflects the MAC address that is printed on the sticker of your module (GS1011 or GS1500). In this example, it was changed to the MAC address 00:1d:c9:07:15:56. The original facdef.txt file as downloaded from the SDK Builder displays; 001dc9d070cc (see Figure 55). Figure 55: Original MAC Address on Module The edited MAC address is 001dc (see Figure 56). Save the file. Figure 56: Changed MAC Address on Module GS-AN069 Page 59 of 79 Release 1.0

60 3. After editing the facdet.txt file, power off the GainSpan GS1500 module and select the Program mode. Power the board back on and then connect it via a serial connection to your PC (either via a USB or UART cable or through a DB9 RS-232 serial connection. 4. Open the gs_flashprogram utility on your PC (see Figure 57). Figure 57: Flash Program Utility GS-AN069 Page 60 of 79 Release 1.0

61 5. Select the Single UART interface, UART port (in this example, COM4) (see Figure 58). Figure 58: Preparing the GainSpan Device for Programming GS-AN069 Page 61 of 79 Release 1.0

62 6. Click the Check Connection button to verify that the connection to the GainSpan module is established. A Green check will appear indicating that the connection is complete (see Figure 59). Figure 59: Connection Complete GS-AN069 Page 62 of 79 Release 1.0

63 7. Select Module type and GEPS firmware version. In this example GS1500M was selected for Module, and GEPS 3.5 was selected for GEPS version. Check the Program External Flash box (see Figure 60). Figure 60: Selecting Module and Firmware Version to Program External Flash on the GainSpan Module GS-AN069 Page 63 of 79 Release 1.0

64 8. Click on the Next button. The GainSpan module will start the flash configuration process. Once complete a message will display indicating that the configuration is successful (see Figure 61). Figure 61: Flash Configuration on the GainSpan Module is Successful GS-AN069 Page 64 of 79 Release 1.0

65 9. Clcik the Next button the following window in Figure 62 will display. Figure 62: Set Board to Run Mode GS-AN069 Page 65 of 79 Release 1.0

66 10. Turn off the GainSpan module, and turn the Program/Run switch to RUN mode. Turn the On/Off switch to the ON position. After doing so, click on the OK button on the Set board to Run mode window that popped up on your PC (see Figure 63). Figure 63: Programming the Rest of the Images in External Flash GS-AN069 Page 66 of 79 Release 1.0

67 11. Select the Single Image option and select the ExternalFlash.bin file that was included in the zip file download from the SDK Builder from your custom firmware (see Figure 64). Figure 64: Select Single Image to Download GS-AN069 Page 67 of 79 Release 1.0

68 12. Click on the Program Single Image button and wait until the programming of the external flash is over. A message will display indicating that the external flash image file has been successfully programmed. This will take several minutes (see Figure 65). Figure 65: Programming Single Image GS-AN069 Page 68 of 79 Release 1.0

69 13. Once complete, click the Next button. The following window will display (see Figure 66). Figure 66: Set Board to Program Mode Message Window 14. Turn off the GainSpan module and turn the Program/Run switch to Program mode. Turn the On/Off switch to the ON position. GS-AN069 Page 69 of 79 Release 1.0

70 15. Click the OK button and the following screen will display with the highlighted MAC address (see Figure 67). Figure 67: MAC Address will be Highlighted GS-AN069 Page 70 of 79 Release 1.0

71 16. Select the WLAN firmware and APP firmware files that were provided in the zip file downloaded from the SDK Builder and the facdef.txt file you downloaded and the edited GainSpan module MAC address (see Figure 68). Figure 68: Download the WLAN and APP Firmware Along with Factory Defaults Files GS-AN069 Page 71 of 79 Release 1.0

72 17. After selecting the WLAN, APP, and Factory Default files as shown in the previous step, click on the Program Flash button and wait until the internal flash programming is complete (see Figure 69). The GainSpan system will have both your custom firmware and webpages loaded into it. Figure 69: Programming the Internal Flash with the WLAN, APP, and Factory Default Files GS-AN069 Page 72 of 79 Release 1.0

73 18. Turn the On/Off power switch to the OFF position. Turn the Run/Program switch to the RUN mode. Turn the On/Off power switch back to the ON position. You can now view the custom webpages. GS-AN069 Page 73 of 79 Release 1.0

74 Chapter 5 Viewing Your Custom Webpages Once you have loaded firmware and your custom webpages as described in this document, you should now be able to view your custom webpages. In this section, an example of configuring your GainSpan module as a limited access point and have its webserver provide the custom webpages to a PC that will associate to it will be given. To do so, follow the steps detailed below: 1. Connect to your GainSpan module via a serial connection from a PC using a terminal program like Tera Term. Configure the serial port settings (see Figure 70). Figure 70: Configure the Serial Port Settings in Tera Term GS-AN069 Page 74 of 79 Release 1.0

75 2. Click the OK button. After configuring Tera Term s serial port as shown above, and having your GainSpan module connected to your PC, power your GainSpan module ON. The Tera Term VT window will display with the Serial2WiFi APP message (see Figure 71). Figure 71: Tera Term VT Serial2WiFi APP Window Displayed 3. Enter the following commands. AT+NSET= , , AT+WM=2 AT+DHCPSRVR=1 AT+WEBPROV=admin,admin,0,2,,1 AT+WA=GainSpanCustom,,11 The above commands will perform the following: Set the module to use a fixed IP address of , a subnet mask of and a gateway IP address of (with the command AT+NSET= , , ). Set the module to operate as a limited Access Point (with the command AT+WM=2 ). Enable the DHCP server on the GainSpan module so that it can provide an IP address to a PC associating to it (through the AT+DHCPSRVR=1 command). Enable the webserver by enabling web provisioning and configure it to use admin for both its username and password (with the AT+WEBPROV=admin,admin,0,2,,1 command). GS-AN069 Page 75 of 79 Release 1.0

76 Start the Limited Access Point service with SSID = GainSpanCustom on channel 11 (with the command AT+WA=GainSpanCustom,,11 ) 4. The GainSpan node is configured to operate as a limited access point and to serve your custom webpages. Figure 72 will display with the entered commands. Figure 72: GainSpan Node is Configured GS-AN069 Page 76 of 79 Release 1.0

77 5. Connect to the GainSpan module to a PC to observe the custom webpage. Make sure that your wireless adapter is configured to obtain an IP address automatically (DHCP) (see Figure 73). Figure 73: Obtaining an IP Address Automatically GS-AN069 Page 77 of 79 Release 1.0

78 6. Associate your PC wireless adapter to the network as shown in Figure 74. Figure 74: Connect to Wireless Network Connection GS-AN069 Page 78 of 79 Release 1.0

79 7. Open your PC web browswer and enter the following address: /index.html. 8. Enter the User Name and Password to authenticate (see Figure 75). Enter admin for both (see Figure 76). Figure 75: Enter User Name and Password to Authenticate (Screen 1) Figure 76: Enter User Name and Password to Authenticate (Screen 2) 9. Click the Log In button. The GainSpan Holiday Countdown screen will display (see Figure 77). Figure 77: GainSpan Holiday Countdown Webpage GS-AN069 Page 79 of 79 Release 1.0

Single Site Flash Programmer. User Guide. Supports GS1011MIE, GS1011MEx, GS1011MIP, GS1011MxxS, and GS1500M Modules

Single Site Flash Programmer. User Guide. Supports GS1011MIE, GS1011MEx, GS1011MIP, GS1011MxxS, and GS1500M Modules Single Site Flash Programmer User Guide Supports GS1011MIE, GS1011MEx, GS1011MIP, GS1011MxxS, and GS1500M Modules Publication No. GS-SNG-SITE-PRG-UG-001240 Version: 1.0 Date: August 8, 2014 GainSpan Corporate

More information

GS-AN039. Provisioning Methods with S2W INTRODUCTION SETTING UP WEB PROVISIONING USING LIMITED AP PROVISIONING MODE

GS-AN039. Provisioning Methods with S2W INTRODUCTION SETTING UP WEB PROVISIONING USING LIMITED AP PROVISIONING MODE GS-AN039 Provisioning Methods with S2W INTRODUCTION The Serial to Wi-Fi application supports multiple methods of provisioning the device to connect to the infrastructure (i.e. Access Point) a) Web Provisioning

More information

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views!

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views! Dreamweaver CS6 Table of Contents Setting up a site in Dreamweaver! 2 Templates! 3 Using a Template! 3 Save the template! 4 Views! 5 Properties! 5 Editable Regions! 6 Creating an Editable Region! 6 Modifying

More information

Instruction with Screenshot for WEB

Instruction with Screenshot for WEB Instruction with Screenshot for WEB Step 1: Attaching your external USB storage device: You can attach USB flash disk, USB HDD, USB card reader as your NAS. However, attaching a cell-phone or tablet as

More information

Board Update Portal based on Nios II Processor with EPCQ (Arria 10 GX FPGA Development Kit)

Board Update Portal based on Nios II Processor with EPCQ (Arria 10 GX FPGA Development Kit) Board Update Portal based on Nios II Processor with EPCQ (Arria 10 GX FPGA Development Kit) Date: 1 December 2016 Revision:1.0 2015 Altera Corporation. All rights reserved. ALTERA, ARRIA, CYCLONE, HARDCOPY,

More information

GS2K Hosted HomeKit User Guide. 1VV Rev

GS2K Hosted HomeKit User Guide. 1VV Rev GS2K Hosted HomeKit User Guide 1VV0301439 Rev. 1.3 2018-09-10 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the accuracy of this document,

More information

DG-HR1160M Portable Power Bank 3G Router User Manual

DG-HR1160M Portable Power Bank 3G Router User Manual DG-HR1160M Portable Power Bank 3G Router User Manual V1.0 2013-11-14 As our products undergo continuous development the specifications are subject to change without prior notice COPYRIGHT Copyright 2013

More information

NCR. Wi-Fi Setup Assistant. User guide

NCR. Wi-Fi Setup Assistant. User guide NCR Wi-Fi Setup Assistant User guide 15 Contents 1 Getting started... 3 1.1 Features... 3 1.2 System Requirements... 3 1.3 Installing Wi-Fi Setup Assistant... 4 2 Configuring a Wi-Fi Printer... 6 2.1 Setup

More information

Deploy a Customer Site

Deploy a Customer Site Local Administration, on page 1 Run Port Check Tool, on page 4, on page 4 Add Cisco Wireless IP Phone 8821 to the Wireless LAN, on page 6 Provision the Phone, on page 7 Local Administration You can connect

More information

Smart Plug User Guide

Smart Plug User Guide Smart Plug User Guide Version 1.2 Copyright 2016 About This Guide This document introduces to users an example of ESP IOT Platform applications, the Espressif Smart Plug. The document includes the following

More information

Software Manual Net Configuration Tool Rev. 4.05

Software Manual Net Configuration Tool Rev. 4.05 Software Manual Net Configuration Tool Rev. 4.05 http://www.bixolon.com Introduction 1. About this manual... 3 2. Supported Operating Systems... 3 3. Supported Printers... 4 4. Before Startup... 5 5. Installation

More information

WEB ANALYTICS HOW-TO GUIDE

WEB ANALYTICS HOW-TO GUIDE WEB ANALYTICS HOW-TO GUIDE MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M logo are trademarks or registered trademarks of Motorola Trademark Holdings, LLC and are used under license. All other trademarks

More information

How to assign an IP address and access your device

How to assign an IP address and access your device User Manual Table of Contents Get started................................................ 3 Browser support................................................ 3 About default IP addresses........................................

More information

Camera Configuration Tool

Camera Configuration Tool Camera Configuration Tool Installation & User Manual This page intentionally left blank. 2 Oncam Grandeye This document contains proprietary data or information pertaining to items, or components, or processes,

More information

PePWave Mesh Connector User Manual

PePWave Mesh Connector User Manual PePWave Mesh Connector User Manual Document Rev. 1.0 Jun-07 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. Copyright 1999-2007 PePWave Ltd. All Rights Reserved. PePWave and

More information

7NOX User Manual for Site Device. Book after-hours air conditioning in commercial buildings with ease.

7NOX User Manual for Site Device. Book after-hours air conditioning in commercial buildings with ease. 7NOX User Manual for Site Device Book after-hours air conditioning in commercial buildings with ease. Document Control Revision History This document is version controlled via the use of revision numbers.

More information

Disassemble the machine code present in any memory region. Single step through each assembly language instruction in the Nios II application.

Disassemble the machine code present in any memory region. Single step through each assembly language instruction in the Nios II application. Nios II Debug Client This tutorial presents an introduction to the Nios II Debug Client, which is used to compile, assemble, download and debug programs for Altera s Nios II processor. This tutorial presents

More information

GS2K OV SDK User Guide. 1VV Rev

GS2K OV SDK User Guide. 1VV Rev GS2K OV SDK User Guide 1VV0301470 Rev. 1.1 2017-04-11 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the accuracy of this document, Telit assumes

More information

ZyXEL. Firmware Release Note NWA1123-AC. Wireless N Business WLAN 1100 Series Access Point. Release V2.10(AAOX.0)C0. Date : Oct.

ZyXEL. Firmware Release Note NWA1123-AC. Wireless N Business WLAN 1100 Series Access Point. Release V2.10(AAOX.0)C0. Date : Oct. ZyXEL Firmware Release Note NWA1123-AC Wireless N Business WLAN 1100 Series Access Point Release V2.10(AAOX.0)C0 Date : Oct. 23, 2015 Author : RD Project Leader : Sam Liao Sam Liao 1/6 ZyXEL NWA1123-AC

More information

Wi-Fi Card/Box. User s Manual

Wi-Fi Card/Box. User s Manual Wi-Fi Card/Box User s Manual Table of Content 1 Overview... 1 1.1 Introduction... 1 1.2 Features... 1 1.3 Product overview... 2 2 Preparation... 3 2.1 Prerequisite... 3 2.2 Installation... 3 3 Wi-Fi Card

More information

How many controllers can I manage on a single AirLink network? One or more site controllers can manage up to 1,000 devices per AirLink system.

How many controllers can I manage on a single AirLink network? One or more site controllers can manage up to 1,000 devices per AirLink system. AirLink Frequently Asked Questions Commissioning How many controllers can I manage on a single AirLink network? One or more site controllers can manage up to 1,000 devices per AirLink system. What is the

More information

NF15ACV. VDSL/ADSL Dual Band AC1200 WiFi Gigabit Modem Router with VoIP. Firmware Release Notes

NF15ACV. VDSL/ADSL Dual Band AC1200 WiFi Gigabit Modem Router with VoIP. Firmware Release Notes NF15ACV VDSL/ADSL Dual Band AC1200 WiFi Gigabit Modem Router with VoIP Firmware Release Notes Copyright Copyright 2017 NetComm Wireless Limited. All rights reserved. The information contained herein is

More information

DSP Development Kit, Stratix II Edition

DSP Development Kit, Stratix II Edition DSP Development Kit, Stratix II Edition August 2005, Development Kit version 1.1.0 Errata Sheet This document addresses known errata and documentation changes the DSP Development Kit, Stratix II Edition

More information

UTOPIA Level 2 Slave MegaCore Function

UTOPIA Level 2 Slave MegaCore Function UTOPIA Level 2 Slave MegaCore Function October 2005, Version 2.5.0 Release Notes These release notes for the UTOPIA Level 2 Slave MegaCore function contain the following information: System Requirements

More information

Manual ServiceGate. Remote Engineer B.V. De Parse 11, 8491 PJ, Akkrum The Netherlands

Manual ServiceGate. Remote Engineer B.V. De Parse 11, 8491 PJ, Akkrum The Netherlands Manual ServiceGate Installation and use of the ServiceGate V2.3 Remote Engineer B.V. De Parse 11, 8491 PJ, Akkrum The Netherlands +31 527 712 049 info@remoteengineer.eu www.remoteengineer.eu Index Getting

More information

User Manual DIR-850L. Wireless AC1200 Dual Band Gigabit Router.

User Manual DIR-850L. Wireless AC1200 Dual Band Gigabit Router. User Manual DIR-850L Wireless AC1200 Dual Band Gigabit Router USER MANUAL: DIR-850L Wireless AC1200 Dual Band Gigabit Router SYSTEM REQUIREMENTS Network Requirements Web-based Configuration Utility Requirements

More information

Recovery Guide for Cisco Digital Media Suite 5.4 Appliances

Recovery Guide for Cisco Digital Media Suite 5.4 Appliances Recovery Guide for Cisco Digital Media Suite 5.4 Appliances September 17, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408

More information

Primex Device Configuration Software Advanced User Guide

Primex Device Configuration Software Advanced User Guide Primex Device Configuration Software Advanced User Guide OneVue Wi-Fi & PoE Synchronized Time Solution OneVue is a trademark of Primex. The innovative technology software solution for facility and time

More information

Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist

Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Summary This document explains how to configure the TP-Link

More information

DDR & DDR2 SDRAM Controller

DDR & DDR2 SDRAM Controller DDR & DDR2 SDRAM Controller December 2005, Compiler Version 3.3.1 Release Notes These release notes for the DDR and DDR2 SDRAM Controller Compiler version 3.3.1 contain the following information: System

More information

Installing driver over the network

Installing driver over the network Installing driver over the network Command- line Definition Description Command- line Definition Description /a or /A /n or /N /nd or /ND Specifies

More information

Compliance Guardian Online 2. Release Notes

Compliance Guardian Online 2. Release Notes Compliance Guardian Online 2 Release Notes Issued July 2016 New Features and Improvements Added a guidance window for first time Compliance Guardian Online users. Users can now create a real-time scanner

More information

Manage Devices - Clocks, Gateways & Networks

Manage Devices - Clocks, Gateways & Networks Manage Devices - Clocks, Gateways & Networks OneVue PoE Managed Time OneVue is a trademark of Primex. OneVue is an intelligent environmental monitoring and managed time solution. All other trademarks are

More information

Software Manual Net Configuration Tool Rev. 4.03

Software Manual Net Configuration Tool Rev. 4.03 Software Manual Net Configuration Tool Rev. 4.03 http://www.bixolon.com Introduction This Manual provides information on installation, uninstallation and how to change network settings for BIXOLON devices.

More information

BYOD. Bring your own device. ICT Support Office

BYOD. Bring your own device. ICT Support Office BYOD Bring your own device ICT Support Office Bring Your Own Device (BYOD) User Guide Table of Contents BYOD General Information... 2 a) What devices have been tested (Operating System / Devices)?... 2

More information

POS Android Digital Advertising Display (Network) Hardware User Manual

POS Android Digital Advertising Display (Network) Hardware User Manual POS Android Digital Advertising Display (Network) Hardware User Manual Manual Version POSW3.0 Safety Instructions Please keep the display away from any heat sources. Place the display in a stable and well-ventilated

More information

Management Software AT-S101. User s Guide. For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch. Version Rev.

Management Software AT-S101. User s Guide. For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch. Version Rev. Management Software AT-S101 User s Guide For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch Version 1.0.0 613-000985 Rev. A Copyright 2008 Allied Telesis, Inc. All rights reserved. No part

More information

BBI Quick Guide RackSwitch G8124 Version 6.3

BBI Quick Guide RackSwitch G8124 Version 6.3 BLADEOS BBI Quick Guide RackSwitch G8124 Version 6.3 Part Number: BMD00187, April 2010 2350 Mission College Blvd. Suite 600 Santa Clara, CA 95054 www.bladenetwork.net Copyright 2010 BLADE Network Technologies,

More information

Quick Setup Guide. for Standalone Omada Access Points. EAP110 / EAP115 / EAP225 / EAP245 / EAP320 / EAP330 / EAP115-Wall

Quick Setup Guide. for Standalone Omada Access Points. EAP110 / EAP115 / EAP225 / EAP245 / EAP320 / EAP330 / EAP115-Wall Quick Setup Guide for Standalone Omada Access Points EAP110 / EAP115 / EAP225 / EAP245 / EAP320 / EAP330 / EAP115-Wall EAP110-Outdoor / EAP225-Outdoor / EAP225-Wall 1910012420 REV1.0.1 May 2018 Omada EAP

More information

How to assign an IP address and access your device

How to assign an IP address and access your device User Manual Table of Contents Get started................................................ 3 Browser support................................................ 3 About default IP addresses........................................

More information

Using the Lantronix SGX 5150 Serial Device Server

Using the Lantronix SGX 5150 Serial Device Server 5 Gould Road, PO Box 2155 New London, NH 03257 USA Voice: (603) 526-9800 info@canarysystems.com www.canarysystems.com Using the Lantronix SGX 5150 Serial Device Server Application Note #28 - Revision 12/2018

More information

Compliance Guardian Online 2

Compliance Guardian Online 2 Compliance Guardian Online 2 Release Notes Cumulative Update 2 Issued January 2017 New Features and Improvements Improvements to job completion logic. Improvements to security trimming. Known Issues There

More information

Simulating the Reed-Solomon Model

Simulating the Reed-Solomon Model July 2000, ver. 1 Simulating the Reed-Solomon Model with the Visual IP Software User Guide Introduction Altera intellectual property (IP) MegaCore functions are developed and pre-tested by Altera, and

More information

Network Name displays the name of the wireless network your machine is connected to (this says network name when not connected to a network).

Network Name displays the name of the wireless network your machine is connected to (this says network name when not connected to a network). Wireless Connection Tips for the Horizon Memory Craft 15000 Information can be found in the Machine Manual on pages 100-102. Many routers contain a sticker outlining the SSID and Password. You will need

More information

Quick Start Guide for Intel FPGA Development Tools on the Nimbix Cloud

Quick Start Guide for Intel FPGA Development Tools on the Nimbix Cloud Quick Start Guide for Intel FPGA Development Tools on the Nimbix Cloud Updated for Intel Quartus Prime Design Suite: 17.0.1 Subscribe Send Feedback Latest document on the web: PDF HTML Contents Contents

More information

Wireless Setup Instructions

Wireless Setup Instructions Wireless Setup Instructions THESE INSTRUCTIONS ARE VERY IMPORTANT TO SECURE YOUR WIRELESS NETWORK The purpose of this procedure is to "lock" your router so other users can not access your network without

More information

Network Camera Firmware Upgrade Quick Guide

Network Camera Firmware Upgrade Quick Guide Network Camera Firmware Upgrade Quick Guide 09-2018 / v1.0 1 CONTENTS I Introduction... 3 II How to Upgrade Firmware for Network Camera... 4 III Download App... 11 2 I Introduction To strengthen the security

More information

AXIS T8705 Video Decoder. User Manual

AXIS T8705 Video Decoder. User Manual User Manual Table of Contents Solution overview........................................... 3 Product overview........................................... 4 How to access the product....................................

More information

NS15WG 1080P Web App User Manual

NS15WG 1080P Web App User Manual NS15WG 1080P Web App User Manual Table of Contents 1. Getting Started... 4 Download the Web App...4 2. Web App Top Menu... 5 Live Video...6 Video Playback...6 Settings...6 3. Device Configuration... 6

More information

Business Central Wireless Manager Application

Business Central Wireless Manager Application Business Central Wireless Manager Application Quick Start Guide June 2015 201-19279-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. For product updates

More information

GS2K Custom Webpage Build Procedure Application Note NT11598A Rev

GS2K Custom Webpage Build Procedure Application Note NT11598A Rev GS2K Custom Webpage Build Procedure Application Note 80560NT11598A Rev. 3.0 2017-12-05 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the accuracy

More information

Application Note: Demo programs for PremierWave EN and PremierWave XN

Application Note: Demo programs for PremierWave EN and PremierWave XN Application Note: Demo programs for PremierWave EN and PremierWave XN Lantronix, Inc. 167 Technology Drive Irvine, CA 92618 Tel: +1 (949) 453-3990 Revision A1 September 2012 Overview The Lantronix PremierWave

More information

How to upgrade firmware in DSL-xxx series router

How to upgrade firmware in DSL-xxx series router How to upgrade firmware in DSL-xxx series router WARNING: DO NOT upgrade the firmware through a wireless connection. You may damage the router. Note that you will have to reconfigure the router after upgrading.

More information

HTML5 Creatives. MediaMath now supports HTML5 Creatives. Each T1AS HTML5 Creative must be uploaded with the following 2 components:

HTML5 Creatives. MediaMath now supports HTML5 Creatives. Each T1AS HTML5 Creative must be uploaded with the following 2 components: HTML5 Creatives MediaMath now supports HTML5 Creatives. Each T1AS HTML5 Creative must be uploaded with the following 2 components: Component HTML5 Asset Package: The zip file for the T1AS HTML5 creative.

More information

IPM-01 / IPM-01H MODBUS TCP/RTU Bridge User Guide

IPM-01 / IPM-01H MODBUS TCP/RTU Bridge User Guide VxI Power Ltd. IPM-01 / IPM-01H MODBUS TCP/RTU Bridge User Guide 01/12/2015 Document Number: 14970-020A Issue Number: 2 Contents 1.0 Device Overview... 2 2.0 Getting Started... 3 2.1 Connecting the Device...

More information

4G WiFi M2M Router (NTC-140W Series) Firmware Upgrade Guide

4G WiFi M2M Router (NTC-140W Series) Firmware Upgrade Guide 4G WiFi M2M Router (NTC-140W Series) Firmware Upgrade Guide Copyright Copyright 2014 NetComm Wireless Limited. All rights reserved. The information contained herein is proprietary to NetComm Wireless.

More information

Wireless USB Port Multi-Functional Printer Server. Model # AMPS240W. User s Manual. Ver. 1A

Wireless USB Port Multi-Functional Printer Server. Model # AMPS240W. User s Manual. Ver. 1A Wireless USB 2.0 1-Port Multi-Functional Printer Server Model # AMPS240W User s Manual Ver. 1A Table of Contents 1 Introduction...3 1.1 Package Contents... 3 1.2 System Requirements... 3 2 Multi-Functional

More information

Freescale Semiconductor Inc. TWRWIFIGS1500MLAB. TWR-WIFI-GS1500M Lab Guide Rev. 1

Freescale Semiconductor Inc. TWRWIFIGS1500MLAB. TWR-WIFI-GS1500M Lab Guide Rev. 1 Freescale Semiconductor Inc. TWRWIFIGS1500MLAB TWR-WIFI-GS1500M Lab Guide Rev. 1 Contents 1 Purpose... 3 2 Configure Hardware... 4 3 Configure Software... 6 4 Running the Demos... 7 5 Troubleshooting...

More information

Hardware Installation Guide Installation (x3350)

Hardware Installation Guide Installation (x3350) Title page Nortel Application Gateway 2000 Nortel Application Gateway Release 6.3 Hardware Installation Guide Installation (x3350) Document Number: NN42400-300 Document Release: Standard 04.03 Date: January

More information

Campbell (MAXREFDES4#) Nexys 3 Quick Start Guide

Campbell (MAXREFDES4#) Nexys 3 Quick Start Guide Campbell (MAXREFDES4#) Nexys 3 Quick Start Guide Rev 0; 1/13 Maxim Integrated cannot assume responsibility for use of any circuitry other than circuitry entirely embodied in a Maxim Integrated product.

More information

Active Serial Memory Interface

Active Serial Memory Interface Active Serial Memory Interface October 2002, Version 1.0 Data Sheet Introduction Altera Cyclone TM devices can be configured in active serial configuration mode. This mode reads a configuration bitstream

More information

Simple Excalibur System

Simple Excalibur System Excalibur Solutions Simple Excalibur System August 2002, ver. 1.0 Application Note 242 Introduction This application note describes a simple Excalibur system design that consists of software running on

More information

For my installation, I created a VMware virtual machine with 128 MB of ram and a.1 GB hard drive (102 MB).

For my installation, I created a VMware virtual machine with 128 MB of ram and a.1 GB hard drive (102 MB). HOWTO: ZeroShell WPA Enterprise by Paul Taylor ZeroShell can be obtained from: http://www.zeroshell.net/eng/ For my installation, I created a VMware virtual machine with 128 MB of ram and a.1 GB hard drive

More information

Procedure to Upgrade Verizon FiOS Router and Configure Xbox 360 to connect with Microsoft USB WiFi Adapter

Procedure to Upgrade Verizon FiOS Router and Configure Xbox 360 to connect with Microsoft USB WiFi Adapter FiOS TV & Internet Verizon DSL FAQ s Wireless Verizon Bundles Verizon Support Procedure to Upgrade Verizon FiOS Router and Configure Xbox 360 to connect with Microsoft USB WiFi Adapter Overview The current

More information

RealPresence Media Manager

RealPresence Media Manager RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 USER GUIDE Software 6.7 January 2015 3725-75302-001A RealPresence Media Manager Polycom, Inc. 1 Copyright 2015, Polycom, Inc. All rights

More information

RS-1260 Digital Signage Player

RS-1260 Digital Signage Player RS-1260 Digital Signage Player User Manual V1.3 Legal Notice and Disclaimer Thank you for choosing RapidSignage products. This user manual provides a description of the Player relevant guidelines for key

More information

A. Insert CD and wait until the installation wizard comes up on your screen

A. Insert CD and wait until the installation wizard comes up on your screen 1. Software Installation A. Insert CD and wait until the installation wizard comes up on your screen B. After reading the Setup Guide Click Install Software C. If you do not have.net Framework installed

More information

Business Central Wireless Manager 2.0 Application Quick Start Guide

Business Central Wireless Manager 2.0 Application Quick Start Guide Business Central Wireless Manager 2.0 Application Quick Start Guide March 2016 202-11632-01 350 E. Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product.you can visit

More information

Aruba Central Guest Access Application

Aruba Central Guest Access Application Aruba Central Guest Access Application User Guide Copyright Information Copyright 2017Hewlett Packard Enterprise Development LP. Open Source Code This product includes code licensed under the GNU General

More information

Configuring the network clients

Configuring the network clients 3 Configuring the network clients Accessing the wireless router Setting an IP address for wired or wireless clients To access the ASUS Wireless Router, you must have the correct TCP/IP settings on your

More information

User Manual. Rev:

User Manual.   Rev: Default Login Details Login Address: www.mykasda.com Login Password: Set up by users Default Wi-Fi SSID: Kasda xxxx KW6516 (Printed on product label) Default Wi-Fi Password: 12345678 www.kasdanet.com Rev:

More information

QNC Best Practices. System Affected. Description. QNC Configuration Procedure. Technical Bulletin CS-18-04

QNC Best Practices. System Affected. Description. QNC Configuration Procedure. Technical Bulletin CS-18-04 This technical bulletin explains the best approach to using the QNC tool when deploying handsets and provides tips and tricks on QNC behaviors to help smooth your deployment process. System Affected QNC

More information

QRT-501 IE Operation Manual

QRT-501 IE Operation Manual QRT-501 IE Operation Manual Contents Log In...5 Main Screen...6 Task Bar...7 Right Panel Control...8 Configure the Camera Settings...9 Device Basic Information... 10 View the Device Information...10 Change

More information

VR1600v (NBN FTTN & NBN FTTB) Windows 10

VR1600v (NBN FTTN & NBN FTTB) Windows 10 (NBN FTTN & NBN FTTB) Windows 10 IMPORTANT MESSAGE Your modem has already been pre-configured, you do not need to follow each step of the set-up guide but should retain this document in case you need to

More information

Ethernet Network Card Installation and Operation Manual

Ethernet Network Card Installation and Operation Manual Ethernet Network Card Installation and Operation Manual Revision B 2017, Yaskawa - Solectria Solar Page 1 of 14 1. Overview 1.1 Introduction The Ethernet Network Card is used for monitoring and controlling

More information

Using the Cisco Unified Wireless IP Phone 7921G Web Pages

Using the Cisco Unified Wireless IP Phone 7921G Web Pages CHAPTER 4 Using the Cisco Unified Wireless IP Phone 7921G Web Pages You can use the Cisco Unified Wireless IP Phone 7921G web pages to set up and configure settings for the phone. This chapter describes

More information

Instructions Industrial 4G Router R700 - firmware version B Quick and easy setup of the Industrial 4G Router type R700

Instructions Industrial 4G Router R700 - firmware version B Quick and easy setup of the Industrial 4G Router type R700 Quick and easy setup of the Industrial 4G Router type R700 Preparation - Disable the pin code of the sim card (in a mobile phone) - Keep the APN data with you. The APN data is required for setting up the

More information

DDR & DDR2 SDRAM Controller

DDR & DDR2 SDRAM Controller DDR & DDR2 SDRAM Controller October 2005, Compiler Version 3.3.0 Release Notes These release notes for the DDR and DDR2 SDRAM Controller Compiler version 3.3.0 contain the following information: System

More information

Introduction to Simulation of VHDL Designs Using ModelSim Graphical Waveform Editor. 1 Introduction. For Quartus Prime 16.1

Introduction to Simulation of VHDL Designs Using ModelSim Graphical Waveform Editor. 1 Introduction. For Quartus Prime 16.1 Introduction to Simulation of VHDL Designs Using ModelSim Graphical Waveform Editor For Quartus Prime 16.1 1 Introduction This tutorial provides an introduction to simulation of logic circuits using the

More information

WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist

WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Summary This document explains how to configure the TP-Link WR841N router to provide

More information

The Device Setup feature is supported on Series 4 (XTx44, XDx34, HDx24, LS424) and Series 3 (XTx43, XDx33, HDx23, LS423) mode

The Device Setup feature is supported on Series 4 (XTx44, XDx34, HDx24, LS424) and Series 3 (XTx43, XDx33, HDx23, LS423) mode Device Setup ON THIS PAGE Introduction Network Setup Ethernet Settings Change Ethernet Settings Wireless Setup Advanced Wireless Setup Network Diagnostics Publishing Options BrightSign Network Sign-In

More information

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning umapps Using umapps Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 6/14/2017

More information

Lab Guide Rev. 0 TWRWIFIG1011MILAB

Lab Guide Rev. 0 TWRWIFIG1011MILAB TWR-WIFI-G1011MI Lab Guide Rev. 0 Freescale Semiconductor Inc. TWRWIFIG1011MILAB Contents 1 Purpose... 3 2 Configure Hardware... 3 3 Configure Software... 4 4 Running the Demos... 4 4.1 Troubleshooting...

More information

SEVIO User Guide. Document ID: sv_user_guide_en_v17_05

SEVIO User Guide. Document ID: sv_user_guide_en_v17_05 SEVIO User Guide https://sevio.it 2017 Sevio. All rights reserved. Trademarks Sevio is an Sevio S.r.l. trademark. Microsoft, Windows are a Microsoft Corporation registered brand. Other product names and

More information

Troubleshooting 1240AG Series Autonomous Access Points

Troubleshooting 1240AG Series Autonomous Access Points CHAPTER 3 Troubleshooting 1240AG Series Autonomous Access Points This chapter provides troubleshooting procedures for basic problems with the 1240AG series autonomous access point (AIR-AP1242AG or AIR-AP1242G).

More information

Estimating Nios Resource Usage & Performance

Estimating Nios Resource Usage & Performance Estimating Nios Resource Usage & Performance in Altera Devices September 2001, ver. 1.0 Application Note 178 Introduction The Excalibur Development Kit, featuring the Nios embedded processor, includes

More information

Quick Installation Guide

Quick Installation Guide V47.01 Model: FI8909W Quick Installation Guide Indoor Wireless IP Camera Black White For Windows OS ------- Page 1 For MAC OS ------- Page 16 ShenZhen Foscam Intelligent Technology Co., Ltd Quick Installation

More information

Package Contents. Minimum Requirements. Antenna Orientation. Network Requirements: An Ethernet-based broadband modem

Package Contents. Minimum Requirements. Antenna Orientation. Network Requirements: An Ethernet-based broadband modem Package Contents DIR-895L AC5300 Ultra Wi-Fi Router Wi-Fi Configuration Card Power Adapter Quick Install Guide Ethernet Cable If any of the above items are missing, please contact your reseller. Minimum

More information

DSP Builder Release Notes

DSP Builder Release Notes April 2006, Version 6.0 SP1 Release Notes These release notes for DSP Builder version 6.0 SP1 contain the following information: System Requirements New Features & Enhancements Errata Fixed in This Release

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17383-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights

More information

H3C SecBlade SSL VPN Card

H3C SecBlade SSL VPN Card H3C SecBlade SSL VPN Card Super Administrator Web Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document version: 5PW105-20130801 Copyright 2003-2013, Hangzhou H3C Technologies

More information

BBI Quick Guide. Nortel 10Gb Uplink Ethernet Switch Module for IBM BladeCenter Version 1.0. Part Number: 31R1727, June 2006

BBI Quick Guide. Nortel 10Gb Uplink Ethernet Switch Module for IBM BladeCenter Version 1.0. Part Number: 31R1727, June 2006 TM Alteon OS BBI Quick Guide Nortel 10Gb Uplink Ethernet Switch Module for IBM BladeCenter Version 1.0 Part Number: 31R1727, June 2006 2350 Mission College Blvd. Suite 600 Santa Clara, CA 95054 www.bladenetwork.net

More information

Installation Guide. Version Last updated: August tryfoexnow.com 1 of 3

Installation Guide. Version Last updated: August tryfoexnow.com 1 of 3 Installation Guide Version 4.0.1 @FOEXplugins Last updated: August 2018 tryfoexnow.com 1 of 3 FOEX Installation Guide, version 4.0.1 Copyright 2018, FOEX GmbH. All rights reserved. Authors: Peter Raganitsch,

More information

1. QUICKSTART GUIDE TOOLBAR ADMIN LOWER TOOLBAR DEVICES CLIP DB MONITORING GSM SETTINGS...

1. QUICKSTART GUIDE TOOLBAR ADMIN LOWER TOOLBAR DEVICES CLIP DB MONITORING GSM SETTINGS... ESR100 Contents 1. QUICKSTART GUIDE...3 2. TOOLBAR...4 3. ADMIN...5 4. LOWER TOOLBAR...5 5. DEVICES...6 6. CLIP DB...7 7. MONITORING...8 8. GSM...9 9. SETTINGS...10 2 EN ESR100 1. QUICKSTART GUIDE NOTE:

More information

iconnect625w Copyright Disclaimer Enabling Basic Wireless Security

iconnect625w Copyright Disclaimer Enabling Basic Wireless Security iconnect625w Enabling Basic Wireless Security Copyright Copyright 2006 OPEN Networks Pty Ltd. All rights reserved. The content of this manual is subject to change without notice. The information and messages

More information

4G WiFi M2M Router (NTC-140W Series) Firmware Upgrade Guide

4G WiFi M2M Router (NTC-140W Series) Firmware Upgrade Guide 4G WiFi M2M Router (NTC-140W Series) Firmware Upgrade Guide Copyright Copyright 2015 NetComm Wireless Limited. All rights reserved. The information contained herein is proprietary to NetComm Wireless.

More information

Quick Installation Guide DSL-2650U. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch

Quick Installation Guide DSL-2650U. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch DSL-2650U 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch BEFORE YOU BEGIN Delivery Package Router DSL-2650U Power adapter DC 12V/1A RJ-11 telephone cable Ethernet cable (CAT 5E) Splitter (brochure).

More information

Tizen Web Application Tizen v

Tizen Web Application Tizen v Tizen Web Application Tizen v2.3 2015. 11 Tizen Web Application Web APIs Standard W3C/HTML5 features HTML5 + CSS + Javascript Tizen UI framework Tizen Web Device APIs Based on JavaScript Provides access

More information

DSL-G624T. Wireless ADSL Router. If any of the above items is missing, please contact your reseller. This product can be set up using any

DSL-G624T. Wireless ADSL Router. If any of the above items is missing, please contact your reseller. This product can be set up using any This product can be set up using any current web browser, i.e., Internet Explorer 6x or Netscape Navigator 7x. DSL-G624T Wireless ADSL Router Before You Begin 1. If you purchased this Router to share your

More information

FieldServer Toolbox and Graphic User Interface (FS-GUI) Manual

FieldServer Toolbox and Graphic User Interface (FS-GUI) Manual FieldServer Toolbox and Graphic User Interface (FS-GUI) Manual This manual provides instructions for the following FieldServer products: ProtoAir FS-B35 Series SlotServer QuickServer Description FieldServer

More information