Hi,
What will be status of #BluetoothMesh in #LTS v.1.12.0 release ?
Will it be released as #Qualified stack ?
As of now, we can't save Provisioning, Configuration & other real time data (eg. message sequence Nos, states of Models etc. etc) on SoC flash. Will it be possible in #LTS release ?
( For that we need something like "
https://github.com/zephyrproject-rtos/zephyr/pull/6391 " to get merge.
I tried to save above mentioned data using NFFS, but it consumes lots of RAM & I don't know exactly what & when to save on SoC flash.
Plus NFFS is not recommended for SoC which has limited write/erase cycles for its flash.)
How many Models (for eg. Generic, Lighting) will show case under #LTS ?
What will be status of Friend & Low Power Nodes implementation ?
When I tried SMP_Server example along with #MCUboot, to do #DFU_OTA, I found that it depends upon NFFS.
Is that means we have to depends upon #NVS (PR6391) & NFFS both?
Please throw some light about overall implementation for developers if he/she want to add #DFU_OTA feature along with #BluetoothMesh.
How to do #DFU_OTA using Android/iOS smartphones App? (as suggestion)
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
If something has very little chance to get introduced with #LTS release, then till when it get expected to be part of implementation ?
Thank You in advance !!