Difference between SDKs

Hello,

whats the difference between setup from zephyr-training (01_IOT) and setup from Set up Nordic nRF Connect SDK (NCS) | Golioth

What’s the difference when it comes to modules etc?

Hey @Dzolo,

The main difference is that the 01_IOT application from zephyr-training uses Golioth Firmware SDK v0.14.0, which in turn uses NCS v2.5.2, while the Getting Started guide for NCS uses the latest Golioth Firmware SDK v0.15.0, which then imports NCS v2.7.

Modules used in the application are imported with west.yml manifest file. For reference, you can check out the one from zephyr-training, reference-design-template or the ones used with the rest of our Reference Designs.