Searched full:grove (Results 1 – 25 of 76) sorted by relevance
1234
/Zephyr-latest/samples/sensor/grove_temperature/ |
D | README.rst | 2 :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 …]
|
D | sample.yaml | 4 name: Grove Temperature Sensor 11 - grove 16 harness: grove
|
/Zephyr-latest/drivers/sensor/seeed/grove/ |
D | Kconfig | 1 # 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/ |
D | README.rst | 1 .. 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/
|
D | sample.yaml | 2 name: Grove LCD Sample 8 harness: grove 10 filter: dt_compat_enabled("seeed,grove-lcd-rgb")
|
/Zephyr-latest/samples/sensor/th02/ |
D | README.rst | 9 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…
|
D | sample.yaml | 8 filter: dt_compat_enabled("hoperf,th02") and dt_compat_enabled("seeed,grove-lcd-rgb")
|
/Zephyr-latest/samples/sensor/grove_light/ |
D | README.rst | 2 :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/
|
D | sample.yaml | 4 name: Grove Light Sensor 10 - grove 15 harness: grove
|
/Zephyr-latest/dts/bindings/misc/ |
D | seeed,grove-lcd-rgb.yaml | 4 description: Seeed Grove LCD RGB 6 compatible: "seeed,grove-lcd-rgb"
|
/Zephyr-latest/dts/bindings/sensor/ |
D | seeed,grove-light.yaml | 4 description: Grove Photo-Resistor Light Sensor 6 compatible: "seeed,grove-light"
|
D | seeed,grove-temperature.yaml | 4 description: Grove NTC Temperature Sensor 6 compatible: "seeed,grove-temperature"
|
/Zephyr-latest/drivers/misc/grove_lcd_rgb/ |
D | Kconfig | 5 bool "Seeed Grove LCD RGB Backlight" 9 Setting this value will enable driver support for the Grove-LCD RGB
|
/Zephyr-latest/dts/bindings/gpio/ |
D | grove-header.yaml | 5 GPIO pins exposing on Grove 4 pins headers. 15 compatible: "grove-header"
|
/Zephyr-latest/include/zephyr/drivers/misc/grove_lcd/ |
D | grove_lcd.h | 1 /* 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/ |
D | grove_connectors.dtsi | 8 compatible = "grove-header"; 16 compatible = "grove-header";
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | adc.dtsi | 110 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/ |
D | Kconfig.nucleo_f722ze | 1 # Copyright (c) 2023 Evan Perry Grove
|
D | Kconfig.defconfig | 3 # Copyright (c) 2023 Evan Perry Grove
|
/Zephyr-latest/soc/st/stm32/stm32f7x/ |
D | Kconfig.defconfig.stm32f722xx | 3 # Copyright (c) 2023 Evan Perry Grove
|
/Zephyr-latest/boards/shields/seeed_xiao_expansion_board/doc/ |
D | index.rst | 27 | 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/ |
D | CMakeLists.txt | 5 add_subdirectory_ifdef(CONFIG_GROVE_SENSORS grove)
|
D | Kconfig | 5 source "drivers/sensor/seeed/grove/Kconfig"
|
/Zephyr-latest/samples/sensor/grove_light/boards/ |
D | nrf52dk_nrf52832.overlay | 9 compatible = "seeed,grove-light";
|
/Zephyr-latest/samples/sensor/grove_temperature/boards/ |
D | nrf52dk_nrf52832.overlay | 9 compatible = "seeed,grove-temperature";
|
1234