We are planning to develop BLE and Bluetooth Mesh products using nRF52840.
I have a couple of questions in use of Zephyr.
1) What is advantage of building BLE or Mesh on Zephyr?
2) Can we still use APIs of nRF SDK when build application on Zephyr?
Our products' functions are a sort of simple in that they aggregate data from multiple sensors and control peripheral circuits.
These tasks are rather sequential but not requiring simultaneous operations. I am wondering if there any advantages in use of Zephyr for such a product.
Thanks,