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)

16 August 2025

  • 04:3704:37, 16 August 2025 Touch Toggle Demux (hist | edit) [1,199 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoTouchToggleDemux.png == Summary == Routes a single touch input to one of two outputs (True or False) based on the state of a boolean select signal. == Description == The Touch Toggle Demux component works like a two-way switch for touch signals. The incoming In touch value is directed to either the True or False output, depending on the Select pin state. The Initial Select Value property sets which output is active at startup. This makes it useful...")
  • 04:3104:31, 16 August 2025 Touch Mux(Multi channel Switch) (hist | edit) [1,285 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoTouchMuxMultiChannelSwitch.png == Summary == Routes one of multiple touch inputs to a single output, based on a channel selection. == Description == The Touch Mux (Multi Channel Switch) component selects one of several touch input channels and forwards it to the Out pin. The Select input chooses which input channel is active. The Initial Channel property defines which input is active at startup. The Input Pins property sets how many touch inputs ar...")
  • 04:2504:25, 16 August 2025 Touch Value (hist | edit) [1,151 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoTouchValue.png == Summary == Generates a touch output based on configured values and states. == Description == The Touch Value component allows you to define and manage touch states programmatically. Through the Elements property, you can configure individual touch states and their associated values. The Value Elements property provides a way to assign and update specific value mappings used in touch interaction. This component is useful for simula...")
  • 04:1504:15, 16 August 2025 Digital (Boolean) Xor (hist | edit) [980 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBooleanXor.png == Summary == Outputs True if an odd number of Boolean inputs are True. == Description == The Digital (Boolean) Xor component performs a logical exclusive OR (XOR) operation across multiple Boolean inputs. The output is True when an odd number of inputs are True. The output is False when all inputs are False or when an even number of inputs are True. This makes it useful for conditions where you want a toggle-like behavior or detect...")
  • 04:1204:12, 16 August 2025 Boolean (Digital) Or (hist | edit) [878 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBooleanOr.png == Summary == Outputs True if any Boolean input is True. == Description == The Boolean (Digital) Or component performs a logical OR operation across multiple Boolean inputs. If one or more inputs are True, the output is True. If all inputs are False, the output is False. This component is useful when you want to trigger an action if at least one condition is satisfied. <b>Diagram:</b> Image:TArduinoBooleanOr.Preview.png == Cate...")
  • 04:0804:08, 16 August 2025 Digital (Boolean) And (hist | edit) [917 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBooleanAnd.png == Summary == Outputs True only when all Boolean inputs are True. == Description == The Digital (Boolean) And component performs a logical AND operation across multiple Boolean inputs. If all inputs are True, the output is True. If one or more inputs are False, the output is False. This component is useful for combining multiple conditions where all must be satisfied before triggering an action. <b>Diagram:</b> Image:TArduinoAndB...")
  • 03:5803:58, 16 August 2025 Digital (Boolean) Change Only (hist | edit) [944 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBooleanChangeOnly.png == Summary == Passes the Boolean signal to the output only when its value changes. == Description == The Digital (Boolean) Change Only component filters a Boolean input and outputs it only when the value transitions (from True → False or False → True). If the input remains constant, no output is generated. This is useful for reducing redundant signal updates, triggering logic only on state changes, and preventing unnecessary...")
  • 03:5303:53, 16 August 2025 ZS-042 Real Time Alarm Clock(RTC) DS3231 and EEPROM (hist | edit) [3,619 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRTCZS042.png == Summary == Provides real-time clock functionality with dual alarms, temperature-compensated accuracy, onboard EEPROM, and temperature output using the DS3231 RTC chip (ZS-042 module). == Description == The ZS-042 Real Time Alarm Clock (RTC) DS3231 and EEPROM component interfaces with the DS3231 RTC chip over I²C, providing highly accurate, temperature-compensated timekeeping. It supports two independent alarms with flexible match mode...")
  • 03:4103:41, 16 August 2025 Real Time Alarm Clock(RTC) PCF8563/BM8563 (hist | edit) [2,559 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRTCPFC8563.png == Summary == Provides real-time clock functionality with alarms and timer support using the PCF8563 or BM8563 RTC chip over I²C. == Description == The Real Time Alarm Clock (RTC) PCF8563/BM8563 component interfaces with the NXP PCF8563 (and compatible BM8563) real-time clock via the I²C bus. It offers precise timekeeping, alarm scheduling, programmable clock output, and a countdown timer with interrupt support. This component is use...")
  • 03:3103:31, 16 August 2025 Real Time Alarm Clock(RTC) PCF8523 (hist | edit) [3,798 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRTCPFC8523.png == Summary == Provides real-time clock functionality with alarms, timers, and power management using the PCF8523 RTC chip over I²C. == Description == The Real Time Alarm Clock (RTC) PCF8523 component interfaces with the NXP PCF8523 real-time clock via the I²C bus. It supports accurate timekeeping, programmable alarms, timers, power management, and watchdog functionality. This component is useful for: Projects requiring time-based ev...")
  • 03:1103:11, 16 August 2025 Radio Time DCF77 (hist | edit) [1,733 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDCF77.png == Summary == Receives and decodes longwave time signals from the DCF77 radio station to provide accurate date and time. == Description == The DCF77 component synchronizes system time using the German DCF77 longwave time signal (broadcast at 77.5 kHz from Mainflingen, near Frankfurt). DCF77 carries highly accurate time information derived from atomic clocks, including date, time, and daylight saving adjustments. This component is especially...")
  • 01:1601:16, 16 August 2025 Network Time Protocol (hist | edit) [1,603 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoNetworkTimeProtocol.png == Summary == Retrieves the current date and time from the Internet using the Network Time Protocol (NTP). == Description == The Network Time Protocol component synchronizes the system’s date/time with global NTP servers over the internet. It requests precise time data via NTP and outputs it as a Date/Time value. You can configure a Base Date, apply a Daylight Offset, and adjust for a Time Zone Offset. Optionally, the compon...")
  • 01:1101:11, 16 August 2025 Internet Time Protocol (hist | edit) [1,652 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInternetTimeProtocol.png == Summary == Retrieves the current date and time from the Internet using the Internet Time Protocol (NTP). == Description == The Internet Time Protocol component synchronizes the system’s date/time with global time servers over the internet. It communicates using NTP (Network Time Protocol) to fetch precise time values and outputs them as a Date/Time value. You can configure a Base Date, apply a Daylight Offset, and adjust...")
  • 01:0101:01, 16 August 2025 CPU Time (hist | edit) [1,367 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCPUTime.png == Summary == Provides CPU uptime in milliseconds and microseconds, and allows creation of software clocks. == Description == The CPU Time component outputs the elapsed time since the CPU started running, available both in Milliseconds and Microseconds. In addition, you can configure Elements that act as software clocks. Each software clock can be set to a specific current time, after which it will continue to update and provide a running...")

15 August 2025

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)