Is there an Arduino Simulator or Emulator or cross-compiler to native Mac executable that runs directly under Mac OS X, and does NOT require a Windows or Linux VM or an active internet connection for running in the cloud?
There are previous questions here on similar topics, but they do not seem to address exactly this particular use case subset.
-
Is this not adequate? 123d.circuits.ioPeter– Peter2015年03月22日 23:00:14 +00:00Commented Mar 22, 2015 at 23:00
2 Answers 2
I am using the Wokwi Arduino simulator for a long time. It runs on all three platforms. Mobile, Windows OS, and macOS. I have checked the working of the simulator in both Android and iPhone. Both give a good performance as well.
Arduino CodeBlocks plug-in has an Arduino simulator. Be carefull when setting it up and use full paths, it's easy to mess up, but works beautifully once done.