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: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...")
- 03:51, 16 August 2025 Visuino talk contribs created page File:TArduinoRTCZS042.Preview.png
- 03:51, 16 August 2025 Visuino talk contribs uploaded File:TArduinoRTCZS042.Preview.png
- 03:41, 16 August 2025 Visuino talk contribs created page 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...")
- 03:41, 16 August 2025 Visuino talk contribs created page File:TArduinoRTCPFC8563.Preview.png
- 03:41, 16 August 2025 Visuino talk contribs uploaded File:TArduinoRTCPFC8563.Preview.png
- 03:31, 16 August 2025 Visuino talk contribs created page 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...")
- 03:30, 16 August 2025 Visuino talk contribs created page File:TArduinoRTCPFC8523.Preview.png
- 03:30, 16 August 2025 Visuino talk contribs uploaded File:TArduinoRTCPFC8523.Preview.png
- 03:11, 16 August 2025 Visuino talk contribs created page 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...")
- 03:09, 16 August 2025 Visuino talk contribs created page File:TArduinoDCF77.Preview.png
- 03:09, 16 August 2025 Visuino talk contribs uploaded File:TArduinoDCF77.Preview.png
- 01:16, 16 August 2025 Visuino talk contribs created page 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...")