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-M0 processor, accelerometer and
11 magnetometer sensors, Bluetooth and USB connectivity, a display consisting of
14 connectors that are part of the 23-pin edge connector.
30 * 25 individually-programmable LEDs
33 * Light and temperature sensors
34 * Motion sensors (accelerometer and compass)
45 +-----------+------------+----------------------+
48 | NVIC | on-chip | nested vectored |
50 +-----------+------------+----------------------+
51 | RTC | on-chip | system clock |
52 +-----------+------------+----------------------+
53 | UART | on-chip | serial port |
54 +-----------+------------+----------------------+
55 | GPIO | on-chip | gpio |
56 +-----------+------------+----------------------+
57 | FLASH | on-chip | flash |
58 +-----------+------------+----------------------+
59 | RADIO | on-chip | Bluetooth |
60 +-----------+------------+----------------------+
71 Here is an example for the :zephyr:code-sample:`hello_world` application.
75 .. code-block:: console
77 $ minicom -D <tty_device> -b 115200
84 .. zephyr-app-commands::
85 :zephyr-app: samples/hello_world
93 .. target-notes::