Running a Model On Your Embedded Device

The Open Gateway can connect to an embedded device that has been flashed with a model to get classification results from the model running at the edge. See the example below for how to use recognition mode in the SensiML Open Gateway.

../_images/open-gateway-recognition-with-images.png
  1. Open the Home page

../_images/open-gateway-home.png
  1. Select recognition mode, select a connection type, and click the Scan button to select your device

../_images/open-gateway-scan.png
  1. Click Connect to Device (Note: When using a serial connection update the baud rate setting to your device’s baud rate)

../_images/open-gateway-connect.png
  1. Open the Test Mode page

../_images/open-gateway-test-mode.png
  1. Click Start Stream

../_images/open-gateway-start-stream.png
  1. The Open Gateway will now stream classification results from your embedded device. By default the Open Gateway will display classification IDs as defined in your model class map

  2. (Optional) You can show classification names instead of classification IDs by following the instructions in the next section Adding Classification Names

../_images/open-gateway-recognition.png
  1. (Optional) You can show images with the classifications by following the instructions in the next section Adding Classification Images

../_images/open-gateway-recognition-with-images.png