You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I created a circuit diagram with multiple buttons on a single input. I used some resistors for this, but somehow the resistor concept is not working in the simulation. Only the last two buttons on the right show any analogRead values when pressed, but both have the same value, 1023. I tested the same circuit on another simulation platform, and it worked fine there. So, the issue seems to be with Wokwi.
To Reproduce
Here are the diagram.json and sketch.ino of my project to test.
Describe the bug
I created a circuit diagram with multiple buttons on a single input. I used some resistors for this, but somehow the resistor concept is not working in the simulation. Only the last two buttons on the right show any analogRead values when pressed, but both have the same value, 1023. I tested the same circuit on another simulation platform, and it worked fine there. So, the issue seems to be with Wokwi.
To Reproduce
Here are the diagram.json and sketch.ino of my project to test.
diagram.json
sketch.txt
Expected behavior
Each button should work separately, and the lights should turn on accordingly based on the button pressed.
Environment (please complete the following information):
Additional context
I want to make the following circuit diagram to test it.
This is my circuit diagram if no one want to look in json.
The text was updated successfully, but these errors were encountered: