Support

If Audesse needs to connect to your FlexCase for support, they should be able to connect over LTE to your device as long as it has a working SIM card and cellular signal. if no signal is available, you can fall back to Wi-Fi and follow the steps below to create a temporary remote session.

Granting Audesse Access

  # Radxa CM3
  ssh rock@radxa-cm3-io
  # Raspberry Pi
  ssh pi@FlexCase01
sudo apt install tmate -y
tmate -F

Only share the tmate session link directly with Audesse support staff. End the session when support is complete.

Hotspot Configuration on Windows

  1. Open the Start menu and go to Settings > Network & Internet > Mobile hotspot.
  2. Under “Share my Internet connection from”, select the network interface that has internet access (e.g. Ethernet or Wi-Fi).
  3. Change the Network name and Network password to:
    • Network name: AudesseTest
    • Network password: FlexCase
  4. Toggle the “Mobile hotspot” switch to On. windows-hotspot-settings.png
  5. The FlexCase should automatically connect to this hotspot when it is turned on. You can verify the connection by checking the connected devices list in the Mobile hotspot settings. windows-hotspot.png
  6. Instead of using the hostname of the FlexCase to SSH, you can use the IP address assigned to the FlexCase by the hotspot as seen inthe connected devices list. In the example above, the IP address is 192.168.137.65, so the SSH command would be:
# For Radxa CM3
ssh rock@192.168.137.65

# For Raspberry Pi
ssh pi@192.168.137.65