Difference between revisions of "Template:VALT Keypad - Old"

From IVS Wiki
Jump to: navigation, search
(Start a Recording)
(Start a Recording)
Line 116: Line 116:
 
Recordings are started by typing in a users pin code. This will also assign the video to that user.  
 
Recordings are started by typing in a users pin code. This will also assign the video to that user.  
 
*To add a pin code to a user, first go the user in the Admin section.
 
*To add a pin code to a user, first go the user in the Admin section.
[[File:Go to User.gif]|link=https://ipivs.com/wiki/images/4/48/Go_to_User.gif]
+
[[File:Go to User.gif|link=https://ipivs.com/wiki/images/4/48/Go_to_User.gif]]
  
 
===Disable the Fan===
 
===Disable the Fan===

Revision as of 15:15, 15 April 2021

Configuration

Creating the Cable

  1. Cut two 15 foot lengths of 22/8 cable
  2. Use a 2x20 pin connector, a 2x3 pin connector, and a 1x7 pin connector, crimp and connect as shown below

2x20

Use male pin connectors.

Click To Expand

2x3

Use male pin connectors.

Click To Expand

1x7

Use female pin connectors.

Click To Expand

How to Connect

A GPIO cable will be connected to the processing unit. Connect the cable as shown below. Ensure that the black cable in the 2x20 pin connector aligns with the white cable on the GPIO cable. Attach the wiring to the physical keypad as shown

Click to Expand

Plugging the cables into the keypad:

Click to Expand

If done correctly your keypad should look like this.

https://ipivs.com/wiki/images/3/3d/Keypad_connected.jpg

DHCP

The VALT Keypad will automatically pull an IP address from DHCP. The IP address can be obtained by reviewing DHCP leases on the associated DHCP server. The hostname of the device is Keypad.

Static

If no DHCP server is available, the VALT Keypad will default to a static IP address of 192.168.0.92.

Manual

The IP address from the keypad may also be obtained directly by plugging in a keyboard and running the following command from the console:

ifconfig | more

The IP address will be listed under interface eth0.

Manually Setting an IP Address

In order to set the IP address manually, connect to the Keypad using the ivsadmin user. The ivsuser account cannot change any settings. If connecting from the console, type the following to change accounts. There will be prompt for the ivsadmin password.
su ivsadmin
  1. Type the following, and press Enter:
    sudo nano /etc/dhcpcd.conf
  2. Scroll down until to the section for interface eth0.
  3. Remove the # at the start of the lines for static IP, static routers, and static domain_name_servers.
  4. Update the IP configuration to reflect the correct settings for the environment.
    SmartButton2.png
  5. Comment out the remaining lines in the file by adding a # to the start of the line.
    SmartButton3.png

Configuring the Keypad

Via the Web Interface

  1. Make sure the key pad is plugged in and on.
    If it is on you will see the IVS logo displayed on the screen
    If you see the error screen, the keypad is not connected to the server. For right now, this is okay.

Keypad IVS Sceen.png Error Screen.png

  1. On the keypad, type *9 to get the IP address of that device.
    The default IP address of the keypad is 192.168.0.92

Get IP.png

  1. Connect your computer to the same network as the keypad.
  2. Open up a web browser and type in the IP address of the keypad.
    Make sure to add "https://" to the beginning of the IP.
  3. Log into the keypad using its credentials.
Default Credentials
Username ivs
Password admin51

Keypad Webpage.png

  1. Log into your VALT server and go to the Observe tab.
    Use the IP or domain of your VALT server.
    Open the room you want to connect to the keypad.
    Look at the URL bar to find the room number. You will use this to connect the keypad to that room.

VALT Screen Locations.png

  1. Go through the fields and fill out the information specific to your installation.

Webpage Info.png

Star Commands

Typing any of the commands in the table below into the keypad will result in triggering a special function.

*1 Share Current Recording With A User
*2 Share Current Recording With A Group
*3 Pause Current Recording
*4 Add a Marker
*5 Lock/Unlock Room
*6 Not Used Currently
*7 Menu
*8 Reboot Keypad
*9 Display IP Address
*0 Reset LED Display

Start a Recording

Recordings are started by typing in a users pin code. This will also assign the video to that user.

  • To add a pin code to a user, first go the user in the Admin section.

Go to User.gif

Disable the Fan

  1. Connect to the keypad via SSH.
  2. Type the following, and press Enter:
    sudo nano /boot/config.txt
  3. Scroll down to the bottom of the file and add the following line:
    disable_poe_fan=1
  4. Save the file.
  5. Reboot the keypad.