Grove Analog Input: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoGroveAnalogInput.png == Summary == Grove Analog Input module. Provides one or more analog signals from an external analog source. == Description == The **Grove Analog Input** component reads analog signals from external sensors or devices connected via the Grove interface. It provides two output channels (primary and secondary) and can be synchronized using a clock input. This is useful for monitoring analog voltages, potentiometers, or other an..."
 
(No difference)

Latest revision as of 08:17, 8 September 2025

File:TArduinoGroveAnalogInput.png

Summary

Grove Analog Input module. Provides one or more analog signals from an external analog source.

Description

The **Grove Analog Input** component reads analog signals from external sensors or devices connected via the Grove interface. It provides two output channels (primary and secondary) and can be synchronized using a clock input. This is useful for monitoring analog voltages, potentiometers, or other analog sensors in a Grove-compatible system.

Diagram:

Properties

  • Enabled – Enables or disables the analog input component.

Pins

Input Pins

  • Clock – Sampling clock input.
  • Grove – Connector input for Grove system compatibility.

Output Pins

  • Primary (analog) – Main analog output signal.
  • Secondary (analog) – Secondary analog output signal, if supported.

Categories