User contributions for Visuino
Jump to navigation
Jump to search
14 September 2025
- 12:1612:16, 14 September 2025 diff hist +1,093 N Multiply Complex By Complex Value Created page with "Image:TArduinoMultiplyComplexByComplexValue.png == Summary == Multiplies an incoming complex signal by a fixed complex value. == Description == The **Multiply Complex By Complex Value** component takes a complex input signal and multiplies it by a specified constant complex number defined by its **Real** and **Imaginary** components. This is useful for scaling, rotating, or transforming complex signals in applications such as signal processing, phasor analysis, a..." current
- 12:1612:16, 14 September 2025 diff hist 0 N File:TArduinoMultiplyComplexByComplexValue.Preview.png No edit summary current
- 12:0912:09, 14 September 2025 diff hist +1,228 N CAN bus On/Off Switch Created page with "Image:TArduinoCANBusOnOffSwitch.png == Summary == Enables or disables the flow of a CAN bus input signal to the output. == Description == The **CAN bus On/Off Switch** component allows conditional control of a CAN bus signal. When **Enable** is active, the value from **In** is passed to **Out**. When **Enable** is inactive, the output is blocked. This is useful for gating, selectively routing, or pausing CAN bus signal propagation. <b>Diagram:</b> Ima..." current
- 12:0912:09, 14 September 2025 diff hist 0 N File:TArduinoCANBusOnOffSwitch.Preview.png No edit summary current
- 11:4211:42, 14 September 2025 diff hist +1,149 N CAN bus Mux(Multi channel Switch) Created page with "Image:TArduinoCANBusMux.png == Summary == Selects one of multiple CAN bus input signals based on an integer channel index. == Description == The **CAN bus Mux (Multi Channel Switch)** component allows routing of multiple CAN bus input signals into a single output. The active channel is determined by the value received at the **Select** pin. This is useful for multiplexing multiple CAN bus sources into one processing or output path. <b>Diagram:</b> Image..." current
- 11:4211:42, 14 September 2025 diff hist 0 N File:TArduinoCANBusMux.Preview.png No edit summary current
- 11:3111:31, 14 September 2025 diff hist +1,301 N RGBW Alpha Color Multi Source Created page with "Image:TArduinoRGBWAlphaColorMultiSource.png == Summary == Distributes a single RGBW Alpha Color input to multiple output channels simultaneously. == Description == The **RGBW Alpha Color Multi Source** component copies an incoming RGBW Alpha Color signal to multiple output pins at the same time. The number of output pins is configurable via the **Output Pins** property. This is useful for sending the same color and alpha information to multiple LEDs or processi..." current
- 11:3111:31, 14 September 2025 diff hist 0 N File:TArduinoRGBWAlphaColorMultiSource.Preview.png No edit summary current
- 11:2911:29, 14 September 2025 diff hist +1,235 N CAN bus Multi Source Created page with "Image:TArduinoCANbusMultiSource.png == Summary == Distributes a single CAN bus input message to multiple output channels simultaneously. == Description == The **CAN bus Multi Source** component copies an incoming CAN bus message to multiple output pins at the same time. The number of output pins is configurable via the **Output Pins** property. This allows the same CAN message to be sent to multiple processing blocks or devices without duplicating the bus conne..." current
- 11:2911:29, 14 September 2025 diff hist 0 N File:TArduinoCANbusMultiSource.Preview.png No edit summary current
- 11:2411:24, 14 September 2025 diff hist +948 N CAN bus Snapshot Created page with "Image:TArduinoCANbusSnapshot.png == Summary == Captures a snapshot of an incoming CAN bus message when triggered. == Description == The **CAN bus Snapshot** component stores the current state of a CAN bus input when the **Snapshot** pin is triggered. The stored snapshot can then be retrieved from the **Out** pin for further use or analysis. <b>Diagram:</b> Image:TArduinoCANbusSnapshot.Preview.png == Categories == *Image:TArduinoSignalCate..." current
- 11:2411:24, 14 September 2025 diff hist 0 N File:TArduinoCANbusSnapshot.Preview.png No edit summary current
- 11:1211:12, 14 September 2025 diff hist +1,261 N CAN bus Toggle Switch Created page with "Image:TArduinoCANToggleSwitch.png == Summary == Selects between two CAN bus inputs based on a boolean control signal. == Description == The **CAN bus Toggle Switch** component acts as a binary selector for CAN bus signals. When the **Select** pin is `True`, the input connected to the **True** pin is routed to the output. When the **Select** pin is `False`, the input connected to the **False** pin is routed instead. The **Initial Select Value** propert..." current
- 11:1111:11, 14 September 2025 diff hist 0 N File:TArduinoCANToggleSwitch.Preview.png No edit summary current
- 11:0811:08, 14 September 2025 diff hist +1,340 N RGBW Alpha Color Toggle Switch Created page with "Image:TArduinoRGBWAlphaColorToggleSwitch.png == Summary == Selects between two RGBW Alpha Color inputs based on a boolean control signal. == Description == The **RGBW Alpha Color Toggle Switch** component acts as a binary selector for RGBW Alpha Color signals. When the **Select** pin is `True`, the input connected to the **True** pin is routed to the output. When the **Select** pin is `False`, the input connected to the **False** pin is routed instead...." current
- 11:0011:00, 14 September 2025 diff hist 0 N File:TArduinoRGBWAlphaColorToggleSwitch.Preview.png No edit summary current
- 10:5710:57, 14 September 2025 diff hist +1,146 N Clock Toggle Demux Created page with "Image:TArduinoClockToggleDemux.png == Summary == Routes a single clock input to one of two outputs based on a boolean control signal. == Description == The **Clock Toggle Demux** component takes a clock input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property determines which output is active at startup, providing conditional routing for clock signals. <b>Diagram..." current
- 10:5610:56, 14 September 2025 diff hist 0 N File:TArduinoClockToggleDemux.Preview.png No edit summary current
- 10:5510:55, 14 September 2025 diff hist +1,173 N CAN bus Toggle Demux Created page with "Image:TArduinoCANToggleDemux.png == Summary == Routes a single CAN bus input to one of two outputs based on a boolean control signal. == Description == The **CAN bus Toggle Demux** component takes a single CAN bus input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property determines which output is active at startup, providing conditional routing for CAN bus messages...." current
- 10:5410:54, 14 September 2025 diff hist 0 N File:TArduinoCANToggleDemux.Preview.png No edit summary current
- 10:5110:51, 14 September 2025 diff hist +1,374 N CAN bus Demux(Multiple Output channel Switch) Created page with "Image:TArduinoCANDemux.png == Summary == The **CAN bus Demux (Multiple Output Channel Switch)** routes a single CAN bus input to one of multiple output channels. The selected output channel is determined by the **Initial Channel** property or dynamically via the **select** input. == Description == This component allows dynamic distribution of a CAN bus message stream to multiple outputs. The number of output channels is configurable with the **Output Pins** pro..." current
- 10:5010:50, 14 September 2025 diff hist 0 N File:TArduinoCANDemux.Preview.png No edit summary current
- 10:4810:48, 14 September 2025 diff hist +1,459 N RGBW Alpha Color Demux(Multiple Output channel Switch) Created page with "Image:TArduinoRGBWAlphaColorDemux.png == Summary == The **RGBW Alpha Color Demux (Multiple Output Channel Switch)** routes a single RGBW Alpha Color input to one of multiple output channels. The selected output channel is determined by the **Initial Channel** property or dynamically via the **select** input. == Description == This component allows dynamic distribution of a single RGBW Alpha Color signal to multiple outputs. The number of output channels is conf..." current
- 10:4810:48, 14 September 2025 diff hist 0 N File:TArduinoRGBWAlphaColorDemux.Preview.png No edit summary current
- 10:4610:46, 14 September 2025 diff hist +1,387 N Clock Demux(Multiple Output channel Switch) Created page with "Image:TArduinoClockDemux.png == Summary == The **Clock Demux (Multiple Output Channel Switch)** component routes a single clock input to one of multiple output channels. The selected output channel is determined by the **Initial Channel** property or dynamically via the **select** input. == Description == This component allows dynamic distribution of a clock signal to multiple outputs. The number of output channels is configurable with the **Output Pins** prope..." current
- 10:4610:46, 14 September 2025 diff hist 0 N File:TArduinoClockDemux.Preview.png No edit summary current
- 10:3010:30, 14 September 2025 diff hist +1,925 N Bluetooth Remote Service Created page with "Image:TArduinoBluetoothRemoteService.png == Summary == The **Bluetooth Remote Service** component defines a customizable Bluetooth Low Energy (BLE) service with user-defined characteristics. Each characteristic can be of different types such as Analog, Binary, Text, Integer, Unsigned, or Digital. This allows flexible remote data exchange between devices over BLE. == Description == This component lets you build a remote BLE service by adding one or more **charac..." current
- 10:3010:30, 14 September 2025 diff hist 0 N File:TArduinoBluetoothRemoteService.Preview.png No edit summary current
- 10:2110:21, 14 September 2025 diff hist +1,348 N Battery Bluetooth Service Created page with "Image:TArduinoBatteryBluetoothService.png == Summary == The **Battery Bluetooth Service** component provides a standard Bluetooth Low Energy (BLE) service for reporting device battery level. It can be used to share the remaining charge percentage with connected devices such as smartphones, tablets, or other BLE clients. == Description == This component implements the **Bluetooth Battery Service**, which is part of the standard BLE GATT profile. It allows monito..." current
- 10:2110:21, 14 September 2025 diff hist 0 N File:TArduinoBatteryBluetoothService.Preview.png No edit summary current
- 10:1710:17, 14 September 2025 diff hist 0 Bluetooth iBeacon No edit summary current
- 10:1710:17, 14 September 2025 diff hist +1,324 N Bluetooth iBeacon Created page with "Image:TArduinoBluetoothIBeacon.png == Summary == The **Bluetooth iBeacon** component is used to broadcast beacon signals for proximity detection and indoor location services. It provides a customizable UUID, manufacturer information, major value, and calibrated signal power output. == Description == An iBeacon is a Bluetooth Low Energy (BLE) device that repeatedly transmits a small amount of data. This component allows you to configure the **Proximity UUID**, *..."
- 10:1610:16, 14 September 2025 diff hist 0 N File:TArduinoBluetoothIBeacon.Preview.png No edit summary current
- 10:1110:11, 14 September 2025 diff hist +1,495 N On/Off Delay Created page with "Image:TArduinoOnOffDelay.png == Summary == The **On/Off Delay** component introduces configurable delays for activating and deactivating a digital output signal. It is useful for debouncing, timing control, and ensuring stable state transitions. == Description == This component delays the transition of a digital signal at its output. When the input turns **on**, the output is activated only after the specified **On Interval** has elapsed. When the input turns..." current
- 10:0410:04, 14 September 2025 diff hist +1,481 N Detect Edge(Digital to Clock) Created page with "Image:TArduinoDetectEdgeDigitalToClock.png == Summary == The **Detect Edge (Digital to Clock)** component converts changes in a digital input signal into clock pulses. It can be configured to trigger on rising edges, falling edges, or any change. == Description == This component monitors a digital signal and generates a clock output when specific edge conditions are met. It supports detection of rising edges (low to high), falling edges (high to low), or any ch..." current
- 10:0310:03, 14 September 2025 diff hist 0 N File:TArduinoDetectEdgeDigitalToClock.Preview.png No edit summary current
- 09:5909:59, 14 September 2025 diff hist +1,054 N Repeat Clock Created page with "Image:TArduinoRepeatClock.png == Summary == The **Repeat Clock** component generates repeated clock signals with a configurable interval and optional microsecond precision. == Description == This component outputs clock pulses repeatedly based on the specified interval. It can operate in microseconds or standard timing, making it suitable for precise timing applications or regular digital triggering. <b>Diagram:</b> Image:TArduinoRepeatClock.Preview.png..." current
- 09:5509:55, 14 September 2025 diff hist +952 N Repeat 64 bit Integer Created page with "Image:TArduinoRepeat64bitInteger.png == Summary == The **Repeat 64 bit Integer** component repeats a 64-bit integer input a specified number of times. == Description == This component takes a 64-bit integer input and outputs it multiple times according to the configured count. It is useful for duplicating or broadcasting large integer values to multiple consumers or further processing. <b>Diagram:</b> Image:TArduinoRepeat64bitInteger.Preview.png == Prope..." current
- 09:5509:55, 14 September 2025 diff hist 0 N File:TArduinoRepeat64bitInteger.Preview.png No edit summary current
- 09:5309:53, 14 September 2025 diff hist +878 N Repeat Image Created page with "Image:TArduinoRepeatImage.png == Summary == The **Repeat Image** component repeats an image input a specified number of times. == Description == This component takes an image input and outputs it multiple times according to the configured count. It is useful when duplicating or broadcasting an image to multiple consumers for further processing, storage, or visualization. <b>Diagram:</b> Image:TArduinoRepeatImage.Preview.png == Properties == *'''Enabled''..." current
- 09:5309:53, 14 September 2025 diff hist 0 N File:TArduinoRepeatImage.Preview.png No edit summary current
- 09:5009:50, 14 September 2025 diff hist +975 N Repeat Quaternion Created page with "Image:TArduinoRepeatQuaternion.png == Summary == The **Repeat Quaternion** component repeats a quaternion input a specified number of times. == Description == This component takes a quaternion input value and outputs it multiple times according to the configured count. It is useful for re-broadcasting orientation quaternions to multiple consumers or repeating them for synchronization and processing tasks. <b>Diagram:</b> Image:TArduinoRepeatQuaternion.Previ..." current
- 09:5009:50, 14 September 2025 diff hist 0 N File:TArduinoRepeatQuaternion.Preview.png No edit summary current
- 05:4605:46, 14 September 2025 diff hist +998 N Repeat 3D Orientation Created page with "Image:TArduinoRepeat3DOrientation.png == Summary == The **Repeat 3D Orientation** component repeats a 3D orientation input a specified number of times. == Description == This component takes a 3D orientation input value and outputs it multiple times according to the configured count. It is useful for re-broadcasting orientation data to multiple consumers or repeating it for synchronization and processing. <b>Diagram:</b> Image:TArduinoRepeat3DOrientation.Pr..." current
- 05:4605:46, 14 September 2025 diff hist 0 N File:TArduinoRepeat3DOrientation.Preview.png No edit summary current
- 05:3905:39, 14 September 2025 diff hist +998 N Repeat 2D Orientation Created page with "Image:TArduinoRepeat2DOrientation.png == Summary == The **Repeat 2D Orientation** component repeats a 2D orientation input a specified number of times. == Description == This component takes a 2D orientation input value and outputs it multiple times according to the configured count. It is useful for re-broadcasting orientation data to multiple consumers or repeating it for synchronization and processing. <b>Diagram:</b> Image:TArduinoRepeat2DOrientation.Pr..." current
- 05:3805:38, 14 September 2025 diff hist 0 N File:TArduinoRepeat2DOrientation.Preview.png No edit summary current
- 05:3605:36, 14 September 2025 diff hist +916 N Repeat Integer Created page with "Image:TArduinoRepeatInteger.png == Summary == The **Repeat Integer** component repeats an integer input a specified number of times. == Description == This component takes an integer input value and outputs it multiple times according to the configured count. It is useful for broadcasting integer values to multiple consumers or repeating them for synchronization and processing. <b>Diagram:</b> Image:TArduinoRepeatInteger.Preview.png == Properties == *'''..." current
- 05:3505:35, 14 September 2025 diff hist +923 N Repeat Digital Created page with "Image:TArduinoRepeatDigital.png == Summary == The **Repeat Digital** component repeats a digital input a specified number of times. == Description == This component takes a digital input signal and outputs it multiple times according to the configured count. It is useful for broadcasting a digital state change, triggering multiple subsystems, or repeating pulses for synchronization. <b>Diagram:</b> Image:TArduinoRepeatDigital.Preview.png == Properties ==..." current
- 05:3405:34, 14 September 2025 diff hist +884 N Repeat Date/Time Created page with "Image:TArduinoRepeatDateTime.png == Summary == The **Repeat Date/Time** component repeats a Date/Time input a specified number of times. == Description == This component takes a Date/Time input and outputs it multiple times based on the configured count. It is useful for synchronizing time data across multiple subsystems, logging, or broadcasting repeated time signals. <b>Diagram:</b> Image:TArduinoRepeatDateTime.Preview.png == Properties == *'''Enabled'..." current