Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Visuino. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:28, 16 August 2025 Visuino talk contribs created page File:TArduinoGT911.Preview.png
- 06:28, 16 August 2025 Visuino talk contribs uploaded File:TArduinoGT911.Preview.png
- 06:21, 16 August 2025 Visuino talk contribs created page 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 ==...")
- 06:19, 16 August 2025 Visuino talk contribs created page File:TArduinoTouchSwitch.Preview.png
- 06:19, 16 August 2025 Visuino talk contribs uploaded File:TArduinoTouchSwitch.Preview.png
- 06:17, 16 August 2025 Visuino talk contribs created page 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...")
- 06:16, 16 August 2025 Visuino talk contribs created page File:TArduinoTouchToggleSwitch.Preview.png
- 06:16, 16 August 2025 Visuino talk contribs uploaded File:TArduinoTouchToggleSwitch.Preview.png
- 06:13, 16 August 2025 Visuino talk contribs created page 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...")
- 06:12, 16 August 2025 Visuino talk contribs created page File:TArduinoTouchSnapshot.Preview.png
- 06:12, 16 August 2025 Visuino talk contribs uploaded File:TArduinoTouchSnapshot.Preview.png
- 06:10, 16 August 2025 Visuino talk contribs created page 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...")
- 06:10, 16 August 2025 Visuino talk contribs created page File:TArduinoTouchMultiSourceMerger.Preview.png
- 06:10, 16 August 2025 Visuino talk contribs uploaded File:TArduinoTouchMultiSourceMerger.Preview.png
- 06:07, 16 August 2025 Visuino talk contribs created page 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...")
- 06:06, 16 August 2025 Visuino talk contribs created page File:TArduinoTouchMultiSource.Preview.png
- 06:06, 16 August 2025 Visuino talk contribs uploaded File:TArduinoTouchMultiSource.Preview.png
- 04:43, 16 August 2025 Visuino talk contribs created page 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...")
- 04:42, 16 August 2025 Visuino talk contribs created page File:TArduinoTouchDemuxMultipleOutputChannelSwitch.Preview.png
- 04:42, 16 August 2025 Visuino talk contribs uploaded File:TArduinoTouchDemuxMultipleOutputChannelSwitch.Preview.png
- 04:37, 16 August 2025 Visuino talk contribs created page 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...")
- 04:36, 16 August 2025 Visuino talk contribs created page File:TArduinoTouchToggleDemux.Preview.png
- 04:36, 16 August 2025 Visuino talk contribs uploaded File:TArduinoTouchToggleDemux.Preview.png
- 04:31, 16 August 2025 Visuino talk contribs created page 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...")
- 04:30, 16 August 2025 Visuino talk contribs created page File:TouchMuxMultiChannelSwitch.png
- 04:30, 16 August 2025 Visuino talk contribs uploaded File:TouchMuxMultiChannelSwitch.png
- 04:25, 16 August 2025 Visuino talk contribs created page 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...")
- 04:25, 16 August 2025 Visuino talk contribs created page File:TArduinoTouchValue.Preview.png
- 04:25, 16 August 2025 Visuino talk contribs uploaded File:TArduinoTouchValue.Preview.png
- 04:17, 16 August 2025 Visuino talk contribs created page File:TArduinoBooleanNot.Preview.png
- 04:17, 16 August 2025 Visuino talk contribs uploaded File:TArduinoBooleanNot.Preview.png
- 04:15, 16 August 2025 Visuino talk contribs created page 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...")
- 04:15, 16 August 2025 Visuino talk contribs created page File:TArduinoXorBoolean.Preview.png
- 04:15, 16 August 2025 Visuino talk contribs uploaded File:TArduinoXorBoolean.Preview.png
- 04:12, 16 August 2025 Visuino talk contribs created page 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...")
- 04:12, 16 August 2025 Visuino talk contribs created page File:TArduinoBooleanOr.Preview.png
- 04:12, 16 August 2025 Visuino talk contribs uploaded File:TArduinoBooleanOr.Preview.png
- 04:11, 16 August 2025 Visuino talk contribs deleted page File:TArduinoBooleanOr.Preview.png (content was: "=={{int:filedesc}}== {{Information |description={{en|1=Description}} |date=2022-06-12 |source={{own}} |author=Visuino |permission= |other versions= }} =={{int:license-header}}== {{self|cc-by-sa-4.0}}", and the only contributor was "Visuino" (talk))
- 04:08, 16 August 2025 Visuino talk contribs created page 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...")
- 04:08, 16 August 2025 Visuino talk contribs created page File:TArduinoAndBoolean.Preview.png
- 04:08, 16 August 2025 Visuino talk contribs uploaded File:TArduinoAndBoolean.Preview.png
- 04:07, 16 August 2025 Visuino talk contribs deleted page File:TArduinoBooleanAnd.Preview.png (content was: "=={{int:filedesc}}== {{Information |description={{en|1=Description}} |date=2022-06-12 |source={{own}} |author=Visuino |permission= |other versions= }} =={{int:license-header}}== {{self|cc-by-sa-4.0}}", and the only contributor was "Visuino" (talk))
- 04:01, 16 August 2025 Visuino talk contribs uploaded a new version of File:TArduinoBooleanAnd.Preview.png
- 03:58, 16 August 2025 Visuino talk contribs created page 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...")
- 03:58, 16 August 2025 Visuino talk contribs created page File:TArduinoBooleanChangeOnly.Preview.png
- 03:58, 16 August 2025 Visuino talk contribs uploaded File:TArduinoBooleanChangeOnly.Preview.png
- 03:58, 16 August 2025 Visuino talk contribs deleted page File:TArduinoBooleanChangeOnly.Preview.pn.png (content was: "", and the only contributor was "Visuino" (talk))
- 03:57, 16 August 2025 Visuino talk contribs created page File:TArduinoBooleanChangeOnly.Preview.pn.png
- 03:57, 16 August 2025 Visuino talk contribs uploaded File:TArduinoBooleanChangeOnly.Preview.pn.png
- 03:53, 16 August 2025 Visuino talk contribs created page 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...")