New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

14 August 2025

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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)