User contributions for Visuino
Jump to navigation
Jump to search
8 September 2025
- 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
- 00:1400:14, 8 September 2025 diff hist 0 N File:TArduinoSecondOrderComplementaryAngleFilter.Preview.png No edit summary current
- 00:1200:12, 8 September 2025 diff hist +1,213 N Second Order Complementary Analog Filter Created page with "Image:TArduinoSecondOrderComplementaryAnalogFilter.png == Summary == Second-order complementary filter for blending analog input with its rate of change, providing improved smoothing and responsiveness. == Description == The Second Order Complementary Analog Filter extends the standard complementary filter by applying a second-order correction. This provides better noise rejection and dynamic response, making it suitable for precise sensor fusion tasks such as IM..." current
- 00:1200:12, 8 September 2025 diff hist 0 N File:TArduinoSecondOrderComplementaryAnalogFilter.Preview.png No edit summary current
- 00:1000:10, 8 September 2025 diff hist +1,490 N Complementary Angle Filter Created page with "Image:TArduinoComplementaryAngleFilter.png == Summary == Angle filter that fuses raw angle input with its rate of change using complementary filtering. == Description == The Complementary Angle Filter is designed for sensor fusion of angular measurements, such as combining accelerometer- and gyroscope-based data. It applies a configurable time constant and supports multiple unit outputs (degrees, radians, normalized), allowing flexible integration into motion con..." current
- 00:1000:10, 8 September 2025 diff hist 0 N File:TArduinoComplementaryAngleFilter.Preview.png No edit summary current
- 00:0600:06, 8 September 2025 diff hist +1,316 N Complementary Analog Filter Created page with "Image:TArduinoComplementaryAnalogFilter.png == Summary == Analog signal filter that combines raw input with its rate of change using a complementary filtering method. == Description == The Complementary Analog Filter is used for fusing or smoothing analog signals by blending the direct input with its rate of change. It applies a configurable time constant to balance between the fast response of the derivative component and the stability of the raw input. This i..." current
- 00:0600:06, 8 September 2025 diff hist 0 N File:TArduinoComplementaryAnalogFilter.Preview.png No edit summary current
7 September 2025
- 09:5309:53, 7 September 2025 diff hist +1,197 N Analog Array Replace Created page with "Image:TArduinoAnalogArrayReplace.png == Summary == Replaces specified values in an analog array with new values. == Description == The Analog Array Replace component searches for values in the input array that match the defined "From" elements and replaces them with the corresponding "To" elements. This makes it useful for remapping array values, applying corrections, or substituting markers within analog data streams. <b>Diagram:</b> Image:TArduinoAnalogAr..." current
- 09:5309:53, 7 September 2025 diff hist 0 N File:TArduinoAnalogArrayReplace.Preview.png No edit summary current
- 09:5009:50, 7 September 2025 diff hist +1,229 N Analog Array Replace Items At Index Created page with "Image:TArduinoAnalogArrayReplaceItemsAtIndex.png == Summary == Replaces existing items in an analog array at a specified index with new values. == Description == The Analog Array Replace Items At Index component allows targeted modification of analog arrays. You can specify the index where replacement should occur and define the replacement values via value elements. This is useful for updating array data in real-time, overwriting samples, or inserting computed..." current
- 09:5009:50, 7 September 2025 diff hist 0 N File:TArduinoAnalogArrayReplaceItemsAtIndex.Preview.png No edit summary current
- 09:4809:48, 7 September 2025 diff hist +1,216 N Analog Array Insert Items Created page with "Image:TArduinoAnalogArrayInsertItems.png == Summary == Inserts new values into an analog array at a specified index. == Description == The Analog Array Insert Items component allows insertion of one or more values into an analog array. You can specify the index where the new values should be placed and define the values through value elements. This makes it useful for dynamically extending arrays, adding markers, or inserting computed values into data streams...." current
- 09:4809:48, 7 September 2025 diff hist 0 N File:TArduinoAnalogArrayInsertItems.Preview.png No edit summary current
- 09:4509:45, 7 September 2025 diff hist +1,069 N Analog Array Delete Items Created page with "Image:TArduinoAnalogArrayDeleteItems.png == Summary == Removes items from an analog array at a specified index and count. == Description == The Analog Array Delete Items component allows selective removal of values from an analog array. You can define the starting index and the number of items to delete, making it useful for trimming, reshaping, or cleaning analog data arrays. <b>Diagram:</b> Image:TArduinoAnalogArrayDeleteItems.Preview.png == Properties..." current
- 09:4509:45, 7 September 2025 diff hist 0 N File:TArduinoAnalogArrayDeleteItems.Preview.png No edit summary current
- 09:4209:42, 7 September 2025 diff hist +1,023 N Repeat Analog Array Created page with "Image:TArduinoRepeatAnalogArray.png == Summary == Repeats an incoming analog array a specified number of times at the output. == Description == The Repeat Analog Array component takes an input analog array and duplicates it according to the configured repeat count. This is useful for expanding array data, buffering repeated signal patterns, or preparing data for further array-based processing. <b>Diagram:</b> Image:TArduinoRepeatAnalogArray.Preview.png =..." current
- 09:4209:42, 7 September 2025 diff hist 0 N File:TArduinoRepeatAnalogArray.Preview.png No edit summary current
- 09:4009:40, 7 September 2025 diff hist +1,216 N Sliding Window Analog Array Created page with "Image:TArduinoSlidingWindowAnalogArray.png == Summary == Analog array buffer component that maintains a sliding window of sampled values with optional normalization. == Description == The Sliding Window Analog Array stores a moving window of analog values. The size of the window, step size, and normalization behavior can be configured. This allows real-time signal processing such as smoothing, feature extraction, or time-series analysis. <b>Diagram:</b> I..." current
- 09:3709:37, 7 September 2025 diff hist +1,297 N Analog Array On/Off Switch Created page with "Image:TArduinoAnalogArrayOnOffSwitch.png == Summary == Analog array switching component that can enable or disable the flow of analog array signals with configurable behavior. == Description == The Analog Array On/Off Switch controls the passing of analog array values from input to output. It can ignore repeated values, set an initial enabled state, and optionally send values immediately when enabled. <b>Diagram:</b> Image:TArduinoAnalogArrayOnOffSwitch.Pre..." current
- 09:3609:36, 7 September 2025 diff hist 0 N File:TArduinoAnalogArrayOnOffSwitch.Preview.png No edit summary current
- 09:3309:33, 7 September 2025 diff hist +1,913 N Analog Devices Parallel DDS Synthesizer (Signal Generator) - AD9850 Created page with "Image:TArduinoAD9850DDSParallel.png == Summary == Direct Digital Synthesis (DDS) signal generator using Analog Devices AD9850 in parallel mode. Generates sine, square, or other programmable waveforms with adjustable frequency and phase. == Description == The AD9850 is a high-speed, low-power, direct digital synthesizer designed for generating accurate frequency and phase-programmable waveforms. In parallel mode, the device uses an 8-bit parallel data bus for..." current
- 09:3309:33, 7 September 2025 diff hist 0 N File:TArduinoAD9850DDSParallel.Preview.png No edit summary current
- 09:3009:30, 7 September 2025 diff hist +1,520 N Analog Devices Serial DDS Synthesizer (Signal Generator) - AD9850 Created page with "Image:TArduinoAD9850DDS.png == Summary == Direct Digital Synthesis (DDS) signal generator using Analog Devices AD9850. Generates sine, square, or other programmable waveforms with adjustable frequency and phase. == Description == The AD9850 is a high-speed, low-power, direct digital synthesizer designed for generating accurate frequency and phase-programmable waveforms. It can be controlled serially, requiring minimal control pins, and outputs a stable clock-..." current
- 09:2909:29, 7 September 2025 diff hist 0 N File:TArduinoAD9850DDS.Preview.png No edit summary current
- 09:0709:07, 7 September 2025 diff hist +1,985 N Maxim(Dallas) 1(One)-Wire Thermometer (DS1820/DS18S20/DS18B20) Created page with "Image:TArduinoDS18x20Thermometer.png == Summary == Digital thermometer using Maxim (Dallas) 1-Wire protocol. Supports DS1820, DS18S20, and DS18B20 sensors with configurable resolution and alarm thresholds. == Description == The DS1820/DS18S20/DS18B20 family of digital thermometers communicates using the Maxim 1-Wire protocol. They provide precise temperature measurements with programmable resolution and alarm limits. Multiple devices can share the same bus,..." current
- 09:0709:07, 7 September 2025 diff hist 0 N File:TArduinoDS18x20Thermometer.Preview.png No edit summary current
- 09:0109:01, 7 September 2025 diff hist +1,850 N Texas Instrument Thermometer LM75(I2C) Created page with "Image:TArduinoLM75Thermometer.png == Summary == Digital temperature sensor LM75 with I2C interface. Provides analog output, alert functionality, and supports Fahrenheit conversion. == Description == The Texas Instruments LM75 is a digital thermometer with an I2C interface. It supports continuous temperature monitoring and alert output with configurable threshold, hysteresis, and interrupt mode. The sensor can operate in normal or shutdown mode, and temperat..." current
- 09:0109:01, 7 September 2025 diff hist 0 N File:TArduinoLM75Thermometer.Preview.png No edit summary current
- 08:5408:54, 7 September 2025 diff hist +1,673 N U-Blox M8 GPS (Serial) Created page with "Image:TArduino_UBlox_M8_GPS_Serial.png == Summary == This component interfaces with a U-Blox M8 GPS module using a serial (UART) connection. It processes raw satellite data to provide comprehensive navigation information. == Description == The U-Blox M8 GPS (Serial) component reads data from the GPS module via a serial port. It is designed to parse standard NMEA sentences or proprietary UBX messages to extract useful information. This includes geographical location..."
- 08:5208:52, 7 September 2025 diff hist 0 N File:TArduino UBlox M8 GPS Serial.Preview.png No edit summary current
- 08:5108:51, 7 September 2025 diff hist +1,738 N U-Blox M8 GPS (I2C) Created page with "Image:TArduino_UBlox_M8_GPS_I2C.png == Summary == This component interfaces with a U-Blox M8 GPS module over the I2C communication protocol. It processes satellite data to provide location, time, speed, and other navigation information. == Description == The U-Blox M8 GPS (I2C) component allows for easy integration of a high-precision GPS module. It communicates using the I2C bus, minimizing the number of required pins. The component decodes messages from the GPS t..."
- 08:4308:43, 7 September 2025 diff hist 0 N File:TArduino UBlox M8 GPS I2C.Preview.png No edit summary current
- 04:4004:40, 7 September 2025 diff hist +1,594 N Ignore Analog Ranges Created page with "Image:TArduinoIgnoreAnalogRanges.png == Summary == Analog filter module that ignores values within defined ranges. Supports multiple range elements with configurable minimum/maximum limits and equality handling. == Description == The Ignore Analog Ranges module processes an incoming analog signal and filters out values that fall within user-defined ranges. Each range can specify minimum and maximum thresholds, with options to pass or block values equal to tho..." current
- 04:3904:39, 7 September 2025 diff hist 0 N File:TArduinoIgnoreAnalogRanges.Preview.png No edit summary current
- 04:3504:35, 7 September 2025 diff hist +1,904 N Analog Integrator(Integral) Created page with "Image:TArduinoAnalogIntegrator.png == Summary == Analog integrator module that accumulates values over time. Supports reset, initial value, min/max limits, and configurable element actions. == Description == The Analog Integrator (Integral) module integrates incoming analog values over time, triggered by a clock signal. It allows adding or setting values through elements, with support for limits (min/max) and rollover behavior. A reset pin clears the integr..." current
- 04:3504:35, 7 September 2025 diff hist 0 N File:TArduinoAnalogIntegrator.Preview.png No edit summary current
- 04:2804:28, 7 September 2025 diff hist +1,064 N Analog Differentiator(Delta Change) Created page with "Image:TArduinoAnalogDifferentiator.png == Summary == Analog differentiator module that outputs the rate of change (delta) of an input signal. == Description == The Analog Differentiator (Delta Change) module calculates the difference between successive analog input values. Triggered by the clock pin, it provides the delta change as an analog output. This is useful for detecting trends, slopes, or rapid changes in sensor signals. <b>Diagram:</b> Image:TA..." current
- 04:2804:28, 7 September 2025 diff hist 0 N File:TArduinoAnalogDifferentiator.Preview.png No edit summary current
- 04:2604:26, 7 September 2025 diff hist +1,304 N Interpolate Analog Created page with "Image:TArduinoInterpolateAnalog.png == Summary == Analog interpolation module for mapping input values to defined output ranges. Supports adding multiple interpolation elements with customizable input-output pairs. == Description == The Interpolate Analog module allows analog input values to be mapped to different output values using interpolation. By adding elements in the interpolation table, each with defined input and output properties, the module can smo..." current
- 04:2604:26, 7 September 2025 diff hist 0 N File:TArduinoInterpolateAnalog.Preview.png No edit summary current
- 04:1804:18, 7 September 2025 diff hist +1,269 N Ignore Analog Values Created page with "Image:TArduinoIgnoreAnalogValues.png == Summary == Module to filter and ignore certain analog values. Supports blocking repeated values, values below a threshold, or both. == Description == The Ignore Analog Values module processes incoming analog signals and filters them based on configurable conditions. It can block equal consecutive values, ignore values below a defined threshold, or pass all values if enabled. Useful for reducing noise or redundant data..." current