1- .. _ bt6x0 :
1+ .. _ bt610 :
22
3- Laird Connectivity Sentrius BT6x0 Sensor
3+ Laird Connectivity Sentrius BT610 Sensor
44########################################
55
66Overview
77********
88
9- The Sentrius™ BT6x0 Sensor is a battery powered, Bluetooth v5 Long Range
9+ The Sentrius™ BT610 Sensor is a battery powered, Bluetooth v5 Long Range
1010integrated sensor platform that uses a Nordic Semiconductor nRF52840 ARM
1111Cortex-M4F CPU.
1212
@@ -28,19 +28,19 @@ The sensor has the following features:
2828* :abbr: `UART ( Universal Asynchronous Receiver-Transmitter ) `
2929* :abbr: `WDT ( Watchdog Timer ) `
3030
31- .. figure :: img/bt6x0_front .jpg
31+ .. figure :: img/bt610_front .jpg
3232 :width: 500px
3333 :align: center
34- :alt: Sentrius BT6x0 Sensor, front view
34+ :alt: Sentrius BT610 Sensor, front view
3535
36- Sentrius BT6x0 Sensor, front view
36+ Sentrius BT610 Sensor, front view
3737
38- .. figure :: img/bt6x0_back .jpg
38+ .. figure :: img/bt610_back .jpg
3939 :width: 500px
4040 :align: center
41- :alt: Sentrius BT6x0 Sensor, rear view
41+ :alt: Sentrius BT610 Sensor, rear view
4242
43- Sentrius BT6x0 Sensor, rear view
43+ Sentrius BT610 Sensor, rear view
4444
4545More information about the board can be found at the
4646`Sentrius BT610 website `_.
@@ -51,7 +51,7 @@ Hardware
5151Supported Features
5252==================
5353
54- The BT6x0 Sensor supports the following
54+ The BT610 Sensor supports the following
5555hardware features:
5656
5757+-----------+------------+----------------------+
@@ -89,20 +89,20 @@ hardware features:
8989| WDT | on-chip | watchdog |
9090+-----------+------------+----------------------+
9191
92- .. figure :: img/bt6x0_board .jpg
92+ .. figure :: img/bt610_board .jpg
9393 :width: 500px
9494 :align: center
95- :alt: Sentrius BT6x0 Sensor, board layout
95+ :alt: Sentrius BT610 Sensor, board layout
9696
97- Sentrius BT6x0 Sensor, board layout
97+ Sentrius BT610 Sensor, board layout
9898
9999Connections and IOs
100100===================
101101
102102LED
103103---
104104
105- Two LEDs are visible through the BT6x0 housing lid. Note that the LEDs can be
105+ Two LEDs are visible through the BT610 housing lid. Note that the LEDs can be
106106driven either directly, or via PWM. PWM should be used when current consumption
107107is required to be minimised.
108108
@@ -115,7 +115,7 @@ is required to be minimised.
115115Push button
116116------------
117117
118- The BT6x0 incorporates three mechanical push buttons. Note these are only
118+ The BT610 incorporates three mechanical push buttons. Note these are only
119119accessible with the housing cover removed.
120120
121121Two of the buttons are available for use via the board DTS file, as follows.
@@ -129,7 +129,7 @@ microcontroller.
129129Magnetoresistive sensor
130130-----------------------
131131
132- The BT6x0 incorporates a Honeywell SM351LT magnetoresistive sensor. Refer to
132+ The BT610 incorporates a Honeywell SM351LT magnetoresistive sensor. Refer to
133133the `Honeywell SM351LT datasheet `_ for further details.
134134
135135* MAG_1 = SW2 = P1.15 (SM3531LT_0)
@@ -157,7 +157,7 @@ This can deliver up to 50mA peak and 20mA continuous current.
157157Sensor connectivity
158158-------------------
159159
160- The BT6x0 incorporates three terminal blocks J5, J6 & J7 that allow
160+ The BT610 incorporates three terminal blocks J5, J6 & J7 that allow
161161connectivity to its sensor inputs, as follows.
162162
163163Terminal Block J5
@@ -485,12 +485,12 @@ Required pins are as follows.
485485Programming and Debugging
486486*************************
487487
488- Applications for the ``bt6x0 `` board configuration can be
488+ Applications for the ``bt610 `` board configuration can be
489489built and flashed in the usual way (see :ref: `build_an_application `
490490and :ref: `application_run ` for more details); however, the standard
491491debugging targets are not currently available.
492492
493- The BT6x0 features a 10 way header, J3, for connection of a
493+ The BT610 features a 10 way header, J3, for connection of a
494494programmer/debugger, with pinout as follows.
495495
496496+-----------+------------+----------------------+
@@ -537,7 +537,7 @@ pinout as follows.
537537+-----------+------------+----------------------+-----------+
538538
539539Note that pin 3 requires a solder bridge to be closed to enable powering of the
540- BT6x0 board via the UART connector.
540+ BT610 board via the UART connector.
541541
542542Flashing
543543========
@@ -552,45 +552,45 @@ Here is an example for the :ref:`hello_world` application.
552552
553553First, run your favorite terminal program to listen for output.
554554
555- NOTE: On the BT6x0 , the UART lines are at TTL levels and must be passed through
555+ NOTE: On the BT610 , the UART lines are at TTL levels and must be passed through
556556an appropriate line driver circuit for translation to RS232 levels. Refer to
557557the `MAX3232 datasheet `_ for a suitable driver IC.
558558
559559.. code-block :: console
560560
561561 $ minicom -D <tty_device> -b 115200
562562
563- Replace :code: `<tty_device> ` with the port where the BT6x0 can be found. For
563+ Replace :code: `<tty_device> ` with the port where the BT610 can be found. For
564564example, under Linux, :code: `/dev/ttyUSB0 `.
565565
566566Then build and flash the application in the usual way.
567567
568568.. zephyr-app-commands ::
569569 :zephyr-app: samples/hello_world
570- :board: bt6x0
570+ :board: bt610
571571 :goals: build flash
572572
573573Note that an external debugger is required to perform application flashing.
574574
575575Debugging
576576=========
577577
578- The ``bt6x0 `` board does not have an on-board J-Link debug IC
578+ The ``bt610 `` board does not have an on-board J-Link debug IC
579579as some nRF5x development boards, however, instructions from the
580580:ref: `nordic_segger ` page also apply to this board, with the additional step
581581of connecting an external debugger.
582582
583- Testing Bluetooth on the BT6x0
583+ Testing Bluetooth on the BT610
584584***********************************
585- Many of the Bluetooth examples will work on the BT6x0 .
585+ Many of the Bluetooth examples will work on the BT610 .
586586Try them out:
587587
588588* :ref: `ble_peripheral `
589589* :ref: `bluetooth-eddystone-sample `
590590* :ref: `bluetooth-ibeacon-sample `
591591
592592
593- Testing the LEDs and buttons on the BT6x0
593+ Testing the LEDs and buttons on the BT610
594594*****************************************
595595
596596There are 2 samples that allow you to test that the buttons (switches) and LEDs
@@ -601,7 +601,7 @@ on the board are working properly with Zephyr:
601601
602602You can build and flash the examples to make sure Zephyr is running correctly
603603on your board. The button, LED and sensor device definitions can be found in
604- :zephyr_file: `boards/arm/bt6x0/bt6x0 .dts `.
604+ :zephyr_file: `boards/arm/bt610/bt610 .dts `.
605605
606606
607607References
0 commit comments