wokwi / wokwi-docs

Documentation for the Wokwi Simulator
https://docs.wokwi.com
MIT License
132 stars 386 forks source link

List of supported hardware #177

Closed ygoe closed 1 year ago

ygoe commented 1 year ago

I got aware of this project by a news article today. Just had a quick look for now and I couldn't find out what devices the simulator supports, especially MCUs. I'm primarily using ESP32 and ATtiny1614. The latter is a relatively modern AVR 8-bit MCU that has some differences to the older Arduino models. I suggest adding a list of supported devices somewhere in the documentation, maybe link to it from the FAQ page.

urish commented 1 year ago

Hello, thanks for the suggestion. Added a page with the list of supported microcontrollers and other hardware:

https://docs.wokwi.com/getting-started/supported-hardware

I'm curious - which news article mentioned Wokwi?

ygoe commented 1 year ago

Thank your for the clarification!

I read about the project here: https://www.heise.de/ratgeber/Wokwi-Wie-Sie-ESP32-Arduino-und-Raspi-Projekte-im-Browser-simulieren-8990252.html The page is in German and it's available to subscribers only, but often it's already interesting to look at the described projects myself and see what I can do with it, even without reading the article.