Back to Zephyr

u-blox EVK NINA-B11x

boards/u-blox/ubx_evkninab1/doc/index.rst

4.4.04.0 KB
Original Source

.. zephyr:board:: ubx_evkninab1

u-blox EVK NINA-B11x ####################

Overview


The u-blox NINA-B1 Evaluation Kit hardware is a Bluetooth low energy module based on the Nordic Semiconductor nRF52832 ARM Cortex-M4F CPU and has support for the following features:

  • :abbr:ADC (Analog to Digital Converter)
  • CLOCK
  • FLASH
  • :abbr:GPIO (General Purpose Input Output)
  • :abbr:I2C (Inter-Integrated Circuit)
  • :abbr:MPU (Memory Protection Unit)
  • :abbr:NVIC (Nested Vectored Interrupt Controller)
  • :abbr:PWM (Pulse Width Modulation)
  • RADIO (Bluetooth Low Energy)
  • :abbr:RTC (nRF RTC System Clock)
  • Segger RTT (RTT Console)
  • :abbr:SPI (Serial Peripheral Interface)
  • :abbr:UART (Universal asynchronous receiver-transmitter)
  • :abbr:WDT (Watchdog Timer)

.. figure:: img/EVK-NINA-B1.jpg

EVK NINA-B1

More information about the NINA-B1 module and the EVK NINA-B1 can be found at NINA-B1 product page_ and EVK-NINA-B1 product page_.

Supported Features

.. zephyr:board-supported-hw::

.. note:: Most Arduino interfaces are supported. Arduino pins D5 and D8 are not available, so arduino_gpio is disabled. On the EVK-NINA-B1, these pins are assigned to SWDIO and SWDCLK, respectively.

Connections and IOs

LED

  • LED0 (red) = P0.08
  • LED1 (green) = P0.16
  • LED2 (blue) = P0.18

Push buttons

  • BUTTON1 = SW1 = P0.16
  • BUTTON2 = SW2 = P0.30

General information on module pin numbering

The numbering of the pins on the module and EVK do not follow the GPIO numbering on the nRF52832 SoC. Please see the NINA-B1 Data Sheet_ for information on how to map NINA-B1 pins to the pin numbering on the nRF52832 SoC.

The reason for this is the u-blox module family concept where different modules share the same pinout and can be interchanged, see NINA module family Nested design_.

Programming and Debugging


Applications for the ubx_evkninab1/nrf52832 board configuration can be built and flashed in the usual way (see :ref:build_an_application and :ref:application_run for more details); however, the standard debugging targets are not currently available.

Flashing

Build and flash applications as usual (see :ref:build_an_application and :ref:application_run for more details).

Here is an example for the :zephyr:code-sample:hello_world application.

Open a terminal program to the USB Serial Port installed when connecting the board and listen for output.

Settings: 115200, 8N1, no flow control.

Then build and flash the application in the usual way.

.. zephyr-app-commands:: :zephyr-app: samples/hello_world :board: ubx_evkninab1/nrf52832 :goals: build flash

Debugging

Refer to the :ref:nordic_segger page to learn about debugging boards containing a Nordic Semiconductor chip with a Segger IC.

Testing the LEDs and buttons in the EVK NINA-B11x


There are 2 samples that allow you to test that the buttons (switches) and LEDs on the board are working properly with Zephyr:

.. code-block:: console

samples/basic/blinky samples/basic/button

You can build and flash the examples to make sure Zephyr is running correctly on your board. The button and LED definitions can be found in :zephyr_file:boards/u-blox/ubx_evkninab1/ubx_evkninab1_nrf52832.dts.

Note that the buttons on the EVK-NINA-B1 are marked SW1 and SW2, which are named sw0 and sw1 in the dts file. Also note that the SW1 button and the green LED are connected on HW level.

References


.. target-notes::

.. _NINA-B1 product page: https://www.u-blox.com/en/product/nina-b1-series-open-cpu .. _EVK-NINA-B1 product page: https://www.u-blox.com/en/product/evk-nina-b1 .. _Nordic Semiconductor Infocenter: https://infocenter.nordicsemi.com .. _J-Link Software and documentation pack: https://www.segger.com/jlink-software.html .. _NINA-B1 Data Sheet: https://www.u-blox.com/en/docs/UBX-15019243 .. _NINA module family Nested design: https://www.u-blox.com/en/docs/UBX-17065600