User contributions for Visuino
Jump to navigation
Jump to search
13 August 2025
- 09:2409:24, 13 August 2025 diff hist 0 N File:TArduinoBinaryInsertInItems.Preview.png No edit summary current
- 09:2109:21, 13 August 2025 diff hist +1,412 N Binary Insert Items Created page with "Image:TArduinoBinaryInsertItems.png == Summary == Inserts a binary value into an existing binary stream at a specified position. == Description == The **Binary Insert Items** component allows you to insert a binary value into an existing binary data stream at the position defined by the **Index** input. - **Enabled**: When **False**, the component is disabled and passes the input unchanged. - **Index**: Specifies the position in the binary stream where the **Va..." current
- 09:2009:20, 13 August 2025 diff hist 0 N File:TArduinoBinaryInsertItems.Preview.png No edit summary current
- 09:1709:17, 13 August 2025 diff hist +1,589 N Remember Binary Data(Array) Created page with "Image:TArduinoRememberBinaryDataArray.png == Summary == Captures and recalls a binary data array, allowing you to store and retrieve values on demand. == Description == The **Remember Binary Data (Array)** component provides memory functionality for binary arrays. - **Enabled**: When **False**, the component is disabled and does not pass any data through. - **Initial Value**: A binary array that you can define using a visual editor—clicking the "..." button o..." current
- 09:1609:16, 13 August 2025 diff hist 0 N File:TArduinoRememberBinaryDataArray.Preview.png No edit summary current
- 09:0809:08, 13 August 2025 diff hist +1,169 N Image To Binary Created page with "Image:TArduinoImageToBinary.png == Summary == Converts image data into a binary stream, optionally including format metadata. == Description == The **Image To Binary** component transforms incoming image input into a raw binary output. - **Enabled**: When set to *False*, the component is disabled and **nothing is passed through** (it outputs nothing). - **Include Format**: When *True*, includes image format information (such as JPEG, PNG) alongside the binary dat..." current
- 09:0809:08, 13 August 2025 diff hist 0 N File:TArduinoImageToBinary.Preview.png No edit summary current
- 09:0309:03, 13 August 2025 diff hist +1,305 N Compare Binary Value Created page with "Image:TArduinoCompareBinaryValue.png == Summary == Compares an incoming binary value to a preset reference and outputs true or false accordingly. == Description == The **Compare Binary Value** component evaluates a binary input against a configured constant based on the selected compare type: - **Compare Type**: Choose from **ctEqual** (true if input equals the reference) or **ctNotEqual** (true if input does not match the reference). - **Enabled**: When **False**,..." current
- 08:5808:58, 13 August 2025 diff hist 0 N File:TArduinoCompareBinaryValue.Preview.png No edit summary current
- 08:5208:52, 13 August 2025 diff hist +1,406 N Binary Mux(Multi channel Switch) Created page with "Image:TArduinoBinaryMuxMultiChannelSwitch.png == Summary == Selects one of multiple binary input channels to output based on a numeric selector. == Description == The **Binary Mux (Multi-channel Switch)** component lets you dynamically choose one of several binary input feeds to forward to its output. - **Initial Channel**: Determines which input channel is initially selected when the component starts. - **Input Pins**: Defines how many binary input channels ar..." current
- 08:5008:50, 13 August 2025 diff hist 0 N File:TArduinoBinaryMuxMultiChannelSwitch.Preview.png No edit summary current
- 08:4408:44, 13 August 2025 diff hist +1,561 N Step/Iterate Binary Items Created page with "Image:TArduinoStepIterateBinaryItems.png == Summary == Steps through a binary data stream one item at a time, outputting each element and tracking progression. == Description == The **Step/Iterate Binary Items** component sequentially outputs individual items (bytes) from a binary data stream each time it's triggered. - **Enabled**: When *False*, the component does nothing and allows the input to pass unchanged. This is useful for iterating through arrays or me..." current
- 08:4108:41, 13 August 2025 diff hist 0 N File:TArduinoStepIterateBinaryItems.Preview.png No edit summary current
- 05:1105:11, 13 August 2025 diff hist +930 N Complex Array To Binary Created page with "Image:TArduinoComplexArrayToBinary.png == Summary == Converts an array of complex numbers into a binary data stream. == Description == The **Complex Array To Binary** component processes an incoming array of complex numbers and converts them into a binary data stream. - **Enabled**: When set to *False*, the component is disabled and no data is passed through. This component is particularly useful for applications that require the conversion of multiple complex..." current
- 05:1005:10, 13 August 2025 diff hist 0 N File:TArduinoComplexArrayToBinary.Preview.png No edit summary current
- 05:0805:08, 13 August 2025 diff hist +926 N Analog Array To Binary Created page with "Image:TArduinoAnalogArrayToBinary.png == Summary == Converts an array of analog input values into a binary data stream. == Description == The **Analog Array To Binary** component processes an incoming array of analog values and converts them into a binary data stream. - **Enabled**: When set to *False*, the component is disabled and no data is passed through. This component is particularly useful for applications that require the conversion of multiple analog i..." current
- 05:0705:07, 13 August 2025 diff hist 0 N File:TArduinoAnalogArrayToBinary.Preview.png No edit summary current
- 05:0305:03, 13 August 2025 diff hist +1,890 N Get Binary Item At Index Created page with "Image:TArduinoGetBinaryItemAtIndex.png == Summary == Retrieves a specific byte from a binary data stream based on its index. == Description == The **Get Binary Item At Index** component outputs the binary value at a specified index within a stream of bytes. - **Enabled**: When set to *False*, the component passes the entire input through unchanged. - **Index**: Specifies which byte position to extract from the incoming binary data. - **Ignore Out Of Range**:..." current
- 05:0005:00, 13 August 2025 diff hist 0 N File:TArduinoGetBinaryItemAtIndex.Preview.png No edit summary current
- 04:5704:57, 13 August 2025 diff hist −2 Binary To Text No edit summary current Tag: Visual edit
- 04:2404:24, 13 August 2025 diff hist +1,705 N Binary To Text Created page with "Image:TArduinoBinaryToText.png == Summary == Use this component to convert binary data into a formatted text string using the selected base and formatting options. == Description == The **Binary To Text** component formats incoming binary values as text. You can choose the numeric **Base** (e.g., 2, 8, 10, 16), control padding with **Min Digits**, wrap the value with **Begin Text** and **End Text**, and optionally insert a **Separator Text** between grouped values...."
- 04:2104:21, 13 August 2025 diff hist 0 N File:TArduinoBinaryToText.Preview.png No edit summary current
- 03:3803:38, 13 August 2025 diff hist +1,729 N CAN bus To Binary Created page with "Image:TArduinoCANbusToBinary.png == Summary == {{:Summaries:Summary CAN bus To Binary}} Use this component to convert a CAN bus message into its component parts and route them as binary outputs. == Description == The **CAN bus To Binary** component decodes an incoming CAN bus message into individual data fields for use within Visuino. - **Enabled**: When disabled, the component bypasses decoding and allows the input CAN message to pass through unaltered. - **Inc..."
- 03:3603:36, 13 August 2025 diff hist 0 N File:TArduinoCANbusToBinary.Preview.png No edit summary current
- 03:3603:36, 13 August 2025 diff hist +1,550 N Split Binary Bytes Created page with "Image:TArduinoSplitBinaryBytes.png == Summary == Use this component to split an incoming byte into its individual bits across multiple output pins. == Description == The **Split Binary Bytes** component receives a single byte input and splits it into its constituent bits—one per output pin. - **Enabled**: When set to **false**, the component remains inactive and passes the entire input unchanged. When **true**, it actively splits the byte. - **Output Pins**: D..." current
- 03:2303:23, 13 August 2025 diff hist 0 N File:TArduinoSplitBinaryBytes.Preview.png No edit summary current
11 August 2025
- 13:2513:25, 11 August 2025 diff hist +1,633 N Char Snapshot Created page with "Image:TArduinoCharSnapshot.png == Summary == Use this component to capture and store a character input at a specific moment, triggered by a clock signal. == Description == The **Char Snapshot** component captures the incoming character data at the moment a clock pulse is received on the *Snapshot* pin. This allows you to store a character value temporarily, which can be useful for applications where you need to remember a value for later comparison or processing...." current
- 13:2513:25, 11 August 2025 diff hist 0 N File:TArduinoCharSnapshot.Preview.png No edit summary current
- 13:2113:21, 11 August 2025 diff hist +1,250 N Char To Unsigned Created page with "Image:TArduinoCharToUnsigned.png == Summary == Use this component to convert an incoming signed character to its unsigned equivalent, expanding its range from -128–127 to 0–255. == Description == The **Char To Unsigned** component transforms a signed 8-bit character (char) into its unsigned 8-bit equivalent (unsigned char). This conversion is useful when you need to handle characters as raw byte values, especially when dealing with binary data or interfacing w..." current
- 13:2113:21, 11 August 2025 diff hist 0 N File:TArduinoCharToUnsigned.Preview.png No edit summary current
- 13:1413:14, 11 August 2025 diff hist +2,757 N Compare Char Range Created page with "Image:TArduinoCompareCharRange.png == Summary == Use this component to compare an incoming character against a specified range, outputting a boolean value indicating whether the character falls within the range. == Description == The **Compare Char Range** component compares an incoming character against a specified range of characters. The comparison can be case-sensitive or case-insensitive, and it can include or exclude the boundary values. - **Enabled**: When..." current
- 13:1313:13, 11 August 2025 diff hist 0 N File:TArduinoCompareCharRange.Preview.png No edit summary current
- 13:0613:06, 11 August 2025 diff hist +18 Text Multi Source No edit summary current Tag: Visual edit
- 13:0413:04, 11 August 2025 diff hist +1,701 N Text Multi Source Created page with "Image:TArduinoTextMultiSource.png == Summary == Use this component to manage multiple text inputs, outputting the active input based on a control signal. == Description == The **Text Multi Source** component allows you to handle multiple text inputs, outputting the active input based on a control signal. This is particularly useful for applications where you need to switch between different text sources dynamically. - **Output Pins**: Defines the number of output..."
- 13:0413:04, 11 August 2025 diff hist 0 File:TArduinoTextMultiSource.Preview.png Visuino uploaded a new version of File:TArduinoTextMultiSource.Preview.png current
- 13:0113:01, 11 August 2025 diff hist +1,448 N Char Change Only Created page with "Image:TArduinoCharChangeOnly.png == Summary == Use this component to output a character only when it differs from the previous input, effectively filtering out repeated characters. == Description == The **Char Change Only** component monitors incoming character data and outputs the character only if it differs from the previously received character. This functionality is useful for reducing redundant data transmission and ensuring that only new input is processed...." current
- 13:0113:01, 11 August 2025 diff hist 0 N File:TArduinoCharChangeOnly.Preview.png No edit summary current
- 12:5712:57, 11 August 2025 diff hist +1,313 N Encode Base64 Created page with "Image:TArduinoEncodeBase64.png == Summary == Use this component to encode binary data into a Base64-encoded text string. == Description == The **Encode Base64** component converts binary input data into a Base64-encoded text string, which is commonly used for encoding binary data in a textual format. This is useful for transmitting binary data over mediums that only support text, such as email or JSON. - **Enabled**: When enabled, the component actively encodes i..." current
- 12:5612:56, 11 August 2025 diff hist 0 N File:TArduinoEncodeBase64.Preview.png No edit summary current
- 12:5212:52, 11 August 2025 diff hist +1,606 N Decode Base64 Created page with "Image:TArduinoDecodeBase64.png == Summary == Use this component to decode Base64-encoded text into its original binary form. == Description == The **Decode Base64** component decodes a Base64-encoded input string into its original binary representation. - **Enabled**: When enabled, the component actively decodes incoming Base64-encoded text. When disabled, it passes the input through unmodified. - **Process Invalids**: When enabled, the component processes and o..." current
- 12:5212:52, 11 August 2025 diff hist 0 N File:TArduinoDecodeBase64.Preview.png No edit summary current
- 12:4412:44, 11 August 2025 diff hist +1,680 N M5Stack Keyboard Unit (Grove) Created page with "Image:TArduinoM5StackKeyboardUnit.png == Summary == Use this component to interface with the M5Stack CardKB Mini Keyboard Unit (V1.1), enabling full QWERTY keyboard input over I2C. == Description == The **M5Stack Keyboard Unit (Grove)** component integrates the M5Stack CardKB Mini Keyboard Unit (V1.1) into Visuino projects, allowing for seamless keyboard input. This compact QWERTY keyboard features 50 keys and communicates via I2C, facilitating easy integration wi..." current
- 12:4412:44, 11 August 2025 diff hist 0 N File:TArduinoM5StackKeyboardUnit.Preview.png No edit summary current
- 12:0812:08, 11 August 2025 diff hist +2,334 N Ignore Char Ranges Created page with "Image:TArduinoIgnoreCharRanges.png == Summary == Use this component to filter and pass or ignore characters based on specified ranges and conditions. == Description == The **Ignore Char Ranges** component processes incoming character data, allowing you to define specific character ranges to be ignored or passed through. - **Enabled**: When enabled, the component actively filters characters based on the defined ranges. When disabled, it passes all incoming charac..." current
- 12:0812:08, 11 August 2025 diff hist 0 N File:TArduinoIgnoreCharRanges.Preview.png No edit summary current
- 12:0112:01, 11 August 2025 diff hist +2,130 N Make JSON Array Created page with "Image:TArduinoMakeJSONArray.png == Summary == Use this component to construct a JSON-formatted text array from multiple typed inputs. == Description == The **Make JSON Array** component generates a JSON array string by assembling values from various typed input elements—such as text, boolean, integer, analog, null, object, array, and custom JSON entries. Each included element produces a corresponding item in the output JSON array. When **Only Modified** is e..." current
- 12:0112:01, 11 August 2025 diff hist 0 N File:TArduinoMakeJSONArray.Preview.png No edit summary current
- 11:5611:56, 11 August 2025 diff hist −49 Split JSON Object No edit summary current
- 11:5611:56, 11 August 2025 diff hist +2,540 N Split JSON Object Created page with "Image:TArduinoSplitJSONObject.Preview.png == Summary == {{:Summaries:Summary Split JSON Object}} Use this component to extract and route fields from a JSON object into typed output pins. == Description == The **Split JSON Object** component parses a JSON-formatted text input and extracts its fields into separate output channels based on the configured element types: - **Text/String Element** - **Digital/Boolean Element** - **Integer Element** - **64-bit Integer..."
- 11:5511:55, 11 August 2025 diff hist 0 N File:TArduinoSplitJSONObject.Preview.png No edit summary current