Skip to content

embetech-official/embenet-demo-nucleo-wl33cc1

Repository files navigation

embeNET Demo for NUCLEO-WL33CC1 board

What's inside ?

This repository contains an exemplary project demonstrating the use of embeNET Suite on NUCLEO-WL33CC1 evaluation boards. The project is designed for the STM32CubeIDE.

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 STM32WL3 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

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

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

How to start?

Read the 'Getting started with embeNET demo for NUCLEO-WL33CC1 board' tutorial.

What can I do to adapt this to my board?

The demo consists of closed-source core embeNET network components and open source port (driver) for STM32WL. The port is released using Apache License Version 2.0. You can modify and extend the port to your needs.