Skip to content

Quick Reference Guide

FARM3R8OY edited this page Dec 20, 2019 · 24 revisions

Menu

Each menu shows current date and time that is updated with the GPS data and internal Real Time Clock. When logging is enable, this information will change to the recording time and the log ID of the current data acquisition.

4 widgets are shown in each page to display information about the device and to perform action when selected. To switch between pages, simply continue changing widgets and the next page will appear with its widget associated to it.

Starting Menu

The startting menu appears when the device is turned on. It shows the version of the logger as well as the MAC address for the wifi unit.

Main Menu

The main menu is where most of the action will occur. It lets you navigate between two pages of widget that are described below.

  1. Battery Widget : Voltage and Current consumption are shown in this section. When battery voltage is under 3.5V, the system is considered in low battery mode. The current Arduino firmware will last approximately 10 hours on a single charge. A led will turn on if the device is charging. No action when selected.
  2. GPS Widget : Green if we have a GPS "fix". Red otherwise. The message of the widget will also tell if it is "fix" or not. No action when selected.
  3. Logging Widget : Logging state is shown in the message of the widget and its color. White if not Logging and blue for logging. If the widget is red, it means no SD Card is present. Selecting this widgets will change the state between logging and not logging.
  4. SD Card Widget : There is two modes, either you are connected or diconected to USB. When connected, the SD card is connected to the computer for file transfer otherwise, its connected to the logger allowing to start logging. If the widget is red, it means no SD Card is present. Selecting this widget let you change between the two modes.
  5. Wifi Widget Not available.

Configuration Menu

The configuration menu let you configure the data acquisition of the IMU with different parameters and see the space left on the SD Card.

  1. Sample Rate Widget : Rate at wich the IMU acquire data in Hz. By selecting it multiple time, you can change between 10,50,100,200 Hz.
  2. Gyroscope Range Widget : Range of the gyroscope. By selecting it multiple time, you can change between 250,500,1000,2000 dps.
  3. Accelerometer Range Widget : Range of the accelerometer. By selecting it multiple time, you can change between 2,4,8,16 g.
  4. SD Card Space Widget : Tells you the space left on the SD Card, 0gb if connected to external. No action when selected.

Buttons

  • Power : Turn the device On and Off.
  • Up : Change between configuration menu and starting menu.
  • Select : Perform the action of the widget selected.
  • Previous and Next : Let you move between the widgets/pages available.

Shutdown Screen

  • System is shut down when the oled display is completely black and the led is no longer flashing. It is not consuming power.

Menu Actions

Start/Stop Logging Data

  1. Make sure an SD card is present
  2. Go to the Logging Widget.
  3. Press Select Button to start logging.
  4. Press Select Button again to stop logging.

Logging state will toggle ON/OFF. A new folder with a .mdat file inside will be created in the SD card every time the logging process is started. Data is synchronized (flushed) at every second.

  • The size of the file will depend on the sample rate of the IMU and how long the data acquisition is.

Connecting to Computer for File Transfer

  1. Go to the SD Card Widget
  2. Press Select Button to Connect USB.
  3. Press Select Button to Disconnect USB.

Shutdown the logger

  1. Turn Off the power switch.

The device will shutdown and display Shutdown Screen. No power is consumed in this mode.

Performance

Battery Life

  • ~18h When no action is performed.
  • ~13h When recording at 200hz.
  • ~9h When WiFi is enable and no action is performed.

If not needed, consider disabling WiFi to save battery.

File size

  • ~1.44 Mb for 1h at 10Hz
  • ~4.6 Mb for 1h at 50Hz
  • ~13.2 Mb fot 1h at 100Hz
  • ~26.1 Mb for 1h at 200Hz

Recharging

  • Connect the module to an USB port or charger. The module will charge in about 3h, depending on the residual charge of the battery. The Mini-Logger charges faster if powered down first since all the available power from USB is used to recharge the battery.

Known Issues

  • The device will reset when connecting to the USB port on Windows.