This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Do i have to create a extra Instaburst Instance with the API or does it automaticly by building with the ENABLE_INSTABURST in the CMAKE File ?

Im developing a mesh network based on a custom board using the nRF52832. 

I fine with sending some bytes over mesh . But now i want so send more bytes over mesh using Instaburst, but im not sure to realize. 

I found the API and the documentation about instaburst but miss some examples how to do. 

Im working on the Light_switch example and regenerate the example with the ENABLE_INSTABURST Flag in the CMAKE-File and changed the enable define in the config file as well.

When i increase the bytes to send at 380 (ACCESS_MODEL_MAXIMUM_LENGTH) i get the error of invalid length. 

Do i have to create and init the instaburst instance (instabrust_tx and instaburst_rx) ?

Can someone leave a example here using instaburst? 

Hope someone can help here 

Related