Uri Shaked

Results 619 comments of Uri Shaked

If you are using idf.py to build your project, you can point wokwi.toml at build/flasher_args.json to automatically load the partition table, as explained here: https://docs.wokwi.com/vscode/project-config#esp-idf-support

Thanks! I opened this request [for voting](https://wokwi.com/features?sort=newest#feature-1123665318). Implementation details: Uses SPI; Arduino library: https://github.com/carlosefr/pcd8544

Custom chip implementation: https://wokwi.com/projects/420132927195935745

Now also implemented natively in Wokwi: - https://docs.wokwi.com/parts/wokwi-nokia-5110-screen - https://wokwi.com/projects/422590948073922561

Hi, can you please link to a Wokwi project that reproduces the issue?

The current TM1637 part emulates the following module: ![image](https://github.com/user-attachments/assets/8f49a110-c05f-4009-9774-2411210edc78) I looked up and see there's another variant, which has decimal points instead of colons.

Thanks for the PR! Note that there are some formatting issues with the modified code, please run prettier to fix them. Also, note that we are not married to minimist...

Thanks for switching, and sorry about the long response times. Looks like the new version has some issue with `--expect-text`, causing the tests to fail. Can you please look into...

Thanks! The serial data arrives in chunks, which do not necessarily align with line boundries. So the code needs to keep track of either the current line as it's being...

Update: we're working on a repository where we have automatic tests for common Wokwi parts using the wokwi-cli and automation scenarios. You can find these tests in the following repo:...