Home
last modified time | relevance | path

Searched full:grove (Results 1 – 25 of 76) sorted by relevance

1234

/Zephyr-latest/samples/sensor/grove_temperature/
DREADME.rst2 :name: Grove Temperature Sensor
5 Get temperature data from a Grove temperature sensor and display it on an LCD display.
10 This sample application gets the output of the grove temperature sensor and prints it to the
13 Grove LCD display.
21 * `Grove Temperature Sensor`_
22 * `Grove Base Shield`_
23 * `Grove LCD`_ [optional]
28 The easiest way to connect the sensor is to connect it to a Grove shield on a board that supports
30 overlay provided for the sample, the sensor should be connected to A0 on the Grove shield. The
31 Grove LCD, if being used, should be connected to I2C on the Grove shield and the overlay needs to
[all …]
Dsample.yaml4 name: Grove Temperature Sensor
11 - grove
16 harness: grove
/Zephyr-latest/drivers/sensor/seeed/grove/
DKconfig1 # Drivers configuration options for SeeedStudio Grove Devices
7 bool "Seeed Grove sensors support"
11 Enable Seeed Grove sensors support.
16 bool "The Seeed Grove Light Sensor"
21 Setting this value will enable driver support for the Grove Light
25 bool "The Seeed Grove Temperature Sensor"
30 Setting this value will enable driver support for the Grove
/Zephyr-latest/samples/drivers/misc/grove_display/
DREADME.rst1 .. zephyr:code-sample:: grove-lcd
2 :name: Grove LCD
10 This sample displays an incrementing counter through the Grove LCD, with
19 * `Grove LCD module`_
20 * `Grove Base Shield`_ [Optional]
25 You will need to connect the Grove LCD via the Grove shield onto a board that
32 Grove LCD VDD line needs to be connected to the 5V power line, otherwise
51 .. _Grove LCD module: http://wiki.seeed.cc/Grove-LCD_RGB_Backlight/
Dsample.yaml2 name: Grove LCD Sample
8 harness: grove
10 filter: dt_compat_enabled("seeed,grove-lcd-rgb")
/Zephyr-latest/samples/sensor/th02/
DREADME.rst9 This sample periodically reads temperature and humidity from the Grove
10 Temperature & Humidity Sensor (TH02) and display the results on the Grove LCD
17 This sample uses the TH02 sensor and the grove LCD display. Both devices are
22 - `Grove Temperature And Humidity`_
23 - `Grove LCD Module`_
28 The easiest way to get this wired is to use the Grove shield and connect both
41 .. _Grove LCD Module: http://wiki.seeed.cc/Grove-LCD_RGB_Backlight/
42 .. _Grove Temperature And Humidity: http://wiki.seeed.cc/Grove-TemptureAndHumidity_Sensor-High-Accu…
Dsample.yaml8 filter: dt_compat_enabled("hoperf,th02") and dt_compat_enabled("seeed,grove-lcd-rgb")
/Zephyr-latest/samples/sensor/grove_light/
DREADME.rst2 :name: Grove Light Sensor
5 Get illuminance data from a Grove Light Sensor.
10 This sample application gets the output of the grove light sensor and prints it to the console, in
19 * `Grove Light Sensor`_
20 * `Grove Base Shield`_
25 The easiest way to connect the sensor is to connect it to a Grove shield on a board that supports
27 overlay provided for the sample, the sensor should be connected to A0 on the Grove shield.
51 .. _Grove Light Sensor: https://wiki.seeedstudio.com/Grove-Light_Sensor/
Dsample.yaml4 name: Grove Light Sensor
10 - grove
15 harness: grove
/Zephyr-latest/dts/bindings/misc/
Dseeed,grove-lcd-rgb.yaml4 description: Seeed Grove LCD RGB
6 compatible: "seeed,grove-lcd-rgb"
/Zephyr-latest/dts/bindings/sensor/
Dseeed,grove-light.yaml4 description: Grove Photo-Resistor Light Sensor
6 compatible: "seeed,grove-light"
Dseeed,grove-temperature.yaml4 description: Grove NTC Temperature Sensor
6 compatible: "seeed,grove-temperature"
/Zephyr-latest/drivers/misc/grove_lcd_rgb/
DKconfig5 bool "Seeed Grove LCD RGB Backlight"
9 Setting this value will enable driver support for the Grove-LCD RGB
/Zephyr-latest/dts/bindings/gpio/
Dgrove-header.yaml5 GPIO pins exposing on Grove 4 pins headers.
15 compatible: "grove-header"
/Zephyr-latest/include/zephyr/drivers/misc/grove_lcd/
Dgrove_lcd.h1 /* grove_lcd.h - Public API for the Grove RGB LCD device */
19 * @brief Grove display APIs
20 * @defgroup grove_display Grove display APIs
74 * @param dev the Grove LCD to get the display features set
100 * @param dev the Grove LCD to get the input features set
128 * @param dev the Grove LCD to get the functions set
/Zephyr-latest/boards/seeed/wio_terminal/
Dgrove_connectors.dtsi8 compatible = "grove-header";
16 compatible = "grove-header";
/Zephyr-latest/tests/drivers/build_all/sensor/
Dadc.dtsi110 test_seeed_grove_light: seeed-grove-light {
111 compatible = "seeed,grove-light";
115 test_seeed_grove_temperature: seeed-grove-temperature {
116 compatible = "seeed,grove-temperature";
/Zephyr-latest/boards/st/nucleo_f722ze/
DKconfig.nucleo_f722ze1 # Copyright (c) 2023 Evan Perry Grove
DKconfig.defconfig3 # Copyright (c) 2023 Evan Perry Grove
/Zephyr-latest/soc/st/stm32/stm32f7x/
DKconfig.defconfig.stm32f722xx3 # Copyright (c) 2023 Evan Perry Grove
/Zephyr-latest/boards/shields/seeed_xiao_expansion_board/doc/
Dindex.rst27 | 0 | Grove*1 (A0, D0) |
35 | 4 | Grove*2 I2C SDA |
37 | 5 | Grove*2 I2C SCL |
39 | 6 | Grove*1 UART TX |
41 | 7 | Grove*1 UART RX |
/Zephyr-latest/drivers/sensor/seeed/
DCMakeLists.txt5 add_subdirectory_ifdef(CONFIG_GROVE_SENSORS grove)
DKconfig5 source "drivers/sensor/seeed/grove/Kconfig"
/Zephyr-latest/samples/sensor/grove_light/boards/
Dnrf52dk_nrf52832.overlay9 compatible = "seeed,grove-light";
/Zephyr-latest/samples/sensor/grove_temperature/boards/
Dnrf52dk_nrf52832.overlay9 compatible = "seeed,grove-temperature";

1234