wokwi-features
wokwi-features copied to clipboard
Wokwi Feature requests & Bug Reports
You can download a project as zip, so it would be cool if you can upload the zip again.
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
add support for a wifi based board **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always...
Resistor dividers are useful for connecting multiple buttons to a single analog input pin, as [described here](http://www.ignorantofthings.com/2018/07/the-perfect-multi-button-input-resistor.html). This is particularly useful for MCUs with limited number of IO pins, such...
Currently, (afaik) the small serial emulation field enables to send and receive ascii codes only. Most serial monitoring programs (such as Hercules, AccessPort, Eltima, etc.) enable to send and receive...
**Describe the bug** ADC_FLAG_EOC never gets set **To Reproduce** Steps to reproduce the behavior, including link to a simulation project where we can see the problem. 1. clone https://github.com/dzid26/StepperServoCAN/tree/wokwi/firmware 2....
It would be nice if buttons produced more confusing inputs for microcontrollers when they lack a pullup/pulldown circuit. This would make it easier to debug. In the case below the...
It would be cool to run simulations in ipynb-style notebooks. This could for example be done by compiling and running the simulator from python. An elegant api could in theory...