Code einbinden in die Simulation

Hallo Leute,
ich bin total neu hier und auch Anfänger bei dem Thema Elektronik.
Ich habe in der fritzing-Software unter dem TAB Steckplatine den Arduino UNO, eine LED und einen Widerstand eingebunden.
Parallel dazu habe ich es auch mit einem Starterpaket nachgebaut. Dazu musste ich einen Code auf die Platine hochladen. Es funktioniert alles sehr gut.

Wenn ich die gleiche Schaltung auf der Steckplatine baue und dann auf “Simulation” klicke passiert im Prinzip nichts. Es gibt zwar einen TAB “<>Code”. Aber selbst wenn ich dort meinen Code eingebe passiert nichts.
Was muss ich machen, damit auch in der Simulation das Blinken der LED funktioniert.
Könnt Ihr mir einen Tipp dazu geben ?

Unfortunately, the current Fritzing simulator can only simulate DC circuits. See the following link to see its current capabilities:

https://blog.fritzing.org/2022/06/27/Simulating-Circuits-with-Fritzing

The Arduino part doesn’t have a simulation model (no SPICE model) as you can see in the inspector pane when the Arduino is selected.

The internal library that performs the electrical simulation (ngspice) is able to perform transitory analysis (e.g. a 555). Thus, it could be possible that we add that capability in the future, but it could take months or years. However, mixing it with Arduino code will take even longer.