Eduardo Santos
Eduardo Santos
For security reasons, no one can edit another user's project, but it is possible to create a clone of the project and edit it through it. If anyone wants support,...
> For now, there is only a RTC module for getting the time. it's not entirely true. You can use an ESP32, RP or Arduino+ESP01 (as a wifi module) and...
You can build the DCF77 receiver simulation using the custom chips api in wokwi. * https://docs.wokwi.com/chips-api/getting-started ---- Automatically translated. ordinal text in Brazilian Portuguese Você pode construir a simulação do...
Wokwi does not simulate voltage or current. you could create a fake sensor with `chips-api` using `chips-api`, It is necessary to manually inform the sensor which voltage/current it is "reading"
esp01 as a wifi module is already supported on wokwi https://wokwi.com/projects/393358172882383873 [](https://wokwi.com/projects/393358172882383873) to use, just insert `{ "type": "board-esp-01", "id": "esp01", "attrs": {} }` in `diagram.json->parts` ## diagram.json ```diff {...
It's not documented, but it's possible to find Wokwi projects with `board-esp-01` on Google https://www.google.com/search?q=esp01+wokwi ---- Any help is welcome to document `board-esp-01` in Wokwi. * Documentation for the Wokwi...
> Is it an expected behavior? Yes, it is expected behavior. > Is it possible to somehow configure the wokwi VS code plugin to run on the background instead of...
This flaw was commented on: https://github.com/wokwi/wokwi-features/issues/279#issuecomment-1761570712
The limitation of 0..90 you can do via software. Encapsulate the function that controls the servo, passing the angle and limiting the angle. You can use the Arduino [`constrain`](https://docs.arduino.cc/language-reference/pt/fun%C3%A7%C3%B5es/math/constrain/) function....
For this specific application, you can use percentage `airFlowRate`. in the ranger from 0 to 100% for “airFlowRate”. ```json { "id": "airFlowRate", "label": "Gas Air Flow Rate", "type": "range", "min":...