Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Visuino. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:52, 14 September 2025 Visuino talk contribs uploaded File:TArduinoM5StackMiniRelayUnit.Preview.png
- 01:48, 14 September 2025 Visuino talk contribs created page Grove Relay (Created page with "Image:TArduinoGroveRelay.png == Summary == The **Grove Relay** module allows control of high-voltage devices using a digital input signal. It features a simple interface compatible with Grove connectors and supports initial state configuration. == Description == This relay module can switch devices on or off based on a digital input signal. It is suitable for controlling lights, motors, or other appliances in prototyping and automation projects. The module ca...")
- 01:48, 14 September 2025 Visuino talk contribs created page File:TArduinoGroveRelay.Preview.png
- 01:48, 14 September 2025 Visuino talk contribs uploaded File:TArduinoGroveRelay.Preview.png
- 01:44, 14 September 2025 Visuino talk contribs created page Measure Unsigned Array Length (Created page with "Image:TArduinoMeasureUnsignedArrayLength.png == Summary == The **Measure Unsigned Array Length** component calculates the number of elements in an unsigned array input and outputs this length as an integer. == Description == This component determines the size of an unsigned array dynamically, which can be useful for loops, indexing, or conditional operations. It counts the number of entries in the input unsigned array and provides the count on the output pin. <b...")
- 01:44, 14 September 2025 Visuino talk contribs created page File:TArduinoMeasureUnsignedArrayLength.Preview.png
- 01:44, 14 September 2025 Visuino talk contribs uploaded File:TArduinoMeasureUnsignedArrayLength.Preview.png
- 01:41, 14 September 2025 Visuino talk contribs created page Measure Binary Length (Created page with "Image:TArduinoMeasureBinaryLength.png == Summary == The **Measure Binary Length** component calculates the number of elements in a binary input array and outputs this length as an integer. == Description == This component is useful for determining the size of a binary array dynamically, allowing for proper indexing, loops, or conditional processing. It counts the number of entries in the input binary array and provides the count on the output pin. <b>Diagram:</b...")
- 01:40, 14 September 2025 Visuino talk contribs created page File:TArduinoMeasureBinaryLength.Preview.png
- 01:40, 14 September 2025 Visuino talk contribs uploaded File:TArduinoMeasureBinaryLength.Preview.png
- 01:37, 14 September 2025 Visuino talk contribs created page Measure Complex Array Length (Created page with "Image:TArduinoMeasureComplexArrayLength.png == Summary == The **Measure Complex Array Length** component calculates the number of elements in a complex array input and outputs this length as an integer. == Description == This component is used to determine the size of a complex array dynamically, which can be useful for loops, indexing, or conditional operations. It counts the number of entries in the input complex array and provides the count on the output pin....")
- 01:37, 14 September 2025 Visuino talk contribs created page File:TArduinoMeasureComplexArrayLength.Preview.png
- 01:37, 14 September 2025 Visuino talk contribs uploaded File:TArduinoMeasureComplexArrayLength.Preview.png
- 01:34, 14 September 2025 Visuino talk contribs created page Measure Analog Array Length (Created page with "Image:TArduinoMeasureAnalogArrayLength.png == Summary == The **Measure Analog Array Length** component calculates the number of elements in an analog array input and outputs this length as an integer. == Description == This component is useful for dynamically determining the size of an analog array during processing or for use in loops, indexing, or conditional operations. It simply counts the number of entries in the input analog array and provides the count on...")
- 01:34, 14 September 2025 Visuino talk contribs created page File:TArduinoMeasureAnalogArrayLength.Preview.png
- 01:34, 14 September 2025 Visuino talk contribs uploaded File:TArduinoMeasureAnalogArrayLength.Preview.png
- 01:07, 14 September 2025 Visuino talk contribs created page Text MAC Address To 64 bit Unsigned (Created page with "Image:TArduinoTextToMAC.png == Summary == The **Text MAC Address To 64-bit Unsigned** component converts a human-readable MAC address string (e.g., `01:23:45:67:89:AB`) into a 64-bit unsigned integer value. This enables textual MAC addresses to be represented in a numerical format suitable for computation, storage, or comparison. == Description == MAC (Media Access Control) addresses are commonly represented as six octets in hexadecimal, separated by colons or da...")
- 01:07, 14 September 2025 Visuino talk contribs created page File:TArduinoTextToMAC.Preview.png
- 01:07, 14 September 2025 Visuino talk contribs uploaded File:TArduinoTextToMAC.Preview.png
- 01:03, 14 September 2025 Visuino talk contribs created page Text TCP/IP IPv4 Address To Unsigned (Created page with "Image:TArduinoTextToIPv4.png == Summary == The **Text TCP/IP IPv4 Address To Unsigned** component converts a human-readable IPv4 address string in dotted-decimal notation (e.g., `192.168.0.1`) into a 32-bit unsigned integer format. This allows textual IP addresses to be used programmatically in systems that require numerical representation. == Description == IPv4 addresses are typically written as four decimal numbers separated by dots. This component parses th...")
- 01:02, 14 September 2025 Visuino talk contribs created page File:TArduinoTextToIPv4.Preview.png
- 01:02, 14 September 2025 Visuino talk contribs uploaded File:TArduinoTextToIPv4.Preview.png
- 00:58, 14 September 2025 Visuino talk contribs created page Unsigned TCP/IP IPv4 Address To Text (Created page with "Image:TArduinoIPv4ToText.png == Summary == The **Unsigned TCP/IP IPv4 Address To Text** component converts a 32-bit unsigned integer IPv4 address into a human-readable text format (dotted-decimal notation). This allows IP addresses to be displayed, logged, or transmitted as standard strings. == Description == IPv4 addresses are usually represented in dotted-decimal format (e.g., `192.168.0.1`). This component accepts an unsigned 32-bit numeric input and outputs...")
- 00:58, 14 September 2025 Visuino talk contribs created page File:TArduinoIPv4ToText.Preview.png
- 00:58, 14 September 2025 Visuino talk contribs uploaded File:TArduinoIPv4ToText.Preview.png
- 00:55, 14 September 2025 Visuino talk contribs created page 64 bit Unsigned MAC Address To Text (Created page with "Image:TArduinoMAC64ToText.png == Summary == The **64-bit Unsigned MAC Address To Text** component converts a 64-bit unsigned integer MAC address into a human-readable text format. This allows network identifiers to be displayed or logged as standard hexadecimal MAC strings. == Description == MAC addresses are commonly represented as 12-digit hexadecimal numbers separated by colons or hyphens. This component takes a 64-bit numeric input and outputs the equivalen...")
- 00:55, 14 September 2025 Visuino talk contribs created page File:TArduinoMAC64ToText.Preview.png
- 00:55, 14 September 2025 Visuino talk contribs uploaded File:TArduinoMAC64ToText.Preview.png
- 00:51, 14 September 2025 Visuino talk contribs created page Unix Epoch to Date/Time (Created page with "Image:TArduinoUnixEpochToDateTime.png == Summary == The **Unix Epoch to Date/Time** component converts a Unix Epoch timestamp into a human-readable Date/Time value. It supports conversion from seconds or milliseconds since **January 1, 1970 (UTC)**. == Description == This component is commonly used for logging, displaying timestamps, and synchronizing with external systems. If the '''Milli Seconds''' property is enabled, the conversion includes millisecond prec...")
- 00:50, 14 September 2025 Visuino talk contribs created page File:TArduinoUnixEpochToDateTime.Preview.png
- 00:50, 14 September 2025 Visuino talk contribs uploaded File:TArduinoUnixEpochToDateTime.Preview.png
- 00:43, 14 September 2025 Visuino talk contribs created page Date/Time to Unix Epoch (Created page with "Image:TArduinoDateTimeToUnixEpoch.png == Summary == The **Date/Time to Unix Epoch** component converts a given date and time value into a Unix Epoch timestamp. Optionally, the output can include milliseconds for higher precision. == Description == This component is useful for timekeeping, logging, scheduling, and synchronizing events across systems. Unix Epoch represents the number of seconds (or milliseconds) since **January 1, 1970 (UTC)**, and is a standar...")
- 00:43, 14 September 2025 Visuino talk contribs created page File:TArduinoDateTimeToUnixEpoch.Preview.png
- 00:43, 14 September 2025 Visuino talk contribs uploaded File:TArduinoDateTimeToUnixEpoch.Preview.png
- 00:36, 14 September 2025 Visuino talk contribs created page File:TArduinoRandomRGBWAlphaColor.Preview.png
- 00:36, 14 September 2025 Visuino talk contribs uploaded File:TArduinoRandomRGBWAlphaColor.Preview.png
- 00:35, 14 September 2025 Visuino talk contribs deleted page File:TArduinoRandomRGBWAlphaColor.Preview.png (content was: "", and the only contributor was "Visuino" (talk))
- 23:50, 13 September 2025 Visuino talk contribs created page File:TArduinoRandomRGBWAlphaColor.Preview.png
- 23:50, 13 September 2025 Visuino talk contribs uploaded File:TArduinoRandomRGBWAlphaColor.Preview.png
- 23:50, 13 September 2025 Visuino talk contribs deleted page File:TArduinoRandomRGBWAlphaColor.Preview.png (content was: "", and the only contributor was "Visuino" (talk))
- 23:47, 13 September 2025 Visuino talk contribs created page Random RGBW Alpha Color (Created page with "Image:TArduinoRandomRGBWAlphaColor.png == Summary == The **Random RGBW Alpha Color** component generates random colors with Red, Green, Blue, White, and Alpha (transparency) channels. It allows specifying a minimum and maximum color range, as well as a randomization seed for reproducibility. == Description == This component is useful for graphics, LED control, and any visual effect that requires dynamic random color generation. The alpha channel allows transp...")
- 23:47, 13 September 2025 Visuino talk contribs created page File:TArduinoRandomRGBWAlphaColor.Preview.png
- 23:47, 13 September 2025 Visuino talk contribs uploaded File:TArduinoRandomRGBWAlphaColor.Preview.png
- 23:46, 13 September 2025 Visuino talk contribs deleted page File:TArduinoRandomRGBWAlphaColor.Preview.png (content was: "", and the only contributor was "Visuino" (talk))
- 14:51, 10 September 2025 Visuino talk contribs created page Microchip MCP3021 ADC (I2C) (Created page with "Image:TArduinoMCP3021.png == Summary == 10-bit analog-to-digital converter with I2C interface for single-channel voltage measurement. == Description == The MCP3021 component is a successive approximation ADC that provides 10-bit resolution for single-ended analog voltage measurements. It features a simple I2C interface, low power consumption, and operates from 2.7V to 5.5V. The converter includes an internal sample-and-hold circuit and provides conversion results t...")
- 14:51, 10 September 2025 Visuino talk contribs created page File:TArduinoMCP3021.Preview.png
- 14:51, 10 September 2025 Visuino talk contribs uploaded File:TArduinoMCP3021.Preview.png
- 14:49, 10 September 2025 Visuino talk contribs created page Accelerometer Gyroscope Compass LSM9DS1(I2C) (Created page with "Image:TArduinoLSM9DS1.png == Summary == Integrated 9-DOF inertial measurement unit combining 3-axis accelerometer, 3-axis gyroscope, and 3-axis magnetometer with I2C interface. == Description == The LSM9DS1 component provides comprehensive motion sensing with simultaneous acceleration, angular rate, and magnetic field measurement across three axes. It features programmable full-scale ranges for each sensor, configurable sample rates, digital filtering, and low-powe...")
- 14:48, 10 September 2025 Visuino talk contribs created page File:TArduinoLSM9DS1.Preview.png
- 14:48, 10 September 2025 Visuino talk contribs uploaded File:TArduinoLSM9DS1.Preview.png