Skip to content

Getting Started

Simulator86 is the development environment for hardware

Your workspace is split into two main panels: the editor and the diagram.
Forking a project does not require an account, but we strongly recommend logging in so you don’t lose your work once the session ends.

Before making changes, make sure you fork the project or start a new one.
You can only edit projects that you own.

At the bottom of the diagram panel, you’ll find the component tray.
Drag and drop any component onto your layout to begin building your circuit.

You can also click the documentation icon on any component to view its implementation details and original datasheet.

Once a component is placed, you can immediately start wiring it to other components.

Indicator image for where is the component button

You’ll need to have your built binaries ready. You can simply click on the build button on the top left corner of the editor.

To flash your program onto an MCU, simply drag your compiled binary file (usually ending in .elf) into the component.

Indicator image for where is the component button