Lines Matching +full:connected +full:- +full:ground

6 …tooth v5 Long Range integrated sensor that uses a Nordic Semiconductor nRF52840 ARM Cortex-M4F CPU.
14 * :abbr:`I2C (Inter-Integrated Circuit)`
21 * :abbr:`UART (Universal Asynchronous Receiver-Transmitter)`
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, |
63 +-----------+------------+----------------------+
64 | RTC | on-chip | system clock |
65 +-----------+------------+----------------------+
67 +-----------+------------+----------------------+
68 | UART | on-chip | serial |
69 +-----------+------------+----------------------+
70 | WDT | on-chip | watchdog |
71 +-----------+------------+----------------------+
77 ---
85 ------------
92 -----------------------
99 -------------
109 ------------------
127 A non-standard layout is used to include access to the sensor debug UART.
129 +-----------+------------+----------------------+
133 +-----------+------------+----------------------+
135 +-----------+------------+----------------------+
137 +-----------+------------+----------------------+
139 +-----------+------------+----------------------+
141 +-----------+------------+----------------------+
143 +-----------+------------+----------------------+
144 | 7 | N/C | Not Connected |
145 +-----------+------------+----------------------+
147 +-----------+------------+----------------------+
148 | 9 | GND | Ground |
149 +-----------+------------+----------------------+
151 +-----------+------------+----------------------+
156 Ezurio provide the USB-SWD programming board (750-03239) that supports
163 To connect the BT510 board for programming or debugging using the USB-SWD programming
166 connect the BT510 to the board using the Tag-Connect cable via J3:
170 :alt: Sentrius BT510 Sensor connected to programming board
172 Sentrius BT510 Sensor connected to programming board
177 .. code-block:: console
181 Here is an example for the :zephyr:code-sample:`hello_world` application.
187 for a suitable driver IC. The USB-SWD programming board has an in-built UART connected
190 port - see the `MBED Serial Driver`_ link for details and how to install the driver.
192 .. code-block:: console
194 $ minicom -D <tty_device> -b 115200
200 .. zephyr-app-commands::
201 :zephyr-app: samples/hello_world
210 The ``bt510`` board does not have an on-board J-Link debug IC
213 of connecting an external debugger. The USB-SWD programmer board has a CMSIS debugger
222 * :zephyr:code-sample:`ble_peripheral`
223 * :zephyr:code-sample:`bluetooth_eddystone`
224 * :zephyr:code-sample:`bluetooth_ibeacon`
233 * :zephyr:code-sample:`blinky`
234 * :zephyr:code-sample:`button`
244 .. target-notes::
246 …rius BT510 website: https://www.ezurio.com/iot-devices/iot-sensors/bt510-bluetooth-5-long-range-ip…
247 .. _TagConnect TC2050 product page: https://www.tag-connect.com/product/tc2050-idc-050
248 …grammer product page: https://www.ezurio.com/wireless-modules/programming-kits/usb-swd-programming
250 .. _Silabs 7055 datasheet: https://www.silabs.com/documents/public/data-sheets/Si7050-1-3-4-5-A20.p…
252 …LT datasheet: https://sensing.honeywell.com/honeywell-sensing-nanopower-series-datasheet-50095501-
253 .. _MBED Serial Driver: https://os.mbed.com/docs/mbed-os/v6.8/program-setup/windows-serial-driver.h…