Skip to content
Jelle Bouwhuis edited this page May 17, 2019 · 16 revisions

Welcome to the bGeigieNanokit-Xbee wiki!

bGeigieCast

bGeigieCast module

General information

The bGeigieCast module was created to solve an issue with the existing bGeigieNano: The bGeigieNano can only be used as a mobile sensor. With the bGeigieCast module, the bGeigieNano can configures as a fixed sensor and send measurements directly to the API, without the need to manually upload log files.

Hardware

The bGeigieCast is a XBee module, which should be placed on top of the FIO (it replaces the BLEBee). The module consists of an ESP32 micro controller, a power switch, a mode button, and an RGB LED.

Additional hardware for a complete fixed mode sensor are:

  • Wireless charging dock
  • Wireless receiver, connected to the bGeigieNano
  • Wireless transmitter

For more information about the wireless charging parts, check out SOME_OTHER_DOCUMENT

Modes

The bGeigieCast module knows 3 modes, one for configuring the module and two others for handling the measurements in different ways.

Configuration mode

Allows the user to connect to the module and configure different settings

Mobile mode

The module will publish measurements over bluetooth. Apps like Safecast Drive can be used to connect to the bGeigieCast

Fixed mode

The module will publish measurements every 5 minutes directly to the API. Configurations for this can be set while in configuration mode.

Interacting with the module

In the following

bGeigieCast modes

RGB LED meaning

Color Color (colorblind) Description
White (BLink) White (BLink) Module is starting up, takes up to 10 seconds
White White Module has been initialized, this state lasts 3 seconds
Purple Purple Module is in configuration mode
Blue Blue Module is in mobile mode
Yellow Yellow Module is in fixed mode, waiting for the first measurement to send. This takes about 5 minutes
Green Green The latest measurement has been successfully uploaded to the API
Red Red Something was wrong with the latest measurement or the WiFi connection

Pressing the mode button

Current mode What happens when I press the button?
Initializing Nothing will happen
Configuration Module will leave configuration mode and go to fixed / mobile mode*
Mobile Module will go to fixed mode
Fixed Module will go to mobile mode

* The mode it will transition to is based on what mode the bGeigieCast was in

Configuring

Follow these steps

  1. Set the bGeigieCast to config mode (See this image how to get there)
  2. Open phone / laptop
  3. Connect to new WiFi network
    1. The ssid is bgeigie-ID, where ID is the id of your bGeigieNano
    2. The password is safecast
  4. Open browser and navigate to 192.168.1.5
  5. Configure the device to your liking and press Save

Available configurable settings

The following settings can be configured

Setting Options What will happen?
TODO

Troubleshooting

--

More information

Links to other pages

Clone this wiki locally