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
3. Pair with each other.
[bluetooth]# agent on
[bluetooth]# default-agent
[bluetooth]# pairable on
[bluetooth]# pair XX:XX:XX:XX:XX:XX <MAC Address of Device to Pair>
[bluetooth]# connect XX:XX:XX:XX:XX:XX [CHG] Device XX:XX:XX:XX:XX:XX Connected: yes
[bluetooth]# exit
As of Bluetooth v2.1, SPP offers three methods of pairing devices, which are applicable on the Edge Gateway:
● Just Works
● Numeric Comparison
● Passkey Entry
NOTE: For more information about Bluetooth pairing, see blog.bluetooth.com/bluetooth-pairing-part-4.
4. Configure SPP.
Server Device
# bluez.sdptool add --channel=22 SP
# ./rfcomm -r listen /dev/rfcomm0 22
Waiting for connection on channel 22
Connection from XX:XX:XX:XX:XX:XX to /dev/rfcomm0 <These lines will be seen when
client comes>
Press CTRL-C for hangup
Then, create a new instance of terminal to screen the data over bluetooth serial.
$ cat /dev/rfcomm0
Client Device
# bluez.sdptool add --channel=22 SP
# ./rfcomm -r connect /dev/rfcomm0 YY:YY:YY:YY:YY:YY 22
Then, create a new instance of terminal to send data, for example, a new instance of ssh.
# echo "test" > /dev/rfcomm0
NOTE:
rfcomm is not available in this command. If required, you can copy the binary to the Edge Gateway from an
AMD64-based system running Ubuntu 16.04 or above.
Restoring Ubuntu Server
You can restore Ubuntu Server using one of the recovery methods defined for Ubuntu Server. For more information, see
Restoring Ubuntu Core 16.
Creating the OS recovery USB flash drive
Prerequisites:
● Service Tag of the Edge Gateway
● .NET Framework 4.5.2 or higher
● A Windows computer with administrator rights and at least 8 GB of available storage space to download the Dell ISO
recovery image
● A blank USB flash drive with at least 8 GB of storage space.
CAUTION: The following steps will delete all the data on your USB flash drive.
1. Download and save the Dell ISO recovery image file from:
● For Windows: dell.com/support/home/us/en/19/drivers/osiso/win
● For Ubuntu: dell.com/support/home/us/en/19/drivers/osiso/linux
2. Download and install the Dell OS Recovery Tool on your computer.
84
Setting up the operating system