User contributions for Visuino
Jump to navigation
Jump to search
16 August 2025
- 07:0407:04, 16 August 2025 diff hist +1,175 N Quaternion Toggle Switch Created page with "Image:TArduinoQuaternionToggleSwitch.png == Summary == {{:Summaries:Summary Quaternion Toggle Switch}} == Description == The Quaternion Toggle Switch component selects between two Quaternion inputs (True and False) based on the Select pin state. It is useful when you need to dynamically switch between two orientation/rotation values in 3D applications, robotics, or graphics. <b>Diagram:</b> Image:TArduinoQuaternionToggleSwitch.Preview.png == Categories == *[..." current
- 07:0307:03, 16 August 2025 diff hist 0 N File:TArduinoQuaternionToggleSwitch.Preview.png No edit summary current
- 07:0007:00, 16 August 2025 diff hist +1,514 N Quaternion Value Created page with "Image:TArduinoQuaternionValue.png == Summary == Generates a configurable Quaternion value for use in 3D orientation, rotation, or spatial calculations. == Description == The Quaternion Value component outputs a quaternion defined by its real and imaginary (X, Y, Z) parts. Values can be provided through Elements, allowing flexible update modes: Set Value elements update the quaternion when a Clock input is triggered. Set Value State elements update the quaternion..." current
- 06:5706:57, 16 August 2025 diff hist 0 N File:TArduinoQuaternionValue.Preview.png No edit summary current
- 06:3706:37, 16 August 2025 diff hist +1,242 N Touch Data For ID Created page with "Image:TArduinoTouchDataForID.png == Summary == Extracts touch data for a specific touch ID from a multi-touch input. == Description == The Touch Data For ID component filters a multi-touch input and outputs the data related only to the configured ID. This allows applications to reliably track a single finger or touch point across frames, even when multiple touches are present. Typical use cases include gesture recognition, tracking a primary finger for dragging, o..." current
- 06:3706:37, 16 August 2025 diff hist 0 N File:TArduinoTouchDataForID.Preview.png No edit summary current
- 06:3406:34, 16 August 2025 diff hist +1,426 N Parse/Split Touch Created page with "Image:TArduinoParseTouch.png == Summary == Splits a touch input into its individual components, such as coordinates, press state, and metadata. == Description == The Parse/Split Touch component takes a touch input and extracts its details into separate outputs for easier processing. This includes the X/Y position, whether the touch is pressed, its size, index, and unique identifier (ID). It is useful for handling raw multi-touch input from touch controllers (e.g.,..." current
- 06:3306:33, 16 August 2025 diff hist 0 N File:TArduinoParseTouch.Preview.png No edit summary current
- 06:2906:29, 16 August 2025 diff hist +1,633 N Goodix Display Touch GT911 Created page with "Image:TArduinoGT911.png == Summary == Provides an interface to the Goodix GT911 capacitive touch controller, commonly used in displays with multi-touch support. == Description == The GT911 Touch Controller component communicates with the Goodix GT911 chip over I²C, enabling detection of multiple simultaneous touch points on a touchscreen display. It supports configurable orientation, mirroring, and screen dimensions, allowing flexible adaptation to different disp..." current
- 06:2806:28, 16 August 2025 diff hist 0 N File:TArduinoGT911.Preview.png No edit summary current
- 06:2106:21, 16 August 2025 diff hist +1,146 N Touch On/Off Switch Created page with "Image:TArduinoTouchSwitch.png == Summary == {{:Summaries:Summary Touch On/Off Switch}} == Description == The Touch On/Off Switch component allows you to Enable or Disable the signal from the Touch input to be sent to the output. When disabled, no signal is forwarded. When enabled, the input touch signal is mirrored to the output, with optional control behavior via additional properties. <b>Diagram:</b> Image:TArduinoTouchSwitch.Preview.png == Categories ==..." current
- 06:1906:19, 16 August 2025 diff hist 0 N File:TArduinoTouchSwitch.Preview.png No edit summary current
- 06:1706:17, 16 August 2025 diff hist +959 N Touch Toggle Switch Created page with "Image:TArduinoTouchToggleSwitch.png == Summary == {{:Summaries:Summary Touch Toggle Switch}} == Description == Use this component to select between two Touch inputs. The active input is chosen based on the value of the Select pin. If Select is True, the True input is routed to the output. If Select is False, the False input is routed to the output. <b>Diagram:</b> Image:TArduinoTouchToggleSwitch.Preview.png == Categories == *Image:TArduinoTouchCategory.p..." current
- 06:1606:16, 16 August 2025 diff hist 0 N File:TArduinoTouchToggleSwitch.Preview.png No edit summary current
- 06:1306:13, 16 August 2025 diff hist +1,020 N Touch Snapshot Created page with "Image:TArduinoTouchSnapshot.png == Summary == Captures and holds a touch value on a snapshot trigger. == Description == The Touch Snapshot component stores the touch state present at its In pin when the Snapshot pin is triggered. The stored value is continuously held and output until another snapshot event occurs. This is useful for freezing the touch state at a specific moment for later use or processing. <b>Diagram:</b> Image:TArduinoTouchSnapshot.Preview.p..." current
- 06:1206:12, 16 August 2025 diff hist 0 N File:TArduinoTouchSnapshot.Preview.png No edit summary current
- 06:1006:10, 16 August 2025 diff hist +953 N Touch Multi-Source Merger Created page with "Image:TArduinoTouchMultiSourceMerger.png == Summary == Merges multiple touch inputs into a single output. == Description == The Touch Multi-Source Merger component combines multiple independent touch signals into one unified output. The number of input pins is defined by the Input Pins property. If any of the inputs is active, the merged Out will also be active. This component is useful when multiple touch sensors or sources need to trigger the same action or de..." current
- 06:1006:10, 16 August 2025 diff hist 0 N File:TArduinoTouchMultiSourceMerger.Preview.png No edit summary current
- 06:0706:07, 16 August 2025 diff hist +878 N Touch Multi Source Created page with "Image:TArduinoTouchMultiSource.png == Summary == Duplicates a single touch input to multiple output channels. == Description == The Touch Multi Source component takes one In touch signal and distributes it across multiple Out pins. The number of outputs is defined by the Output Pins property. This is useful when the same touch signal needs to be sent to several destinations or parallel processing components. <b>Diagram:</b> Image:TArduinoTouchMultiSource.Prev..." current
- 06:0606:06, 16 August 2025 diff hist 0 N File:TArduinoTouchMultiSource.Preview.png No edit summary current
- 04:4304:43, 16 August 2025 diff hist +1,262 N Touch Demux(Multiple Output channel Switch) Created page with "Image:TArduinoTouchDemuxMultipleOutputChannelSwitch.png == Summary == Routes a touch input to one of multiple output channels based on an integer select signal. == Description == The Touch Demux (Multiple Output Channel Switch) component directs a single In touch signal to one of several Out pins depending on the Select value. The Initial Channel property defines which output is active when the component starts. The Output Pins property sets the number of output..." current
- 04:4204:42, 16 August 2025 diff hist 0 N File:TArduinoTouchDemuxMultipleOutputChannelSwitch.Preview.png No edit summary current
- 04:3704:37, 16 August 2025 diff hist +1,199 N Touch Toggle Demux Created page with "Image:TArduinoTouchToggleDemux.png == Summary == Routes a single touch input to one of two outputs (True or False) based on the state of a boolean select signal. == Description == The Touch Toggle Demux component works like a two-way switch for touch signals. The incoming In touch value is directed to either the True or False output, depending on the Select pin state. The Initial Select Value property sets which output is active at startup. This makes it useful..." current
- 04:3604:36, 16 August 2025 diff hist 0 N File:TArduinoTouchToggleDemux.Preview.png No edit summary current
- 04:3104:31, 16 August 2025 diff hist +1,285 N Touch Mux(Multi channel Switch) Created page with "Image:TArduinoTouchMuxMultiChannelSwitch.png == Summary == Routes one of multiple touch inputs to a single output, based on a channel selection. == Description == The Touch Mux (Multi Channel Switch) component selects one of several touch input channels and forwards it to the Out pin. The Select input chooses which input channel is active. The Initial Channel property defines which input is active at startup. The Input Pins property sets how many touch inputs ar..." current
- 04:3004:30, 16 August 2025 diff hist 0 N File:TouchMuxMultiChannelSwitch.png No edit summary current
- 04:2504:25, 16 August 2025 diff hist +1,151 N Touch Value Created page with "Image:TArduinoTouchValue.png == Summary == Generates a touch output based on configured values and states. == Description == The Touch Value component allows you to define and manage touch states programmatically. Through the Elements property, you can configure individual touch states and their associated values. The Value Elements property provides a way to assign and update specific value mappings used in touch interaction. This component is useful for simula..." current
- 04:2504:25, 16 August 2025 diff hist 0 N File:TArduinoTouchValue.Preview.png No edit summary current
- 04:1804:18, 16 August 2025 diff hist −18 Digital (Boolean) Inverter (Not) No edit summary current
- 04:1704:17, 16 August 2025 diff hist 0 N File:TArduinoBooleanNot.Preview.png No edit summary current
- 04:1504:15, 16 August 2025 diff hist +980 N Digital (Boolean) Xor Created page with "Image:TArduinoBooleanXor.png == Summary == Outputs True if an odd number of Boolean inputs are True. == Description == The Digital (Boolean) Xor component performs a logical exclusive OR (XOR) operation across multiple Boolean inputs. The output is True when an odd number of inputs are True. The output is False when all inputs are False or when an even number of inputs are True. This makes it useful for conditions where you want a toggle-like behavior or detect..." current
- 04:1504:15, 16 August 2025 diff hist 0 N File:TArduinoXorBoolean.Preview.png No edit summary current
- 04:1204:12, 16 August 2025 diff hist +878 N Boolean (Digital) Or Created page with "Image:TArduinoBooleanOr.png == Summary == Outputs True if any Boolean input is True. == Description == The Boolean (Digital) Or component performs a logical OR operation across multiple Boolean inputs. If one or more inputs are True, the output is True. If all inputs are False, the output is False. This component is useful when you want to trigger an action if at least one condition is satisfied. <b>Diagram:</b> Image:TArduinoBooleanOr.Preview.png == Cate..." current
- 04:1204:12, 16 August 2025 diff hist 0 N File:TArduinoBooleanOr.Preview.png No edit summary current
- 04:0804:08, 16 August 2025 diff hist +917 N Digital (Boolean) And Created page with "Image:TArduinoBooleanAnd.png == Summary == Outputs True only when all Boolean inputs are True. == Description == The Digital (Boolean) And component performs a logical AND operation across multiple Boolean inputs. If all inputs are True, the output is True. If one or more inputs are False, the output is False. This component is useful for combining multiple conditions where all must be satisfied before triggering an action. <b>Diagram:</b> Image:TArduinoAndB..." current
- 04:0804:08, 16 August 2025 diff hist 0 N File:TArduinoAndBoolean.Preview.png No edit summary current
- 03:5803:58, 16 August 2025 diff hist +944 N Digital (Boolean) Change Only Created page with "Image:TArduinoBooleanChangeOnly.png == Summary == Passes the Boolean signal to the output only when its value changes. == Description == The Digital (Boolean) Change Only component filters a Boolean input and outputs it only when the value transitions (from True → False or False → True). If the input remains constant, no output is generated. This is useful for reducing redundant signal updates, triggering logic only on state changes, and preventing unnecessary..." current
- 03:5803:58, 16 August 2025 diff hist 0 N File:TArduinoBooleanChangeOnly.Preview.png No edit summary current
- 03:5303:53, 16 August 2025 diff hist +3,619 N ZS-042 Real Time Alarm Clock(RTC) DS3231 and EEPROM Created page with "Image:TArduinoRTCZS042.png == Summary == Provides real-time clock functionality with dual alarms, temperature-compensated accuracy, onboard EEPROM, and temperature output using the DS3231 RTC chip (ZS-042 module). == Description == The ZS-042 Real Time Alarm Clock (RTC) DS3231 and EEPROM component interfaces with the DS3231 RTC chip over I²C, providing highly accurate, temperature-compensated timekeeping. It supports two independent alarms with flexible match mode..." current
- 03:5103:51, 16 August 2025 diff hist 0 N File:TArduinoRTCZS042.Preview.png No edit summary current
- 03:4103:41, 16 August 2025 diff hist +2,559 N Real Time Alarm Clock(RTC) PCF8563/BM8563 Created page with "Image:TArduinoRTCPFC8563.png == Summary == Provides real-time clock functionality with alarms and timer support using the PCF8563 or BM8563 RTC chip over I²C. == Description == The Real Time Alarm Clock (RTC) PCF8563/BM8563 component interfaces with the NXP PCF8563 (and compatible BM8563) real-time clock via the I²C bus. It offers precise timekeeping, alarm scheduling, programmable clock output, and a countdown timer with interrupt support. This component is use..." current
- 03:4103:41, 16 August 2025 diff hist 0 N File:TArduinoRTCPFC8563.Preview.png No edit summary current
- 03:3103:31, 16 August 2025 diff hist +3,798 N Real Time Alarm Clock(RTC) PCF8523 Created page with "Image:TArduinoRTCPFC8523.png == Summary == Provides real-time clock functionality with alarms, timers, and power management using the PCF8523 RTC chip over I²C. == Description == The Real Time Alarm Clock (RTC) PCF8523 component interfaces with the NXP PCF8523 real-time clock via the I²C bus. It supports accurate timekeeping, programmable alarms, timers, power management, and watchdog functionality. This component is useful for: Projects requiring time-based ev..." current
- 03:3003:30, 16 August 2025 diff hist 0 N File:TArduinoRTCPFC8523.Preview.png No edit summary current
- 03:1103:11, 16 August 2025 diff hist +1,733 N Radio Time DCF77 Created page with "Image:TArduinoDCF77.png == Summary == Receives and decodes longwave time signals from the DCF77 radio station to provide accurate date and time. == Description == The DCF77 component synchronizes system time using the German DCF77 longwave time signal (broadcast at 77.5 kHz from Mainflingen, near Frankfurt). DCF77 carries highly accurate time information derived from atomic clocks, including date, time, and daylight saving adjustments. This component is especially..." current
- 03:0903:09, 16 August 2025 diff hist 0 N File:TArduinoDCF77.Preview.png No edit summary current
- 01:1601:16, 16 August 2025 diff hist +1,603 N Network Time Protocol Created page with "Image:TArduinoNetworkTimeProtocol.png == Summary == Retrieves the current date and time from the Internet using the Network Time Protocol (NTP). == Description == The Network Time Protocol component synchronizes the system’s date/time with global NTP servers over the internet. It requests precise time data via NTP and outputs it as a Date/Time value. You can configure a Base Date, apply a Daylight Offset, and adjust for a Time Zone Offset. Optionally, the compon..." current
- 01:1401:14, 16 August 2025 diff hist 0 N File:TArduinoNetworkTimeProtocol.Preview.png No edit summary current
- 01:1101:11, 16 August 2025 diff hist +1,652 N Internet Time Protocol Created page with "Image:TArduinoInternetTimeProtocol.png == Summary == Retrieves the current date and time from the Internet using the Internet Time Protocol (NTP). == Description == The Internet Time Protocol component synchronizes the system’s date/time with global time servers over the internet. It communicates using NTP (Network Time Protocol) to fetch precise time values and outputs them as a Date/Time value. You can configure a Base Date, apply a Daylight Offset, and adjust..." current
- 01:0901:09, 16 August 2025 diff hist 0 N File:TArduinoInternetTimeProtocol.Preview.png No edit summary current