Users Guide
Table Of Contents
- Dell Edge Gateway 3001 Installation and Operation Manual
- Overview
- System views
- Installing your Edge Gateway
- Safety and regulatory information
- Setting up your Edge Gateway
- Activating your mobile broadband service
- Mounting your Edge Gateway
- Mounting the Edge Gateway using the standard-mount bracket
- Mounting the Edge Gateway using quick-mount bracket
- Attaching the cable control bars to the standard-mount bracket
- Mounting the Edge Gateway on a DIN rail using the DIN-rail bracket
- Mounting the Edge Gateway using the perpendicular mount
- Mounting the Edge Gateway using a VESA mount
- Setting up the ZigBee dongle
- Setting up the operating system
- Windows 10 IoT Enterprise LTSB 2016
- Ubuntu Core 16
- Overview
- Boot up and log in – Remote system configuration
- Updating operating system and applications
- Additional Ubuntu commands
- Ubuntu Network Manager
- Serial ports
- Minicom
- GPIO
- Security
- Watchdog Timer (WDT)
- Cloud LED On/Off
- Global Positioning Systems (GPS)
- Snappy auto update/Autopilot
- Accessing Snappy Store/Snapweb
- Sensors
- Ignition Pin
- System Power Management
- Restoring Ubuntu Core 16
- Flashing a new OS image
- Ubuntu Server
- Overview
- Login to the Edge Gateway using Ethernet Port 1
- Installing or configuring Dynamic Host Configuration Protocol (DHCP) daemon
- Ubuntu Server driver information
- Firmware management on Ubuntu Server
- Configure Watchdog Timer (WDT)
- Trusted Platform Module (TPM)
- Cloud LED On/Off
- Advanced Linux Sound Architecture (ALSA)
- Global Positioning Systems (GPS)
- Serial ports
- GPIO
- Sensors
- Ignition Pin
- System Power Management
- Ubuntu Network Manager
- Restoring Ubuntu Server
- Creating the OS recovery USB flash drive
- Accessing and updating BIOS
- References
- Appendix
- Contacting Dell
2. Run the command to power on the Bluetooth device.
$power on
3. Register the agent for the keyboard:
$agent KeyboardOnly
$default-agent
4. Run the command to put the Bluetooth controller in pair-able mode.
$pairable on
5. Run the command to scan for nearby Bluetooth devices.
$scan on
6. Run the command to stop scanning after the Bluetooth keyboard is found.
$scan off
7. Run the command to pair the Bluetooth keyboard.
$pair <MAC address of Bluetooth keyboard>
8. Enter the PIN code on the Bluetooth keyboard, if needed.
9. Run the command to trust the Bluetooth keyboard.
$trust <MAC address of Bluetooth keyboard>
10. Run the command to connect the to the Bluetooth keyboard.
$connect <MAC address of Bluetooth keyboard>
11. To quit the bluetoothctl console.
$quit
Switching between WLAN and Bluetooth modes
1. Unload the WLAN/BT driver.
$ modprobe -r ven_rsi_sdio
2. Adjust the mode in /etc/modprobe.d/rs9113.conf
3. Reload the WLAN/BT driver.
$ modprobe ven_rsi_sdio
4. Verify the operation mode. Refer to the table for operating mode values.
$ cat /sys/module/ven_rsi_sdio/parameters/dev_oper_mode
Table 13. Operating-mode values for WLAN and Bluetooth
Operating mode value Wi-Fi station BT/BLE modes
supported
softAP Clients supported by
softAP
1 X N/A N/A
1 N/A X 32
13 X Dual (BT classic and
BTLE)
N/A
14 Dual (BT classic and
BTLE)
X 4
Setting up the operating system 55