WanderLG
WanderLG
Most likely the problem is in the ESP32 Wire library, because using a logical parser, we can see that ESP32 loses I2C SCL sync. I am sending 2 files with...
But something is happening and the package is getting lost. look at these two comparisons. This picture is the wire scanning for addresses. This one works perfectly.  and this...
The two photos are just the end of the package. In the first photo, both work, but in the second photo, Arduino Works and ESP32 does not work.
All using wire. Em ter, 10 de set de 2019 08:21, John P. escreveu: > Oh, I agree something isn't working; just not sure what! You didn't say, > but...
This is where the first error occurs. Note that using Arduino, we have between 16+ACK up to 12+ACK 9 high SCL pulses. But using ESP32 that doesn't happen and we...
But yes, there may be a way to work around this in the Etherkit SI5351 library without having to touch the ESP32 i2c libraries. I just don't know how to...
There are people saying that they solved the ESP32 i2c problem by updating the package. https://github.com/espressif/arduino-esp32/releases Now I have no way to test this. But as soon as I get...
I couldn't make it work. Updated to: ESP32 Arduino 1.0.3 RC3 (IDF 3.2) But still the error continues. To generate frequency in only one output, CLK0 for example. The JF3HZB...
Jhon Thank you. I sent the email. Did it get there?
Good Morning. Is it possible to use Tinyoled4K without the need for a wire library? I tried to edit the TinyOled4K.cpp file including direct command functions according to this simple...