mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/doc: Explicitly warn when nRF chips are advertised as NFC supporting
This commit is contained in:
parent
3ba49d5479
commit
169671dccf
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
The nRF5340DK is a devboard based on nRF5340 MCU which offers a dual core
|
The nRF5340DK is a devboard based on nRF5340 MCU which offers a dual core
|
||||||
Cortex-M33 with one application core and one network core.
|
Cortex-M33 with one application core and one network core.
|
||||||
The network core is able to handle Bluetooth 5.3, BLE, mesh, NFC, Thread and
|
The network core is able to handle Bluetooth 5.3, BLE, mesh, NFC (only tag emulation, no reader support), Thread and
|
||||||
Zigbee connectivity.
|
Zigbee connectivity.
|
||||||
Currently only the application core can be used with RIOT-OS.
|
Currently only the application core can be used with RIOT-OS.
|
||||||
|
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
@brief Support for the Nordic Thingy:52 board
|
@brief Support for the Nordic Thingy:52 board
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
The Nordic Thingy:52 is a battery powered platform with Bluetooth and NFC
|
The Nordic Thingy:52 is a battery powered platform with Bluetooth and NFC (only tag emulation, no reader support)
|
||||||
radio, a wide range of sensors and some output capabilities.
|
radio, a wide range of sensors and some output capabilities.
|
||||||
|
|
||||||
Components:
|
Components:
|
||||||
|
|
||||||
- nRF52832 main controller (providing Bluetooth and NFC)
|
- nRF52832 main controller (providing Bluetooth and NFC tag emulation)
|
||||||
- an LIS2DH12 low-power three-axis linear accelerometer
|
- an LIS2DH12 low-power three-axis linear accelerometer
|
||||||
- an MPU-9250 nine-axis motion sensor
|
- an MPU-9250 nine-axis motion sensor
|
||||||
- an LPS22HB air pressure and temperature sensor
|
- an LPS22HB air pressure and temperature sensor
|
||||||
|
Loading…
Reference in New Issue
Block a user