Skip to main content
mod-Lux

mod-Lux

The mod-Lux measures light intensity using the light sensor attached to some cars.

Runs on Rover1 Debix
Precompiled binary available here
Adheres to Makefile spec
Source code is confidentially available using your Github token
Uses service.yaml
Registers with SystemManager
info

The required lux sensor is not by default installed on the Rover. Please let us know if you need to use such a sensor and we will install it for you.

Functionalities

  • Measure light intensity using the connected Lux sensor

Running this module

  1. Download the latest version of this module using the rover utility.
sudo rover update
  1. Enable this module in your /home/debix/rover.yaml file by (re)adding the following lines:
...
- name: mod-Lux
  cmd: mod-Lux -service-yaml /home/debix/mods/mod-Lux/service.yaml -debug
...
  1. Start with the rover utility
sudo rover start

Using this module

Dependencies

This module does not depend on any other module.

Outputs

This module outputs LuxSensorOutput protobuf messages.