wokwi-features
wokwi-features copied to clipboard
Wokwi Feature requests & Bug Reports
**Describe the bug** After adding a RGB led (common cathode) to custom-chip-analog example, the RGB led never lights for any voltage output. **To Reproduce** Modified custom-chip-analog example: https://wokwi.com/projects/330112801381024338 **Expected behavior**...
We use the Arduino Nano ESP32 board on a Jumperless breadboard for our projects. As there is already a simulation of the processor and an Arduino Nano board available it...
**Describe the bug** The bug happens when you use an IDF cpp code with esp32. # if you don't use idf template - Before i was able to run a...
I think this problem @urish https://wokwi.com/projects/377738790419369985 and https://wokwi.com/projects/400694669957777409 > https://github.com/Bodmer/TFT_eSPI/issues/3346 ``` Error loading library index :-( ``` TFT_eSPI [V2.5.43](https://github.com/Bodmer/TFT_eSPI/tree/V2.5.43) Need update.
**Describe the bug** The SerialMonitor output is not working with SoftwareSerial.h in an attiny85 project. Same code works on other boards. The[ Attiny85 SoftwareSerial example project](https://wokwi.com/projects/290883003139228169) has no output either,...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior, including link to a simulation project where we can see...
**Describe the bug** Code works, display doesn't. Serial console works fine, that's how I managed to tell if it was running. It was working just fine at home, idk what...
**Describe the bug** A clear and concise description of what the bug is. I only add : pwm_set_phase_correct(slice_num,true); in the exemple of https://wokwi.com/projects/326847710095213139 above/ before pwm_set_enabled(slice_num, true); then seems not...
When attempting to run a large Arduino Mega Project in Wokwi adding an additional line of code to a working project causes a "unknown Build Error" to occur. **To Reproduce**...
**Is your feature request related to a problem? Please describe.** I would like to simulate resetting the ESP but EN pin doesn't work and the buttons are fake (non-functional) **Describe...