Skip to content

gipsyblues/CubeCell_Getting_Started

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CubeCell Getting Started Guide

with LoRaWan MultiSensor Firmware

(c) by WASN.eu

Use CubeCell Configurator to upload firmware

The easy way to get the Capsule up and running is:

  • Download the CubeCell Configurator from here download.
  • Download the capsule_multisensor.cyacd file from the Firmware directory
  • Open the CubeCell Configurator
  • Select the right COM port
  • click Flash Firmware and select the downloaded file: capsule_multisensor.cyacd
  • click ok and the firmware will be written to the capsule

Configurator

The firmware has the following config:

  • REGION_EU868
  • CLASS_A
  • OTAA
  • ADR: ON
  • Net_Reservation: ON
  • AT_SUPPORT: ON
  • RGB: ACTIVE
  • All Keys set to zero

The firmware auto detect the connected I2C sensor. These sensors are supported:

  • MJMCU-8128
  • BME680
  • BME280
  • CCS811
  • BMP180
  • HDC1080
  • BH1750

If you would like to use the Arduino IDE to compile and upload the firmware please follow this guide.

use CubeCell Configurator for CubeCell configuration

  • Login to TTN and create a new device. Get your keys from TTN.
  • Select your COM Port and click connect.
  • Keys and DutyCycle are read from the CubeCell device.
  • Type in your Keys and DutyCycle.
  • Click on Write

Configurator

Now the keys are set and the CubeCell device will reboot.

The Things Network decoder

Login to TTN and define the decoder. The decoder can be downloaded from here download.

Connecting a sensor

If you have bought a sensor from our Website (buy) then you can just plug it in the capsule. If not here is the pinout for connecting your sensor:

PinOut

Connecting a battery to the CubeCell Capsule

This battery fits nicely in the capsule (buy)

Battery

If you have bought the Capsule from us (buy) there is a battery connector installed. If not you have to solder a connector or the battery directly to this two solder pads:

Battery Connection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.8%
  • JavaScript 11.2%