Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.31 KB

MOBILEBEEHIVESCALE.md

File metadata and controls

50 lines (36 loc) · 1.31 KB

Zephyr logo

Zephyr - Coaps Demo Client with TinyDtls

** !!! Under Construction !!! **

Mobile Beehive Scale

Mobile-Beehive-Scale Sendbox

This demo shows, how to build a mobile-beehive-scale (currently only in German) using the Circuit Dojo, nRF9160 feather v5.

The device tree of the mobile-beehive-scale is configure in the hivescale-feather.overlay.

To build the mobile-beehive-scale use:

west build -d build_feather_nrf9160_ns -b circuitdojo_feather_nrf9160_ns --pristine -- \
   -DOVERLAY_CONFIG="60min0-prj.conf;at-cmd-prj.conf;hivescale-prj.conf" \
   -DDTC_OVERLAY_FILE="hivescale-feather.overlay" -DCONFIG_BATTERY_TYPE_ENELOOP_2000_MAH=y

That enables that device tree and also the usage of the 2000mA NiMh batteries.

The device tree.

nRF9160 feather
  |
  +-- GPIO / Call Button
  |
  +-- GPIO / RGB LED
  |
  +-- I2C-1
  |     |
  |     +-- ADC NAU7802
  |     |
  |     +-- EEPROM AT24HC04B
  |        
  +-- I2C-2
        |
        +-- ADC NAU7802
        |
        +-- EEPROM AT24HC04B

** !!! Under Construction !!! **