New pages
Jump to navigation
Jump to search
15 September 2025
- 04:1904:19, 15 September 2025 E-Mail (hist | edit) [1,645 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoEmail.png == Summary == Constructs and formats an email message with support for plain text, HTML, or multipart content. == Description == The **E-Mail** component creates an email object that can be sent through an SMTP client. It supports multiple recipients, carbon copy (CC), blind carbon copy (BCC), and customizable sender information. The message body can be configured as plain text, HTML, or multipart (containing both plain text and...")
- 04:0904:09, 15 September 2025 SMTP Mail Client (hist | edit) [1,026 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSMTPMailClient.png == Summary == Sends emails through configured SMTP accounts using incoming data. == Description == The **SMTP Mail Client** component allows sending emails via one or more SMTP accounts. You can configure multiple accounts with their **Client ID**, **Password**, **Timeout**, and **User Name**. The component sends the content received on the **In** pin when connected to the SMTP server. <b>Diagram:</b> Image:TArdu...")
- 00:4700:47, 15 September 2025 Find Unsigned Array Position (hist | edit) [1,045 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoFindUnsignedArrayPosition.png == Summary == Finds the index of the first occurrence of a specified unsigned value within an unsigned array. == Description == The **Find Unsigned Array Position** component searches the input unsigned array for matching values defined in the **Value Elements**, starting from the beginning of the array. It outputs the index of the first occurrence found. If no match is found, the **Missing** pin triggers....")
- 00:4400:44, 15 September 2025 Find Last Unsigned Array Position (hist | edit) [1,049 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoFindLastUnsignedArrayPosition.png == Summary == Finds the index of the last occurrence of a specified unsigned value within an unsigned array. == Description == The **Find Last Unsigned Array Position** component searches the input unsigned array for matching values defined in the **Value Elements**, starting from the end of the array. It outputs the index of the last occurrence found. If no match is found, the **Missing** pin triggers....")
- 00:4000:40, 15 September 2025 Find Last Binary Position (hist | edit) [958 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoFindLastBinaryArrayPosition.png == Summary == Finds the index of the last occurrence of a specified binary value within a binary array. == Description == The **Find Last Binary Position** component searches the input binary array for matching values from the **Value Elements**, starting from the end of the array. It outputs the index of the last occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:</b> I...")
- 00:3800:38, 15 September 2025 Find Binary Position (hist | edit) [954 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoFindBinaryArrayPosition.png == Summary == Finds the index of the first occurrence of a specified binary value within a binary array. == Description == The **Find Binary Position** component searches the input binary array for matching values from the **Value Elements**, starting from the beginning of the array. It outputs the index of the first occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:</b> Im...")
- 00:3400:34, 15 September 2025 Find Complex Array Position (hist | edit) [969 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoFindComplexArrayPosition.png == Summary == Finds the index of the first occurrence of a specified complex value within a complex array. == Description == The **Find Complex Array Position** component searches the input complex array for matching values from the **Value Elements**, starting from the beginning of the array. It outputs the index of the first occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:<...")
- 00:3100:31, 15 September 2025 Find Last Complex Array Position (hist | edit) [973 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoFindLastComplexArrayPosition.png == Summary == Finds the index of the last occurrence of a specified complex value within a complex array. == Description == The **Find Last Complex Array Position** component searches the input complex array for matching values from the **Value Elements**, starting from the end of the array. It outputs the index of the last occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:...")
- 00:2900:29, 15 September 2025 Find Last Analog Array Position (hist | edit) [944 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoFindLastAnalogArrayPosition.png == Summary == Finds the index of the last occurrence of a specified value within an analog array. == Description == The **Find Last Analog Array Position** component searches the input analog array for matching values from the **Value Elements**, starting from the end of the array. It outputs the index of the last occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:</b> I...")
- 00:2700:27, 15 September 2025 Find Analog Array Position (hist | edit) [869 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoFindAnalogArrayPosition.png == Summary == Finds the index of a specified value within an analog array. == Description == The **Find Analog Array Position** component searches the input analog array for a matching value from the **Value Elements**. It outputs the index of the first occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:</b> Image:TArduinoFindAnalogArrayPosition.Preview.png == Propertie...")
- 00:2200:22, 15 September 2025 Humidity and Thermometer Sensirion SHT20 (hist | edit) [1,752 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSHT20.png == Summary == Measures ambient temperature and relative humidity using the Sensirion SHT20 digital sensor over I²C. == Description == The **Humidity and Thermometer Sensirion SHT20** component provides precise temperature and humidity readings. It communicates via the I²C bus and supports multiple resolution settings for temperature and humidity measurements. A **Reset** pin allows the sensor to be reset via a digital input....")
14 September 2025
- 23:5423:54, 14 September 2025 Humidity and Thermometer Sensirion HTS221(I2C) (hist | edit) [2,273 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoHTS221.png == Summary == Measures ambient temperature and relative humidity using the Sensirion HTS221 digital sensor over I²C. == Description == The **Humidity and Thermometer Sensirion HTS221 (I2C)** component provides high-precision temperature and humidity readings. It communicates via the I²C bus and supports features such as averaging, one-shot measurement mode, and built-in heater control. Data availability can be monitored using...")
- 23:4523:45, 14 September 2025 Humidity and Thermometer DHT12 (hist | edit) [1,510 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDHT12.png == Summary == Reads temperature and humidity data from the DHT12 digital sensor using the I²C interface. == Description == The **Humidity and Thermometer DHT12** component measures ambient temperature and relative humidity. It communicates over the I²C bus and provides precise digital sensing. The temperature can be reported in Celsius or Fahrenheit based on the **In Fahrenheit** property. A read cycle is triggered through th...")
- 23:4123:41, 14 September 2025 Grove Temperature (hist | edit) [1,424 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoGroveDHT11.png == Summary == Reads temperature and humidity data from the Grove Temperature & Humidity Sensor (DHT11). == Description == The **Grove Temperature & Humidity Sensor (DHT11)** component measures both ambient temperature and relative humidity. It supports temperature output in either Celsius or Fahrenheit, depending on the **In Fahrenheit** property. The sensor is triggered via the **Clock** pin, and outputs the readings as ana...")
- 23:3323:33, 14 September 2025 Merge Octets To 64 bit Unsigned MAC Address (hist | edit) [1,472 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMergeOctetsToMACUnsigned.png == Summary == Combines six individual octets into a single 64-bit unsigned MAC address. == Description == The **Merge Octets To 64-bit Unsigned MAC Address** component constructs a MAC address by merging six octet inputs into a single 64-bit unsigned integer. The merge is triggered by the **Clock** input. This is useful for generating or reconstructing MAC addresses from their separate byte components. <b>Di...")
- 23:2923:29, 14 September 2025 Split 64 bit Unsigned MAC Address To Octets (hist | edit) [1,279 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSplitMACUnsignedToOctets.png == Summary == Splits a 64-bit unsigned MAC address into six individual octets. == Description == The **Split 64-bit Unsigned MAC Address To Octets** component takes a single 64-bit unsigned integer representing a MAC address and breaks it down into its six constituent octets. This allows easier formatting, display, or transmission of MAC addresses in their common colon-separated octet form. <b>Diagram:</b>...")
- 23:2523:25, 14 September 2025 Split Unsigned TCP/IP IPv4 Address To Octets (hist | edit) [1,172 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSplitUnsignedIPv4ToOctets.png == Summary == Splits a 32-bit unsigned integer IPv4 address into four individual octets. == Description == The **Split Unsigned TCP/IP IPv4 Address To Octets** component takes a single 32-bit unsigned integer representing an IPv4 address and breaks it down into its four constituent octets. This allows easier manipulation, display, or transmission of IPv4 addresses in segmented form. <b>Diagram:</b> Image...")
- 23:2223:22, 14 September 2025 Merge Octets To Unsigned TCP/IP IPv4 Address (hist | edit) [1,452 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMergeOctetsToUnsignedIPv4.png == Summary == Merges four individual octets into a single unsigned 32-bit integer representing an IPv4 address. == Description == The **Merge Octets To Unsigned TCP/IP IPv4 Address** component combines four 8-bit octets into a 32-bit unsigned integer value. This value represents a complete IPv4 address in numeric form, making it useful for networking applications, comparisons, or storage. The **Initial Value**...")
- 23:1823:18, 14 September 2025 Merge Octets To Text MAC Address (hist | edit) [1,535 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMergeOctetsToTextMAC.png == Summary == Converts six separate octets into a formatted text representation of a MAC address. == Description == The **Merge Octets To Text MAC Address** component combines six input octets into a single string formatted as a standard MAC address (e.g., `00:1A:2B:3C:4D:5E`). Each octet is provided as a separate input, and the full address is updated when triggered by the **Clock** pin. An initial default address...")
- 23:1423:14, 14 September 2025 Merge Octets To Text TCP/IP IPv4 Address (hist | edit) [1,431 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMergeOctetsToTextIPv4.png == Summary == Converts four separate octets into a formatted text representation of an IPv4 address. == Description == The **Merge Octets To Text TCP/IP IPv4 Address** component combines four input octets into a single string formatted as a standard IPv4 address (e.g., `192.168.0.1`). Each octet is provided as a separate input, and the full address is updated when triggered by the **Clock** pin. An initial default...")