-
## Bug description
It looks like these 2 lines https://github.com/esp-rs/esp-idf-template/blob/master/cargo/.devcontainer/devcontainer.json#L19-L21 are causing wokwi to not pick up build change…
-
see wokwi/wokwi-features#352 for details
urish updated
4 months ago
-
When trying to build (or flash) a big firmware (I'm doing a star tracking system), even if the flash size seems to be correctly set, and the partition table too, following message appears.
"Sketch to…
-
We could make the transition easy by facilitating importing/exporting projects between Wokwi and hatchery
-
Hi, I tried to change the dma_capture pico sdk example code to read multiple ADC inputs in a round-robin method, but only ADC0(pin26) is read. All my efforts to implement this method in wokwi simulato…
-
Wokwi support more functionalities other than serial I/O. like pushing buttons, set/get the state of sensors (described [here](https://docs.wokwi.com/wokwi-ci/getting-started))
Once the API is sett…
-
Documentation could clarify how to run this program. Especially, minimum steps to run prebuilt binaries on an empty machine.
Steps to reproduce
- Following README.md, downloaded and uncompress…
-
**Describe the bug**
I installed the extension, created a free license, restarted VS Code, created the diagram.json file and tried to modify it, it told me to upgrade the license
**To Reproduce**…
-
I took the [ssd1306_128x64_i2c](https://github.com/adafruit/Adafruit_SSD1306/blob/master/examples/ssd1306_128x64_i2c/ssd1306_128x64_i2c.ino) example and turned it into an online playground on Wokwi, a…
urish updated
3 years ago
-
I did a program with the u8g2 lib and at the wokwi simulator worked very well, but I was trying to use in the real life and don't work.
Probably the error is the constructor, i have tried all the con…