Skip to content

embetech-official/embenet-demo-nrf52dk

Repository files navigation

embeNET Demo for nRF52-DK board

What's inside ?

This repository contains an exemplary project demonstrating the use of embeNET Suite on nRF52-DK evaluation boards. The project is designed to be built using GNU Make.

What's included ?

The demo includes the following components of the embeNET Suite:

  • The embeNET Node library in demo mode, providing IPv6 wireless mesh networking connectivity
  • A port of the embeNET Node for the nRF52 chip
  • embeNET Node Management Service (ENMS) providing telemetry services
  • MQTT-SN client

What are the demo version limitations ?

The demo can only be used for evaluation purposes (see LICENSE.txt for details). The demo is limited to 10 nodes only (including root node).

What you'll need to run the demo

To build the project from source code and expand the demo you also need:

Optionally, to play with the MQTT-SN demo service you'll need:

  • MQTT For Small Things (SN) written in Java, available for download from github
  • MQTT Client Toolbox, available for download from the official MQTTX page

Optionally, to easily interact with the custom UDP service you'll need

How to start?

Read the 'Getting started with embeNET demo for NRF52-DK board' tutorial.