Koepel
Koepel
I noticed that as well. I should have captured the first I2C data after power up.
The Slave should ACK to its I2C address and the Master should send a NACK after reading the last data byte. Then the Master can send a STOP. That means...
I don't have such a LDR module, so I don't know if the digital output turns high with light or with darkness. The digital output changes in the middle of...
Can you try this in the Chrome (or Chrome based) browser ? When the simulation is running, and if you click on the button to set the focus on the...
I did some test, but the difference between keyboard "1" and mouse click is not clear for me. I think that there is a difference when the focus is on...
When I click on the button fast, then the result is the same in all situations.
I can not find a consistent way where a mouse click behaves different than the keyboard "1". The focus of the browser can be on the diagram field, on the...
I don't know the internals, but I do know that the microcontroller instructions for the Arduino Uno are clock-accurate simulated and the ESP32 has optimizations and runs better when every...
The LcdMenu has been improved, and the issue has been solved for others: https://github.com/forntoh/LcdMenu/issues/168 The problem still exists in Wokwi. Perhaps Wokwi makes a difference between "LiquidCrystal_I2C" and "LiquidCrystal I2C"...
I get the same dependencies problem with the Library Manager of Arduino IDE 2 with version 4.1.0 of the LcdMenu library. It turns out that I did not read solution...