############################################################################### # # Vecly TS8 configuration file for firmware ver. 08-fix1 # Default configuration was modified on 09.02.2016 # ############################################################################### ############################################################################### ## WLAN settings ############################################################################### [wlan] # WLAN SSID, quoted # Default ssid="Vecly-TS8" ssid="Vecly-TS8" # WLAN security mode. Possible values are: NONE, WEP, WPA-PSK, WPA2-PSK. # (OPEN, WPA and WPA2 are deprecated.) # Default auth=WPA2-PSK auth=WPA2-PSK # WPA/WPA2 key # Default key="Scan-All-Tags" key="Scan-All-Tags" # WEP keys. Quoted if ASCII key; not quoted if HEX key. # Default wep1="scan-all-tags" # Default wep1=0116835510 wep1="scan-all-tags" # Default WEP key index (1...4) # default=1 default=1 # IP address, leave unset for automatic DHCP. # ip=192.168.1.158 # Subnet mask, set when using static IP. # netmask=255.255.255.0 # Gateway address, set when using static IP. # gw=192.168.1.254 # DNS address, set when using static IP. # dns=192.168.1.254 ############################################################################### ## GSM settings ############################################################################### [gsm] # GSM SIM pin. Not used when SIM has no pin. # pin=1234 pin=1234 # GPRS APN (Access Point Name). Mobile operator-specific. # apn=internet apn=internet # GPRS user name. Leave blank if not used. # user=test # GPRS password. Leave blank if not used. # password=test ############################################################################### ## Bluetooth settings ############################################################################### [bluetooth] # Bluetooth LAP (Lower Address Part). BlueGiga module uses # default lap=9e8b33 lap=9e8b33 # MAC address of the peer device to connect to. # Format peer_mac=xx:xx:xx:xx:xx:xx peer_mac=00:07:80:41:97:0d # PIN to be used for connecting to the peer. pin=1234 ############################################################################### ## PLE Server settings ############################################################################### [server] # Server address. Either host FQDN (Fully Qualified Domain Name) or IP address. # TS8 demo server is addr=lab.vecly.com addr=lab.vecly.com # Server port. TCP port number of the PLE server. # Default port=4612 port=4612 # Retry count. For TCP, set to 0 (handled by TCP itself). # retry_count=0 retry_count=0 # Server timeout in milliseconds. When elapsed, data is retransmitted for # retry_count times after TCP connection is closed and re-opened. # Default retry_timeout=5000 retry_timeout=5000 # PLE "WHAT" command style (old/new). # Default what_style=new what_style=new # PLE device ID override. If not set, 16 low bits of device serial number. # Value can be number from 0 to 65535. # device_id=1234 # PLE device extra ID Extra ID sent in PLE packet header. # Value can be number from 0 to 255. # extra_id=0 # Transfer logs to microSD card. Set it to log_transfers=1 to enable. # # Caution! All exchanged data is stored on the microSD card! # # Enable only for protocol debugging, disable for live use! # # Folder "log" shall be manually added to the microSD. # It contains two files: # -log.txt - contains TS8's application log. # -transfer.txt - contains all exchanged data between the TS8 and a PLE-server. # Default log_transfers=0 log_transfers=0 ############################################################################### ## Power management settings ## All values are in seconds after last key press. ############################################################################### [power] # Display dimming timeout. # Default lcddim=10 lcddim=10 # Display minimal brightness timeout. # Default lcdmin=30 lcdmin=30 # Display power down timeout. # Default lcdoff=60 lcdoff=60 # System power save timeout. All network connections are # closed. # Default powersave=900 powersave=900 # Complete power down timeout. System is switched off. # Default powerdown=1200 powerdown=1200 ############################################################################### ## User interface settings ############################################################################### [user] # Administrator PIN. Used to access the configuration volume and make firmware # updates. # Possible values: 4 numbers. # Default pin=1234 pin=1234 # Display brightness. Minimum 0, maximum 255. # Default display_bright=200 display_bright=200 # Keypad backlight brightness. Minimum 0, maximum 255. # Default keypad_bright=255 keypad_bright=255 # Automatic keypad lock timeout in seconds. # Default keypad_lock=0 keypad_lock=0 # Keypad lock un-lock PIN, numeric. Set none to disable. # Possible values: up to 8 numbers. # Default keypad_unlock_pin=none keypad_unlock_pin=none # Middle area character map (characters 128...159). # Possible values are: DEFAULT, ANSI_1250, ANSI_1251, ANSI_1252, ANSI_1257, # SYMBOL_MENU, SYMBOL_EXTRA. # Value can be a number from 0 to 6, when set by a PLE-server. # Default char_map_mid_area=DEFAULT char_map_mid_area=DEFAULT # Set code area character map (characters 160...255) # Possible values are: DEFAULT, ANSI_1250, ANSI_1251, ANSI_1252, ANSI_1257, # LATIN_10, KOI8R, RF500. # Value can be a number from 0 to 7, when set by a PLE-server. # Default char_map_code_area=DEFAULT char_map_code_area=DEFAULT # Enable or disable beeps sent from PLE server to be played in terminal. # Possible values are: ON or OFF # Default play_ple_server_beeps=ON play_ple_server_beeps=ON # Enable or disable keyperesses and events beeps played in terminal. # Warning beeps can not be disabled! # Possible values are: ON or OFF # Default play_local_beeps=ON play_local_beeps=ON