Lines Matching +full:motion +full:- +full:sensors
7 projects. It's an all-in-one board powered by an Arm Cortex-M4 processor. On-board peripherals
8 include an OLED screen, headphone output, stereo microphone and abundant sensors like humidity &
9 temperature, pressure, motion (accelerometer & gyroscope) and magnetometer.
20 * Supports 3.3V DC-DC, maximum current 1.5A
24 * 3 LED for status indicators ("Wi-Fi", "Azure", "User")
27 * Motion sensor (LSM6DSL)
31 * EMW3166 Wi-Fi module with 256K SRAM,1M+2M Byte SPI Flash
40 +-----------+------------+----------------------+
43 | NVIC | on-chip | nested vector |
45 +-----------+------------+----------------------+
46 | SYSTICK | on-chip | system clock |
47 +-----------+------------+----------------------+
48 | UART | on-chip | serial port |
49 +-----------+------------+----------------------+
50 | GPIO | on-chip | gpio |
51 +-----------+------------+----------------------+
52 | I2C | on-chip | i2c |
53 +-----------+------------+----------------------+
54 | SPI | on-chip | spi |
55 +-----------+------------+----------------------+
59 The EMW3166 Wi-Fi module is currently not supported.
70 Here is an example for the :zephyr:code-sample:`hello_world` application.
74 .. code-block:: console
76 $ minicom -D <tty_device> -b 115200
83 .. zephyr-app-commands::
84 :zephyr-app: samples/hello_world
92 .. target-notes::