Lines Matching +full:motion +full:- +full:sensors
7 ARM-based embedded system designed by the BBC for use in computer education in
10 The board is 4 cm × 5 cm and has an ARM Cortex-M4F processor, accelerometer and
11 magnetometer sensors, Bluetooth and USB connectivity, a display consisting of
14 ring connectors that are part of the 23-pin edge connector.
21 The micro:bit-v2 has the following physical features:
23 * 25 individually-programmable LEDs
25 * Microphone sensors
27 * Light and temperature sensors
28 * Motion sensors (accelerometer and compass)
39 +-----------+------------+----------------------+
42 | NVIC | on-chip | nested vectored |
44 +-----------+------------+----------------------+
45 | RTC | on-chip | system clock |
46 +-----------+------------+----------------------+
47 | UART | on-chip | serial port |
48 +-----------+------------+----------------------+
49 | GPIO | on-chip | gpio |
50 +-----------+------------+----------------------+
51 | FLASH | on-chip | flash |
52 +-----------+------------+----------------------+
53 | RADIO | on-chip | Bluetooth |
54 +-----------+------------+----------------------+
65 Here is an example for the :zephyr:code-sample:`hello_world` application.
69 .. code-block:: console
71 $ minicom -D <tty_device> -b 115200
78 .. zephyr-app-commands::
79 :zephyr-app: samples/hello_world
87 .. target-notes::