![Ublox NINA-B1 Series Скачать руководство пользователя страница 20](http://html1.mh-extra.com/html/ublox/nina-b1-series/nina-b1-series_system-integration-manual_3265061020.webp)
NINA-B1 series - System integration manual
UBX-15026175 - R16
Software
Page 20 of 63
C1-Public
Building for the EVK-NINA-B1 using nRF Connect SDK
To build the Zephyr blinky sample using the nRF Connect SDK, open the sample as shown in Figure 7.
You can then build and flash from within Segger Studio.
Figure 7: Opening blinky sample for the NINA-B1 EVK
Building for NINA-B1 EVK using the Zephyr command-line environment
To build and flash the “blinky” sample from Zephyr for the NINA-B1 EVK, move to the zephyr folder in
your installation on the shell prompt and enter:
~/zephyrproject/zephyr$
west build -b ubx_evkninab1_nrf52832 samples/basic/blinky
~/zephyrproject/zephyr$
west flash
The example board configuration also contains several documentation files that can be included in
your local documentation. The files are in reStructuredText format.
For information on how to generate HTML or PDF output from these files, refer to the Zephyr Project
documentation [18] .
2.2.2.4.1
Support – Nordic development forum
For support on questions related to the development of software using the nRF Connect SDK, refer
to the Nordic Semiconductor Software and Tools page
https://devzone.nordicsemi.com/
2.2.3
Arm Mbed OS
Arm Mbed OS is an open-source embedded operating system designed specifically for the "things" in
the Internet of Things. It includes all the features to develop a connected product, including security,
connectivity, an RTOS, and drivers for sensors and I/O devices. With an RTOS core based on the widely
used open-source CMSIS-RTOS RTX, Arm Mbed OS supports deterministic, multithreaded, real-time
software execution. Arm Mbed OS has native support for building across the Arm Compiler 5, GCC,
and IAR compiler toolchains.