Lines Matching +full:plug +full:- +full:in
4 It is based on the powerful ultra-low power Apollo3 Blue SoC (AMA3B1KK-KBR-B0)
7 The AMA3B1KK-KBR-B0 has an integrated Bluetooth Low Energy transceiver
9 comes in the same size and footprint as our RAK3172 module which gives
18 supply and programming/debug interface is the base to plug a
19 RAK11722 (WisBlock Core module with the RAK11720) in.
21 - Apollo3 Blue SoC with up to 96 MHz operating frequency
22 - ARM® Cortex® M4F core
23 - 16 kB 2-way Associative/Direct-Mapped Cache per core
24 - Up to 1 MB of flash memory for code/data
25 - Up to 384 KB of low leakage / low power RAM for code/data
26 - Integrated Bluetooth 5 Low-energy controller
27 - Semtech SX1262 low power high range LoRa transceiver
28 - iPEX connectors for the LORA antenna and BLE antenna.
29 - 2 user LEDs on RAK19007 WisBlock Base board
30 - Powered by either Micro USB, 3.7V rechargeable battery or a 5V Solar Panel Port
34 - `WisDuo RAK11720 Website`_
35 - `WisBlock RAK11722 Website`_
42 +-----------+------------+----------------------+
45 | MPU | on-chip | arch/arm |
46 +-----------+------------+----------------------+
47 | NVIC | on-chip | arch/arm |
48 +-----------+------------+----------------------+
49 | SYSTICK | on-chip | systick |
50 +-----------+------------+----------------------+
51 | STIMER | on-chip | stimer |
52 +-----------+------------+----------------------+
53 | GPIO | on-chip | gpio |
54 +-----------+------------+----------------------+
55 | UART | on-chip | serial |
56 +-----------+------------+----------------------+
57 | WDT | on-chip | watchdog |
58 +-----------+------------+----------------------+
59 | RADIO | on-chip | bluetooth |
60 +-----------+------------+----------------------+
61 | RADIO | on-board | LoRa (SX1262) |
62 +-----------+------------+----------------------+
64 The default configuration can be found in the defconfig file:
71 `J-Link OB <https://www.segger.com/jlink-ob.html>`_. This provides a debug
76 -----------------------
79 The sample application :zephyr:code-sample:`hello_world` is used for this example.
82 .. zephyr-app-commands::
83 :zephyr-app: samples/hello_world
88 ``west flash`` requires `SEGGER J-Link software`_ and `pylink`_ Python module
93 - Speed: 115200
94 - Data: 8 bits
95 - Parity: None
96 - Stop bits: 1
101 .. code-block:: console
106 …https://docs.rakwireless.com/Product-Categories/WisDuo/RAK11720-Module/Overview/#product-descripti…
109 https://docs.rakwireless.com/Product-Categories/WisBlock/RAK11722/Overview/#product-description
111 .. _SEGGER J-Link software: