Lines Matching +full:data +full:- +full:sheet
3 u-blox EVK NINA-B40x
9 The u-blox NINA-B4 Evaluation Kit hardware is a Bluetooth low energy
10 module based on the Nordic Semiconductor nRF52833 ARM Cortex-M4F CPU
17 * :abbr:`I2C (Inter-Integrated Circuit)`
25 * :abbr:`UART (Universal asynchronous receiver-transmitter)`
29 .. figure:: img/EVK-NINA-B406_Top_web.jpg
31 EVK NINA-B4
33 More information about the NINA-B4 module and the EVK-NINA-B4 can be
34 found at `NINA-B40 product page`_ and `EVK-NINA-B4 product page`_.
42 +-----------+------------+----------------------+
45 | ADC | on-chip | adc |
46 +-----------+------------+----------------------+
47 | CLOCK | on-chip | clock_control |
48 +-----------+------------+----------------------+
49 | FLASH | on-chip | flash |
50 +-----------+------------+----------------------+
51 | GPIO | on-chip | gpio |
52 +-----------+------------+----------------------+
53 | I2C(M) | on-chip | i2c |
54 +-----------+------------+----------------------+
55 | MPU | on-chip | arch/arm |
56 +-----------+------------+----------------------+
57 | NVIC | on-chip | arch/arm |
58 +-----------+------------+----------------------+
59 | PWM | on-chip | pwm |
60 +-----------+------------+----------------------+
61 | RADIO | on-chip | Bluetooth low energy |
62 +-----------+------------+----------------------+
63 | RTC | on-chip | system clock |
64 +-----------+------------+----------------------+
66 +-----------+------------+----------------------+
67 | SPI(M/S) | on-chip | spi |
68 +-----------+------------+----------------------+
69 | UART | on-chip | serial |
70 +-----------+------------+----------------------+
71 | USB | on-chip | usb |
72 +-----------+------------+----------------------+
73 | WDT | on-chip | watchdog |
74 +-----------+------------+----------------------+
77 See `EVK-NINA-B4 product page`_ and `NINA-B40 Data Sheet`_
78 for a complete list of EVK NINA-B4 hardware features.
84 ---
91 ------------
97 -------------------------------------------
100 numbering on the nRF52833 SoC. Please see the `NINA-B40 Data Sheet`_ for
101 information on how to map NINA-B40 pins to the pin numbering on the
104 The reason for this is the u-blox module family concept where different
122 Here is an example for the :zephyr:code-sample:`hello_world` application.
131 .. zephyr-app-commands::
132 :zephyr-app: samples/hello_world
143 Testing the LEDs and buttons in the EVK NINA-B40x
149 .. code-block:: console
156 :zephyr_file:`boards/u-blox/ubx_evkninab4/ubx_evkninab4_nrf52833.dts`.
158 Note that the buttons on the EVK-NINA-B4 are marked SW1 and SW2, which
170 .. code-block:: devicetree
184 low-power-enable;
190 compatible = "nordic,nrf-uarte";
191 current-speed = <115200>;
193 pinctrl-0 = <&uart1_default>;
194 pinctrl-1 = <&uart1_sleep>;
195 pinctrl-names = "default", "sleep";
212 open the data sheet for the NINA-B4 at `NINA-B40 Data Sheet`_, Section 3 'Pin definition'.
214 can only be used in under-10KHz applications. They are not suitable for 115200 speed of UART.
223 .. target-notes::
225 .. _NINA-B40 product page: https://www.u-blox.com/en/product/nina-b40-series-open-cpu
226 .. _EVK-NINA-B4 product page: https://www.u-blox.com/en/product/evk-nina-b4
228 .. _J-Link Software and documentation pack: https://www.segger.com/jlink-software.html
229 .. _NINA-B40 Data Sheet: https://www.u-blox.com/en/docs/UBX-19049405
230 .. _NINA module family Nested design: https://www.u-blox.com/en/docs/UBX-17065600