User contributions for Visuino
Jump to navigation
Jump to search
8 September 2025
- 02:0302:03, 8 September 2025 diff hist +1,434 N Analog Array Toggle Switch Created page with "Image:TArduinoAnalogArrayToggleSwitch.png == Summary == Selects between two analog array inputs and passes the selected array to the output based on a digital select signal. == Description == The Analog Array Toggle Switch component routes one of the two analog array inputs (**True** or **False**) to the output depending on the state of the **Select** pin. The initial selected input can be set using the **Initial Select Value** property. This is useful for swit..." current
- 02:0302:03, 8 September 2025 diff hist 0 N File:TArduinoAnalogArrayToggleSwitch.Preview.png No edit summary current
- 01:5901:59, 8 September 2025 diff hist +1,436 N Analog Array Toggle Demux Created page with "Image:TArduinoAnalogArrayToggleDemux.png == Summary == Routes an analog array input to one of two outputs based on a boolean select signal. == Description == The Analog Array Toggle Demux component directs an incoming analog array to either the **True** or **False** output depending on the state of the select input. The initial selected output can be configured via the **Initial Select Value** property. This is useful for conditional routing of analog arrays, m..." current
- 01:5901:59, 8 September 2025 diff hist 0 N File:TArduinoAnalogArrayToggleDemux.Preview.png No edit summary current
- 01:5701:57, 8 September 2025 diff hist +1,247 N Analog Toggle Demux Created page with "Image:TArduinoAnalogToggleDemux.png == Summary == Routes an analog input to one of two outputs based on a boolean select signal. == Description == The Analog Toggle Demux component directs an incoming analog signal to either the **True** or **False** output depending on the state of the select input. The initial selected output can be set via the **Initial Select Value** property. This is useful for signal routing, conditional analog processing, or simple multi..." current
- 01:5701:57, 8 September 2025 diff hist 0 N File:TArduinoAnalogToggleDemux.Preview.png No edit summary current
- 01:5401:54, 8 September 2025 diff hist +1,494 N Compare Analog Range Created page with "Image:TArduinoCompareAnalogRange.png == Summary == Compares an analog input against a defined range and outputs a digital signal based on the comparison. == Description == The Compare Analog Range component checks whether the incoming analog signal falls within or outside a specified range. It can optionally include the limits themselves and invert the logic to output high when the value is outside the range. This is useful for threshold detection, alarm system..." current
- 01:5401:54, 8 September 2025 diff hist 0 N File:TArduinoCompareAnalogRange.Preview.png No edit summary current
- 01:5001:50, 8 September 2025 diff hist −84 Limit Analog between Min and Max No edit summary current
- 01:4701:47, 8 September 2025 diff hist +1,098 N Limit Analog between Min and Max Created page with "Image:TArduinoLimitAnalog.png == Summary == Clamps an analog signal between specified minimum and maximum values. == Description == The Limit Analog component restricts an incoming analog signal to stay within a defined range. Values below the minimum are set to the minimum, and values above the maximum are set to the maximum. This is useful for protecting downstream components or normalizing sensor outputs. <b>Diagram:</b> Image:TArduinoLimitAnalog.Previ..."
- 01:4701:47, 8 September 2025 diff hist 0 N File:TArduinoLimitAnalog.Preview.png No edit summary current
- 01:4201:42, 8 September 2025 diff hist +1,015 N Divide Analog Value Created page with "Image:TArduinoDivideAnalogValue.png == Summary == Divides a constant analog value by an incoming analog signal. == Description == The Divide Analog Value component calculates the ratio of a fixed value divided by the input analog signal. This can be useful for inverse scaling, normalization, or creating proportional control signals. <b>Diagram:</b> Image:TArduinoDivideAnalogValue.Preview.png == Properties == *'''Enabled''' – Enables or disables the div..." current
- 01:4201:42, 8 September 2025 diff hist 0 N File:TArduinoDivideAnalogValue.Preview.png No edit summary current
- 01:4001:40, 8 September 2025 diff hist +991 N Divide Analog By Value Created page with "Image:TArduinoDivideAnalogByValue.png == Summary == Divides an analog input signal by a specified value. == Description == The Divide Analog By Value component takes an incoming analog signal and divides it by a configurable constant value. This is useful for scaling sensor signals, normalizing inputs, or performing analog signal conditioning. <b>Diagram:</b> Image:TArduinoDivideAnalogByValue.Preview.png == Properties == *'''Enabled''' – Enables or dis..." current
- 01:3901:39, 8 September 2025 diff hist 0 N File:TArduinoDivideAnalogByValue.Preview.png No edit summary current
- 01:3701:37, 8 September 2025 diff hist +1,190 N Add Analog Created page with "Image:TArduinoAddAnalog.png == Summary == Sums multiple analog input signals into a single output. == Description == The Add Analog component takes several analog input signals and calculates their sum. The number of input pins can be configured via the **Input Pins** property, allowing flexible aggregation of signals for signal processing or sensor fusion applications. <b>Diagram:</b> Image:TArduinoAddAnalog.Preview.png == Properties == *'''Enabled'''..." current
- 01:3601:36, 8 September 2025 diff hist 0 N File:TArduinoAddAnalog.Preview.png No edit summary current
- 01:2101:21, 8 September 2025 diff hist +1,167 N Analog Change Only Created page with "Image:TArduinoAnalogChangeOnly.png == Summary == Filters an analog signal to pass through only significant changes above a defined threshold. == Description == The Analog Change Only component monitors an incoming analog signal and outputs it only when the change exceeds a specified threshold. It also provides the magnitude of the change as a separate output, helping reduce noise and unnecessary processing in sensor applications. <b>Diagram:</b> Image:TArdu..." current
- 01:2001:20, 8 September 2025 diff hist 0 N File:TArduinoAnalogChangeOnly.Preview.png No edit summary current
- 01:1701:17, 8 September 2025 diff hist +1,009 N Analog Array Change Only Created page with "Image:TArduinoAnalogArrayChangeOnly.png == Summary == Passes through only changed values from an analog array, filtering out repeated identical values. == Description == The Analog Array Change Only component monitors an incoming analog array and outputs only the elements that have changed. This reduces redundant data processing and is useful for efficient handling of sensor arrays or streaming analog data. <b>Diagram:</b> Image:TArduinoAnalogArrayChangeOnl..." current
- 01:1701:17, 8 September 2025 diff hist 0 N File:TArduinoAnalogArrayChangeOnly.Preview.png No edit summary current
- 01:1301:13, 8 September 2025 diff hist +987 N Common (Base-10) Logarithm Created page with "Image:TArduinoCommonLogarithm.png == Summary == Calculates the base-10 logarithm (log₁₀) of an analog input signal. == Description == The Common Logarithm component computes the base-10 logarithm of an incoming analog signal and outputs the result. It is useful for signal processing tasks involving decibel calculations, sensor linearization, or any application requiring base-10 scaling. <b>Diagram:</b> Image:TArduinoCommonLogarithm.Preview.png == Pro..." current
- 01:1201:12, 8 September 2025 diff hist 0 N File:TArduinoCommonLogarithm.Preview.png No edit summary current
- 01:1001:10, 8 September 2025 diff hist +958 N Binary (Base-2) Logarithm Created page with "Image:TArduinoBinaryLogarithm.png == Summary == Calculates the base-2 logarithm (log₂) of an analog input signal. == Description == The Binary Logarithm component computes the base-2 logarithm of an incoming analog signal and outputs the result. This is useful for signal processing tasks involving binary scaling, octave calculations, or digital system analysis. <b>Diagram:</b> Image:TArduinoBinaryLogarithm.Preview.png == Properties == *'''Enabled'''..." current
- 01:1001:10, 8 September 2025 diff hist 0 N File:TArduinoBinaryLogarithm.Preview.png No edit summary current
- 01:0901:09, 8 September 2025 diff hist +962 N Natural Logarithm Created page with "Image:TArduinoNaturalLogarithm.png == Summary == Calculates the natural logarithm (ln) of an analog input signal. == Description == The Natural Logarithm component computes the natural logarithm of an incoming analog signal and outputs the result. This is useful for mathematical signal processing, sensor linearization, or applications requiring logarithmic scaling. <b>Diagram:</b> Image:TArduinoNaturalLogarithm.Preview.png == Properties == *'''Enabled'''..." current
- 01:0801:08, 8 September 2025 diff hist 0 N File:TArduinoNaturalLogarithm.Preview.png No edit summary current
- 01:0601:06, 8 September 2025 diff hist +928 N Square Root Created page with "Image:TArduinoSquareRoot.png == Summary == Calculates the square root of an analog input signal. == Description == The Square Root component computes the square root of an incoming analog signal and outputs the result. This is useful for applications where non-linear sensor signals need to be linearized or for mathematical signal processing. <b>Diagram:</b> Image:TArduinoSquareRoot.Preview.png == Properties == *'''Enabled''' – Enables or disables the s..." current
- 01:0601:06, 8 September 2025 diff hist 0 N File:TArduinoSquareRoot.Preview.png No edit summary current
- 01:0301:03, 8 September 2025 diff hist +970 N Square Analog Created page with "Image:TArduinoSquareAnalog.png == Summary == Generates a square-wave output from an analog input signal. == Description == The Square Analog component converts an incoming analog signal into a square waveform. It outputs high or low values depending on the polarity of the input relative to a threshold. This is useful for signal shaping, digital triggering, or creating pulse patterns from analog sensors. <b>Diagram:</b> Image:TArduinoSquareAnalog.Preview.p..." current
- 01:0301:03, 8 September 2025 diff hist 0 N File:TArduinoSquareAnalog.Preview.png No edit summary current
- 01:0001:00, 8 September 2025 diff hist +1,650 N Kalman Angle Filter Created page with "Image:TArduinoKalmanAngleFilter.png == Summary == Kalman filter for angle measurements, combining raw angle input and angular rate to reduce noise and improve orientation estimation. == Description == The Kalman Angle Filter estimates the true angle by fusing raw angle measurements with angular velocity data. It uses configurable process and measurement noise parameters to balance responsiveness and stability. This makes it ideal for IMU-based orientation track..." current
- 01:0001:00, 8 September 2025 diff hist 0 N File:TArduinoKalmanAngleFilter.Preview.png No edit summary current
- 00:5700:57, 8 September 2025 diff hist +1,429 N Kalman Analog Filter Created page with "Image:TArduinoKalmanAnalogFilter.png == Summary == Kalman filter for analog signals, combining input value and rate of change to reduce noise and improve signal estimation. == Description == The Kalman Analog Filter uses a predictive model and measurement updates to estimate the true value of an analog signal. It considers both the value and its rate of change, adjusting for process and observation noise. This makes it ideal for sensor smoothing and signal cond..." current
- 00:5600:56, 8 September 2025 diff hist 0 N File:TArduinoKalmanAnalogFilter.Preview.png No edit summary current
- 00:5000:50, 8 September 2025 diff hist +1,393 N Calculate Absolute Humidity Created page with "Image:TArduinoCalculateAbsoluteHumidity.png == Summary == Calculates absolute humidity from temperature and relative humidity inputs. == Description == The Calculate Absolute Humidity component computes the absolute humidity based on the input temperature and relative humidity values. It supports temperature inputs in Celsius or Fahrenheit, allowing for flexible integration with various sensor types. This is useful for environmental monitoring, HVAC control, an..." current
- 00:5000:50, 8 September 2025 diff hist 0 N File:TArduinoCalculateAbsoluteHumidity.Preview.png No edit summary current
- 00:4700:47, 8 September 2025 diff hist +1,022 N Pascal To Mercury Level Pressure Created page with "Image:TArduinoPascalToMercuryLevel.png == Summary == Converts pressure values between Pascal and mercury column height. == Description == The Pascal To Mercury Level Pressure component converts an incoming analog pressure value from Pascals into the equivalent mercury column height. It can also operate in reverse mode, converting mercury level back to Pascals. <b>Diagram:</b> Image:TArduinoPascalToMercuryLevel.Preview.png == Properties == *'''Enabled'''..." current
- 00:4600:46, 8 September 2025 diff hist 0 N File:TArduinoPascalToMercuryLevel.Preview.png No edit summary current
- 00:4500:45, 8 September 2025 diff hist +1,197 N Pascal To Water Level Pressure Created page with "Image:TArduinoPascalToWaterLevel.png == Summary == Converts pressure values between Pascal and water level height. == Description == The Pascal To Water Level Pressure component converts an incoming analog pressure value from Pascals into the equivalent water column height. It can also operate in reverse mode, converting water level back to Pascals. Optionally, the conversion output can be expressed in inches instead of centimeters. <b>Diagram:</b> Image:..." current
- 00:4400:44, 8 September 2025 diff hist 0 N File:TArduinoPascalToWaterLevel.Preview.png No edit summary current
- 00:4200:42, 8 September 2025 diff hist +1,038 N Pascal To Bar Pressure Created page with "Image:TArduinoPascalToBar.png == Summary == Converts pressure values between Pascal and Bar. == Description == The Pascal To Bar Pressure component converts an incoming analog pressure value from Pascals to Bar units. It can also operate in reverse mode, converting Bar back to Pascals. This is useful in scientific, industrial, and engineering applications where pressure is typically expressed in Bar. <b>Diagram:</b> Image:TArduinoPascalToBar.Preview.png..." current
- 00:4200:42, 8 September 2025 diff hist 0 N File:TArduinoPascalToBar.Preview.png No edit summary current
- 00:4100:41, 8 September 2025 diff hist +1,068 N Pascal To Pound Per Square Inch(PSI) Created page with "Image:TArduinoPascalToPSI.png == Summary == Converts pressure values between Pascal and Pound per Square Inch (PSI). == Description == The Pascal To Pound Per Square Inch (PSI) component converts an incoming analog pressure value from Pascals to PSI units. It can also operate in reverse mode, converting PSI back to Pascals. This is especially useful for industrial, automotive, and pneumatic systems that measure or operate in PSI. <b>Diagram:</b> Image:TAr..." current
- 00:4100:41, 8 September 2025 diff hist 0 N File:TArduinoPascalToPSI.Preview.png No edit summary current
- 00:3900:39, 8 September 2025 diff hist +1,087 N Pascal To Atmosphere Created page with "Image:TArduinoPascalToAtmosphere.png == Summary == Converts pressure values between Pascal and Atmosphere units. == Description == The Pascal To Atmosphere component converts an incoming analog pressure value from Pascals to Atmospheres. It can also work in reverse mode, converting Atmosphere values back to Pascals. This is useful when working with barometric sensors or environmental systems that operate in atmospheric pressure units. <b>Diagram:</b> Imag..." current
- 00:3900:39, 8 September 2025 diff hist 0 N File:TArduinoPascalToAtmosphere.Preview.png No edit summary current
- 00:3700:37, 8 September 2025 diff hist +1,017 N Pascal To Torr Created page with "Image:TArduinoPascalToTorr.png == Summary == Converts pressure values between Pascal and Torr units. == Description == The Pascal To Torr component converts an incoming analog pressure value from Pascals to Torr. It can also work in reverse mode, converting Torr values back to Pascals. This is useful when interfacing with sensors or systems that require specific pressure units. <b>Diagram:</b> Image:TArduinoPascalToTorr.Preview.png == Properties == *''..." current
- 00:3700:37, 8 September 2025 diff hist 0 N File:TArduinoPascalToTorr.Preview.png No edit summary current
- 00:1400:14, 8 September 2025 diff hist +1,573 N Second Order Complementary Angle Filter Created page with "Image:TArduinoSecondOrderComplementaryAngleFilter.png == Summary == Second-order complementary filter for fusing angle input with its rate of change, providing enhanced accuracy and stability. == Description == The Second Order Complementary Angle Filter improves on the basic complementary angle filter by introducing a second-order correction with a configurable coefficient. This allows for better noise suppression and dynamic response, making it well-suited for..." current