Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

The documentation for SolidSense software is not maintained by SolidRun and the information herein is not actual with the latest version of the software, please contact our partner SolidSense Connect who is now developing the SolidSense software.

Purpose

The SolidSense platform includes a cellular modem with GNSS function in most of its configuration. In order to easily control the modem and access the GNSS data, a specific service with gRPC access is provided.

Here are the main features:

  1. Initializing the modem with programming of the PIN code on startup

  2. Constant monitoring of the modem in system logs

  3. Capability to access the modem status remotely at any time via gRPC

  4. Capability to access GNSS position and quality data remotely via gRPC

  5. Configuring and resetting the modem

  6. Sending and receiving SMS

Installation and introduction

...

A systemd service ‘modem_gps’ is automatically enabled and started by the provisioning system if the gateway is equipped with a combined modem/GNSS receiver module. This service is performing the following tasks:

  1. Initialization of the modem at startup

  2. Constant supervision

  3. gRPC server for modem status information and GPS information

Controlling the modem and GPS status interactively

...