wokwi-features
wokwi-features copied to clipboard
Wokwi Feature requests & Bug Reports
**Describe the feature request:** I am currently developing a custom chip simulation for an air flow sensor in the Wokwi Simulator. The sensor's behavior involves variable flow rate values depending...
**Is your feature request related to a problem? Please describe.** The current keypad can only be a maximum of 4X4 size. I am making a calculator to learn C and...
Being able to drag and drop file tabs would be very useful to organise files. Sometimes I create a new file and it would be better suited if I could...
Feature request to add support simulating the [Ardunio UNO WIFI Rev2](https://store.arduino.cc/products/arduino-uno-wifi-rev2)
I'm unable to access any files from the virtual SD Card when running the simulator from VS code. Specifically, the ls command prints out an empty list: ``` Files on...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when a PR is submitted and all my unit tests pass but still end up breaking my...
### Describe the bug The [Wokwi for VS Code extension](https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode) uses VS Code's build-in terminal since the version 2.1.0. With that terminal users can not see what they are writing...
I would like to avoid stepping into standard library functions Using stock calculator.ino example I don't need to step into the string assignments/comparisons logic on a line like String current...
I want to autograde student submissions using GitHub Classroom's autograding feature, but I haven't yet figured out how to do this. Have you already thought about how to do this?...
Connecting the pin 1 - (reset pin) to Gnd on the AtTiny should reset the chip. In Wokwi, however, it seems the simulation resets to the beginning of Void Loop,...