Lines Matching +full:xplained +full:- +full:boards
11 true SPI-to-antenna solution and can be operated by any external
19 This is a generic shield focused not only on Atmel Development Boards Kits.
20 There are compatible designations for `AT AVR-RZ600`_ and `AT REB233-XPRO`_.
21 This means, any Atmel board with 10-pin Xplained or 20-pin Xplained Pro
23 `Atmel Xplained Pro Hardware Development Kit User Guide`_ for more information.
33 The RZ600 Development Kit needs Atmel Xplained or Xplained-Pro header
35 advanced features. For Xplained headers the `atmel_rf2xx_xplained`_ must be
36 selected. For Xplained-Pro header the `atmel_rf2xx_legacy`_ must be enabled.
40 :alt: AVR-RZ600
45 +---------+--------+-------------------------------------+
48 | 1 | RST | GPIO - Reset |
49 +---------+--------+-------------------------------------+
50 | 2 | MISC | DNU - Do Not Use |
51 +---------+--------+-------------------------------------+
52 | 3 | IRQ | GPIO - Interrupt |
53 +---------+--------+-------------------------------------+
54 | 4 | SLP_TR | GPIO - Multi purpose control signal |
55 +---------+--------+-------------------------------------+
57 +---------+--------+-------------------------------------+
59 +---------+--------+-------------------------------------+
61 +---------+--------+-------------------------------------+
63 +---------+--------+-------------------------------------+
65 +---------+--------+-------------------------------------+
67 +---------+--------+-------------------------------------+
69 REB233-XPRO Module
72 The REB233-XPRO development kit uses Atmel Xplained Pro header. It is enabled
75 .. image:: atreb233-xpro-top.jpg
77 :alt: REB233-XPRO Top
79 Pins Assignment of the REB233-XPRO Module
82 +---------+--------+-------------------------------------+
85 | 1 | ID | DNU - Do Not Use |
86 +---------+--------+-------------------------------------+
88 +---------+--------+-------------------------------------+
89 | 3 | DIG1 | DNU - Do Not Use |
90 +---------+--------+-------------------------------------+
91 | 4 | DIG3 | DNU - Do Not Use |
92 +---------+--------+-------------------------------------+
93 | 5 | DIG2 | GPIO - RX Frame Time Stamping |
94 +---------+--------+-------------------------------------+
95 | 6 | CLKM | DNU - Do Not Use |
96 +---------+--------+-------------------------------------+
97 | 7 | RST | GPIO - Reset |
98 +---------+--------+-------------------------------------+
100 +---------+--------+-------------------------------------+
101 | 9 | IRQ | GPIO - Interrupt |
102 +---------+--------+-------------------------------------+
103 | 10 | SLP_TR | GPIO - Multi purpose control signal |
104 +---------+--------+-------------------------------------+
105 | 11 | SDA | EEPROM - AT24MAC602 |
106 +---------+--------+-------------------------------------+
107 | 12 | SCL | EEPROM - AT24MAC602 |
108 +---------+--------+-------------------------------------+
110 +---------+--------+-------------------------------------+
112 +---------+--------+-------------------------------------+
114 +---------+--------+-------------------------------------+
116 +---------+--------+-------------------------------------+
118 +---------+--------+-------------------------------------+
120 +---------+--------+-------------------------------------+
122 +---------+--------+-------------------------------------+
124 +---------+--------+-------------------------------------+
137 +---------+--------+-------------------------------------+
141 +---------+--------+-------------------------------------+
143 +---------+--------+-------------------------------------+
144 | D2 | IRQ | GPIO - Interrupt |
145 +---------+--------+-------------------------------------+
147 +---------+--------+-------------------------------------+
149 +---------+--------+-------------------------------------+
151 +---------+--------+-------------------------------------+
153 +---------+--------+-------------------------------------+
155 +---------+--------+-------------------------------------+
156 | D8 | RST | GPIO - Reset |
157 +---------+--------+-------------------------------------+
158 | D9 | SLP_TR | GPIO - Multi purpose control signal |
159 +---------+--------+-------------------------------------+
161 +---------+--------+-------------------------------------+
163 +---------+--------+-------------------------------------+
165 +---------+--------+-------------------------------------+
167 +---------+--------+-------------------------------------+
169 +---------+--------+-------------------------------------+
171 +---------+--------+-------------------------------------+
173 +---------+--------+-------------------------------------+
175 +---------+--------+-------------------------------------+
177 +---------+--------+-------------------------------------+
188 +---------+--------+-------------------------------------+
191 | AN | RST | GPIO - Reset |
192 +---------+--------+-------------------------------------+
194 +---------+--------+-------------------------------------+
196 +---------+--------+-------------------------------------+
198 +---------+--------+-------------------------------------+
200 +---------+--------+-------------------------------------+
202 +---------+--------+-------------------------------------+
203 | VCC-3.3 | VDD | POWER +3.3V |
204 +---------+--------+-------------------------------------+
206 +---------+--------+-------------------------------------+
208 +---------+--------+-------------------------------------+
209 | VCC-5.0 | VCC | POWER +5.0V |
210 +---------+--------+-------------------------------------+
212 +---------+--------+-------------------------------------+
214 +---------+--------+-------------------------------------+
216 +---------+--------+-------------------------------------+
218 +---------+--------+-------------------------------------+
219 | INT | IRQ | GPIO - Interrupt |
220 +---------+--------+-------------------------------------+
221 | PWM | SLP_TR | GPIO - Multi purpose control signal |
222 +---------+--------+-------------------------------------+
228 application. When a standard connector (arduino, mikrobus, xplained,
229 xplained-pro) is available on board, user should select the matching shield
235 +-----------------------------+------------------------------+-----------+
239 +-----------------------------+------------------------------+-----------+
240 | Atmel Xplained header | `atmel_rf2xx_xplained`_ | 2 |
241 +-----------------------------+------------------------------+-----------+
242 | Atmel Xplained Pro header | `atmel_rf2xx_xpro`_ | 3 |
243 +-----------------------------+------------------------------+-----------+
244 | Atmel Xplained Pro header | `atmel_rf2xx_legacy`_ | 4 |
245 +-----------------------------+------------------------------+-----------+
247 +-----------------------------+------------------------------+-----------+
249 +-----------------------------+------------------------------+-----------+
259 Boards that already have a network interface: Check network
262 at Networking -> Link Layer Options. This will avoid problems running
265 Tested Boards
268 +------------------------------+------------------------------+-----------+
272 +------------------------------+------------------------------+-----------+
274 +------------------------------+------------------------------+-----------+
276 +------------------------------+------------------------------+-----------+
282 and Echo client samples, which provide out-of-the-box configuration for
284 samples, build them with ``overlay-802154.conf`` overlay config file. Same
285 way, to enable OpenThread support, build them with ``overlay-ot.conf`` overlay
286 config file. See :zephyr:code-sample:`sockets-echo-server` and
287 :zephyr:code-sample:`sockets-echo-client` samples for details.
292 Set ``--shield <shield designator>`` when you invoke ``west build``.
294 .. zephyr-app-commands::
295 :zephyr-app: samples/net/sockets/echo_server
296 :host-os: unix
298 :gen-args: -DEXTRA_CONF_FILE=overlay-802154.conf
303 .. zephyr-app-commands::
304 :zephyr-app: samples/net/sockets/echo_server
305 :host-os: unix
307 :gen-args: -DEXTRA_CONF_FILE=overlay-802154.conf
312 .. zephyr-app-commands::
313 :zephyr-app: samples/net/sockets/echo_server
314 :host-os: unix
316 :gen-args: -DEXTRA_CONF_FILE=overlay-802154.conf
321 .. zephyr-app-commands::
322 :zephyr-app: samples/net/sockets/echo_server
323 :host-os: unix
325 :gen-args: -DEXTRA_CONF_FILE=overlay-802154.conf
333 .. target-notes::
335 .. _AT AVR-RZ600:
338 .. _AT REB233-XPRO:
339 https://www.microchip.com/DevelopmentTools/ProductDetails/PartNO/ATREB233-XPRO
341 .. _Atmel Xplained Pro Hardware Development Kit User Guide:
342 …http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42091-Atmel-Xplained-Pro-Hardware-Developmen…
345 …https://github.com/zephyrproject-rtos/zephyr/blob/master/boards/shields/atmel_rf2xx/atmel_rf2xx.ov…
348 …https://github.com/zephyrproject-rtos/zephyr/blob/master/boards/shields/atmel_rf2xx/atmel_rf2xx_xp…
351 …https://github.com/zephyrproject-rtos/zephyr/blob/master/boards/shields/atmel_rf2xx/atmel_rf2xx_xp…
354 …https://github.com/zephyrproject-rtos/zephyr/blob/master/boards/shields/atmel_rf2xx/atmel_rf2xx_le…
357 …https://github.com/zephyrproject-rtos/zephyr/blob/master/boards/shields/atmel_rf2xx/atmel_rf2xx_ar…
360 …https://github.com/zephyrproject-rtos/zephyr/blob/master/boards/shields/atmel_rf2xx/atmel_rf2xx_mi…