Uri Shaked
Uri Shaked
This feature has been getting a large number of votes recently, so I ordered a Pi Pico W to prepare for implementation.
Awesome! Meanwhile, I also pushed a prototype of short-circuit the SPI to slightly speeds things up. You can enable it by setting the `"__labs_spiAccel"` attr to `"1"`, e.g. ```json {...
Found a blog post with tons of useful information: https://iosoft.blog/2022/12/06/picowi/
Initial implementation of the Pi Pico W is live on Wokwi! Here are some examples: - [Arduino](https://wokwi.com/projects/360610135224442881) - [MicroPython](https://wokwi.com/projects/360519097147837441) - [Pi Pico SDK](https://wokwi.com/projects/360480722185134081) documentation and more information coming over the...
@d3lta-v not a priority for the first release. We aim for Pico SDK and micropython compatibility, since they are both officially supported by the Pi foundation, and Arduino compatibility since...
Thank you! The way the vote is on the [features page](https://wokwi.com/features), using VotePowers. You can vote for any feature as many times as you want. I'm still working on a...
> In the interim would it be possible to make the potentiometer have hot keys for values so we can simulate the same thing? Sounds like a good suggestion. There's...
While waiting for this, there's some workaround: you can achieve a similar functionality by implementing a custom chip (see #301 for details). Here's one example showing how to use a...
Thanks for the suggestion @kubark42! The funny thing about "circuitjs1" is that it's actually implemented in Java and compiled to JavaScript. In any case, we already have a solution for...
1.5 months later, and now it's number 6 on [the list](https://wokwi.com/features)