New pages
Jump to navigation
Jump to search
14 August 2025
- 07:1807:18, 14 August 2025 Change Image Format (hist | edit) [914 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoChangeImageFormat.png == Summary == Converts an image from one pixel format to another. == Description == The **Change Image Format** component transforms the pixel format of an incoming image to the selected **Format**. Use it to match the requirements of displays, encoders, or downstream processing components. <b>Diagram:</b> Image:TArduinoChangeImageFormat.Preview.png == Categories == *Image:TArduinoImageCategory.png [[Category Image]...")
- 06:1906:19, 14 August 2025 Extract Image Info (hist | edit) [761 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoExtractImageInfo.png == Summary == Outputs metadata such as width, height, and format from an image stream. == Description == The **Extract Image Info** component inspects the **In** image and exposes its basic metadata on dedicated pins. <b>Diagram:</b> Image:TArduinoExtractImageInfo.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Image inspection / metadata == Properties == *'''Enabled''' – Enab...")
- 06:1606:16, 14 August 2025 Image to JPEG (hist | edit) [723 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoImageToJpeg.png == Summary == Encodes the input image into a JPEG-compressed binary stream. == Description == The **Image To JPEG** component converts the **In** image to a JPEG-encoded byte stream suitable for storage or transmission. Adjust **Quality** to trade off size vs. fidelity. <b>Diagram:</b> Image:TArduinoImageToJpeg.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Image compression / encodin...")
- 06:1206:12, 14 August 2025 Image Toggle Demux (hist | edit) [826 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoImageToggleDemux.png == Summary == Routes an image input to **True** or **False** outputs based on a boolean control. == Description == The **Image Toggle Demux** sends the **In** image to one of two outputs: **True** or **False**, depending on the value of **select**. The starting route can be set with **Initial Select Value**. <b>Diagram:</b> Image:TArduinoImageToggleDemux.Preview.png == Categories == *Image:TArduinoImageCategory.png [...")
- 06:1006:10, 14 August 2025 Image Mux(Multi channel Switch) (hist | edit) [937 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoImageMux.png == Summary == Selects one of multiple image inputs to route to the output. == Description == The **Image Mux** component routes one of **N** image inputs to **Out**. The selected input index is provided over the **Select** pin (0‑based). Configure how many inputs you need with **Input Pins** and optionally specify **Initial Channel**. <b>Diagram:</b> Image:TArduinoImageMux.Preview.png == Categories == *Image:TArduinoImageCa...")
- 06:0706:07, 14 August 2025 Image Snapshot (hist | edit) [763 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoImageSnapshot.png == Summary == Takes a snapshot of the image stream when triggered. == Description == The **Image Snapshot** component captures and holds a single frame from the **In** image stream whenever a clock event arrives on **Snapshot**. The captured frame is provided on **Out** until a new snapshot is taken. <b>Diagram:</b> Image:TArduinoImageSnapshot.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Imag...")
- 06:0006:00, 14 August 2025 Image On/Off Switch (hist | edit) [774 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoImageSwitch.png == Summary == Enables or disables the image stream based on a boolean control. == Description == The **Image Switch** (On/Off) component passes the image through only when **Enable** is **True**. When disabled, no image is produced at the output. <b>Diagram:</b> Image:TArduinoImageSwitch.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Signal gating / enabling == Properties == *'''Ena...")
- 05:5905:59, 14 August 2025 Image Toggle Switch (hist | edit) [979 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoImageSwitch.png == Summary == Enables or disables the image stream based on a boolean control. == Description == The **Image Switch** (On/Off) component passes the image through only when **Enable** is **True**. When disabled, no image is produced at the output. <b>Diagram:</b> Image:TArduinoImageSwitch.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Signal gating / enabling == Properties == *'''Ena...") Tag: Visual edit
- 04:2004:20, 14 August 2025 Image Demux(Multiple Output channel Switch) (hist | edit) [1,010 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoImageDemux.png == Summary == Routes a single image stream to one of several output channels based on a selection index. == Description == The Image Demultiplexer component takes an image at its In pin and directs it to one of its configurable output pins (Out[0], Out[1], etc.). The specific output channel is chosen by the integer value received at the Select pin. For instance, a Select value of 0 routes the image to Out[0], a value of 1 routes it to O...")
- 03:3603:36, 14 August 2025 Binary To CAN bus (hist | edit) [1,306 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryToCANbus.png == Summary == Converts binary data into a CAN bus message with configurable properties. == Description == The **Binary To CAN bus** component transforms binary input into a CAN message according to the settings in the **Info** property group: - **Extract From Data** (boolean) – If **True**, the component can extract CAN message parameters directly from the binary input. - **ID** (integer) – The CAN message identifier. - **...")
- 03:2903:29, 14 August 2025 CAN bus Array (hist | edit) [1,608 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCANBusArray.png == Summary == Outputs predefined CAN bus messages based on the index pin. == Description == The **CAN bus Array** component stores a list of CAN message elements that can be accessed via the **Index** pin. - **Elements** – Click the **3 dots** button to open the elements editor, where you can add multiple CAN "Value" elements. For each **Value** element, you can configure: - **ID** (integer) – The CAN message ID. - **Is E...")
- 03:1003:10, 14 August 2025 Binary Array (hist | edit) [1,190 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryArray.png == Summary == Outputs predefined binary values based on the index pin or initial index. == Description == The **Binary Array** component stores a list of binary values that can be accessed via the **Index** pin. - **Elements** – Click the **3 dots** button to open the elements editor, where you can add multiple binary value elements. - **Initial Index** – Sets the starting position in the array when the component initializes....")
- 02:5802:58, 14 August 2025 Binary To Image (hist | edit) [1,391 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryToImage.png == Summary == Converts binary data into an image based on the specified image format settings. == Description == The **Binary To Image** component interprets incoming binary data as pixel information to generate an image output. You can configure the image using the **Format** property group: - **Extract From Data** – If **True**, image dimensions and format are derived from the binary data. - **Height** – Height of the out...")
- 02:4502:45, 14 August 2025 Binary On/Off Switch (hist | edit) [1,250 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryOnOffSwitch.png == Summary == Controls the passing of binary data based on an enable signal and configuration settings. == Description == The **Binary On/Off Switch** component allows binary data to pass through only when enabled. - **Ignore Same** – If **True**, repeated input values are ignored and not passed through. - **Initial Enabled** – Sets the initial enabled state of the component. - **Send On Enable** – If **True**, the cu...")
- 02:4002:40, 14 August 2025 Binary Replace (hist | edit) [1,063 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryReplace.png == Summary == Replaces occurrences of a specified binary value with another binary value in the input stream. == Description == The **Binary Replace** component scans the binary input for the specified **From Value** and replaces every occurrence with the **To Value**. - **Enabled** controls whether the component is active. When **False**, the input is passed through unchanged. This component is useful for modifying specific bin...")
- 02:1402:14, 14 August 2025 Binary Snapshot (hist | edit) [970 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinarySnapshot.png == Summary == Captures the current binary input value when triggered by a clock signal. == Description == The **Binary Snapshot** component outputs the current binary input only when the **Snapshot** pin receives a clock trigger. - **Enabled** controls whether the component is active. When **False**, the component is disabled and no data is passed through. This component is useful for storing or sampling binary values at specif...")
- 02:1002:10, 14 August 2025 Binary Toggle Demux (hist | edit) [1,065 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryToggleDemux.png == Summary == Directs a binary input to one of two outputs based on a boolean control signal. == Description == The **Binary Toggle Demux** component outputs the binary input to either the **True** or **False** output depending on the **Select** pin. - **Initial Select Value** sets the default output path when the component starts. This component is useful for dynamically splitting binary streams based on a boolean condition...")
- 02:0202:02, 14 August 2025 Binary Demux(Multiple Output channel Switch) (hist | edit) [1,261 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryDemuxMultipleOutputChannelSwitch.png == Summary == Routes a binary input to one of multiple outputs based on a channel selection. == Description == The **Binary Demux (Multiple Output Channel Switch)** component allows a single binary input to be directed to one of several output pins depending on the **Select** pin value. - **Initial Channel** sets the default output channel when the component starts. - **Output Pins** defines the number of...")
- 01:2001:20, 14 August 2025 Binary Toggle Switch (hist | edit) [1,036 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryToggleSwitch.png == Summary == Selects between two binary inputs based on a boolean control signal. == Description == The **Binary Toggle Switch** component outputs either the **True** or **False** binary input depending on the **Select** pin. - **Initial Select Value** sets the default selection when the component starts. This component is useful for switching between two binary data sources dynamically during operation. <b>Diagram:</b>...")
- 01:1501:15, 14 August 2025 Binary Replace Items At Index (hist | edit) [1,365 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryReplaceItemsAtIndex.png == Summary == Replaces binary data at a specified index within a binary stream. == Description == The **Binary Replace Items At Index** component allows you to replace existing items in a binary array with a new binary value at the specified **Index**. - **Enabled** controls whether the component is active. When **False**, the component is disabled and passes the input unchanged. - **Index** specifies the zero-based...")
- 01:1001:10, 14 August 2025 Binary Multi-Source Merger (hist | edit) [969 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryMultiSourceMerger.png == Summary == Merges multiple binary input pins into a single binary output stream. == Description == The **Binary Multi-Source Merger** component combines multiple binary inputs into a single output. You can configure the number of input pins via the **Input Pins** property (default: 2). Each input pin contributes its binary data to the merged output. This component is useful for aggregating multiple binary streams or c...")
- 01:0501:05, 14 August 2025 Binary Multi Source (hist | edit) [856 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryMultiSource.png == Summary == Splits a binary input into multiple outputs based on the configured number of output pins. == Description == The **Binary Multi Source** component allows you to distribute a single binary input across multiple output pins. You can set the number of output pins via the **Output Pins** property (default: 2). Each output pin will carry a value of the binary input. <b>Diagram:</b> Image:TArduinoBinaryMultiSource....")
- 00:5600:56, 14 August 2025 Audio To Binary (hist | edit) [979 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAudioToBinary.png == Summary == Converts audio input into binary data, optionally including audio format information. == Description == The **Audio To Binary** component receives an audio signal and encodes it into binary form. You can choose to include the audio format metadata in the output by enabling the **Include Format** property. *Enabled controls whether the component is active. When **Enabled** is **False**, the component is disabled and n...")
- 00:4200:42, 14 August 2025 Binary To Audio (hist | edit) [1,487 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryToAudio.png == Summary == Converts binary data into an audio signal based on the specified audio format settings. == Description == The **Binary To Audio** component takes incoming binary data and interprets it as audio samples. You can control the output format via the **Bits Per Sample**, **Audio Channels**, **Extract From Data**, and **Sample Rate** properties. When you select the **Channels** property and click the **…** (three dots) bu...")
- 00:0100:01, 14 August 2025 Binary Value (hist | edit) [1,425 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryValue.png == Summary == Outputs a predefined binary value or a sequence of binary values/states based on triggers. == Description == The **BinaryValue** component can operate in two modes: * **Single Value Mode** – Set the binary data directly in the **Value** property. Click the **…** (three dots) to open the Binary Data Editor. * **Sequence Mode** – Use the **Elements** list to add multiple items: - **Value** elements output their bin...")
13 August 2025
- 09:2909:29, 13 August 2025 Binary Data(Array) Delete Items (hist | edit) [1,296 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryDataArrayDeleteItems.png == Summary == Removes a specified number of items starting from a given index in a binary data array. == Description == The **Binary Data (Array) Delete Items** component allows you to delete a segment from a binary array. - **Enabled**: When **False**, the component is disabled and passes the input unchanged. - **Count**: Defines how many items to remove starting at the specified index. - **Index**: Defines the st...")
- 09:2509:25, 13 August 2025 Binary Insert In Items (hist | edit) [1,430 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryInsertInItems.png == Summary == Inserts a binary value into an existing binary stream at a specified index. == Description == The **Binary Insert In 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 set to **False**, the component is disabled and passes the input unchanged. - **Index**: Specifies the position in the binary stream where the...")
- 09:2109:21, 13 August 2025 Binary Insert Items (hist | edit) [1,412 bytes] Visuino (talk | contribs) (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...")
- 09:1709:17, 13 August 2025 Remember Binary Data(Array) (hist | edit) [1,589 bytes] Visuino (talk | contribs) (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...")
- 09:0809:08, 13 August 2025 Image To Binary (hist | edit) [1,169 bytes] Visuino (talk | contribs) (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...")
- 09:0309:03, 13 August 2025 Compare Binary Value (hist | edit) [1,305 bytes] Visuino (talk | contribs) (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**,...")
- 08:5208:52, 13 August 2025 Binary Mux(Multi channel Switch) (hist | edit) [1,406 bytes] Visuino (talk | contribs) (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...")
- 08:4408:44, 13 August 2025 Step/Iterate Binary Items (hist | edit) [1,561 bytes] Visuino (talk | contribs) (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...")
- 05:1105:11, 13 August 2025 Complex Array To Binary (hist | edit) [930 bytes] Visuino (talk | contribs) (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...")
- 05:0805:08, 13 August 2025 Analog Array To Binary (hist | edit) [926 bytes] Visuino (talk | contribs) (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...")
- 05:0305:03, 13 August 2025 Get Binary Item At Index (hist | edit) [1,890 bytes] Visuino (talk | contribs) (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**:...")
- 04:2404:24, 13 August 2025 Binary To Text (hist | edit) [1,703 bytes] Visuino (talk | contribs) (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....")
- 03:3803:38, 13 August 2025 CAN bus To Binary (hist | edit) [1,689 bytes] Visuino (talk | contribs) (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 Split Binary Bytes (hist | edit) [1,550 bytes] Visuino (talk | contribs) (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...")
11 August 2025
- 13:2513:25, 11 August 2025 Char Snapshot (hist | edit) [1,633 bytes] Visuino (talk | contribs) (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....")
- 13:2113:21, 11 August 2025 Char To Unsigned (hist | edit) [1,250 bytes] Visuino (talk | contribs) (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...")
- 13:1413:14, 11 August 2025 Compare Char Range (hist | edit) [2,757 bytes] Visuino (talk | contribs) (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...")
- 13:0413:04, 11 August 2025 Text Multi Source (hist | edit) [1,719 bytes] Visuino (talk | contribs) (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:0113:01, 11 August 2025 Char Change Only (hist | edit) [1,448 bytes] Visuino (talk | contribs) (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....")
- 12:5712:57, 11 August 2025 Encode Base64 (hist | edit) [1,313 bytes] Visuino (talk | contribs) (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...")
- 12:5212:52, 11 August 2025 Decode Base64 (hist | edit) [1,606 bytes] Visuino (talk | contribs) (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...")
- 12:4412:44, 11 August 2025 M5Stack Keyboard Unit (Grove) (hist | edit) [1,680 bytes] Visuino (talk | contribs) (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...")
- 12:0812:08, 11 August 2025 Ignore Char Ranges (hist | edit) [2,334 bytes] Visuino (talk | contribs) (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...")
- 12:0112:01, 11 August 2025 Make JSON Array (hist | edit) [2,130 bytes] Visuino (talk | contribs) (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...")
- 11:5611:56, 11 August 2025 Split JSON Object (hist | edit) [2,491 bytes] Visuino (talk | contribs) (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...")