2018-07-26 11:48:55 +02:00
|
|
|
/**
|
|
|
|
@defgroup boards_thingy52 Nordic Thingy:52
|
|
|
|
@ingroup boards
|
|
|
|
@brief Support for the Nordic Thingy:52 board
|
2019-02-04 10:38:19 +01:00
|
|
|
|
2019-09-12 15:25:02 +02:00
|
|
|
## Overview
|
2024-04-21 20:17:00 +02:00
|
|
|
The Nordic Thingy:52 is a battery powered platform with Bluetooth and NFC (only tag emulation, no reader support)
|
2019-09-12 15:25:02 +02:00
|
|
|
radio, a wide range of sensors and some output capabilities.
|
|
|
|
|
|
|
|
Components:
|
|
|
|
|
2024-04-21 20:17:00 +02:00
|
|
|
- nRF52832 main controller (providing Bluetooth and NFC tag emulation)
|
2019-09-12 15:25:02 +02:00
|
|
|
- an LIS2DH12 low-power three-axis linear accelerometer
|
|
|
|
- an MPU-9250 nine-axis motion sensor
|
2019-10-23 21:13:14 +02:00
|
|
|
- an LPS22HB air pressure and temperature sensor
|
2019-09-12 15:25:02 +02:00
|
|
|
- an HTS221 air temperature and humidity sensor
|
|
|
|
- a BH1745NUC color sensor
|
|
|
|
- a CCS811 gas sensor
|
|
|
|
- an MP34DB02 digital microphone
|
|
|
|
- a speaker
|
|
|
|
- two RGB LED channels: one LED pair in the light well, and one RGB LED to assist the light sensor
|
|
|
|
- a button
|
|
|
|
- an XC6804A4E1 battery charge controller (providing charge error indication)
|
|
|
|
- USB power supply and battery voltage sensing
|
|
|
|
- four DMN3190LDW MOSFETs
|
|
|
|
|
|
|
|
Note that at the moment, only the button and a single UART (at P6) are supported in RIOT.
|
|
|
|
|
|
|
|
## Links
|
|
|
|
|
|
|
|
- [Device description](https://infocenter.nordicsemi.com/topic/ug_thingy52/UG/thingy52/intro/frontpage.html)
|
|
|
|
|
2019-02-04 10:38:19 +01:00
|
|
|
## Flash the board
|
|
|
|
|
2019-09-12 15:25:02 +02:00
|
|
|
The board can be flashed using an external programmer on its 10-pin debug port P9.
|
|
|
|
|
2019-02-04 10:38:19 +01:00
|
|
|
See the `Flashing` section in @ref boards_common_nrf52.
|
|
|
|
|
2019-09-12 15:25:02 +02:00
|
|
|
Its over-the-air bootloading mechanism is currently not supported in RIOT.
|
|
|
|
|
2018-07-26 11:48:55 +02:00
|
|
|
*/
|