Can 30 modules be interconnected with cli uart open thread FTD method??
Can 30 modules be interconnected with cli uart open thread FTD method??
Which example will be more suitable for integrating 30 modules
I want to make standalone mesh network with each node connected with 8bit controller (through uart) to transmit sensor data to server
I am completely new , any tutorials for mqtt -sn?, How to implement using pca10059?
I am intended to use thread instead of ble mesh, I would require pre commissioned network in thread
Hi,
The MQTT-SN examples are described in the example documentation. Most examples are not supported on PCA10059 as the Dongle does not come with any debugging-capabilities, making it hard to use for development. I would recommend you to get some nRF52840 DKs (PCA10056) to use for testing and development.
Which example you should start with depends on what your application is trying to accomplish:
All examples (except MeshCoP example) are pre-commissioned with default master-key. You can change this to fit your application. CLI example requires you to set PANID and bring up the interfaces/stacks after each boot, but the default master-key is stored and can be used as a pre-commissioned device.