Sandbox
The Sandbox is an integrated environment that enables you to:
Create Scripts: Use the Visual Editor or write UniotLisp scripts directly.
Deploy to Device: Upload the script to your microcontroller, where it runs autonomously.
You can create a script using the visual editor or by writing UniotLisp code directly in the code editor. Note that you can not use both tools at the same time: if you start writing UniotLisp code by yourself, you will not be able to use the visual editor. You will need to recompile your visual blocks to synchronize the code editor with the visual editor.
Key Features
Visual Editor: Build scripts using an intuitive drag-and-drop interface.
Code Editor: Write and edit UniotLisp code for advanced logic.
Logger: Monitor script execution and debug issues efficiently.
Emulator: Test code in a simulated environment.
Last updated