Work | Visuino Key
In this project, a DHT11 sensor measures temperature. When the temperature crosses a threshold, Visuino commands an L298N motor driver to extend or retract a linear actuator. Simultaneously, an I2C LCD display shows live temperature readings and actuator status.
This is the core of Visuino's operation. Users draw "wires" (connections) between the output pins of one component and the input pins of another. This visualizes the flow of data.
Visuino is a visual programming environment tailored for Arduino and compatible hardware boards. Instead of typing C++ code in the standard Arduino IDE, you connect visual blocks that represent sensors, displays, motors, and logic gates.
Every Visuino project revolves around a set of indispensable keywords. These are the building blocks of your visual code. visuino key work
Visuino's component library is constantly expanding. The latest version includes support for new displays (ST7789 240×280), improved ESP32 I2S audio capabilities, CAN FD (Flexible Data-rate) support, and many industrial protocols.
: Native support for industry-standard protocols including Modbus , MQTT , I2C , and SPI .
To maintain clean and functional projects as they scale, developers should adopt specific workflow habits. In this project, a DHT11 sensor measures temperature
Use the Object Inspector to set up sample rates, thresholds, and operational modes.
Visuino is a visual programming environment that allows you to program Arduino and other microcontroller boards through a drag-and-drop interface. A critical aspect of its functionality is the , which unlocks the software's full capabilities. Core Features of Visuino
Many Visuino components are multi-functional container blocks. For example, the or Packet components allow you to add internal "Elements." By clicking the ellipsis (...) inside the component properties, you can add multiple text channels or data bytes. This keeps your workspace clean by grouping related operations into a single visual block instead of spreading dozens of separate gates across the screen. Data Filtering and Smoothing This is the core of Visuino's operation
Allows students to learn logical thinking, control systems, and electronics engineering without getting bogged down by coding syntax rules. Conclusion
Send data or state changes out to other components.