Closed cimm closed 1 year ago
I can help with your Arduino 2.0.3 issue. I just ran into that too and fixed it. See: #11
I've just tried it in the 2.x IDE and the quotes example works. Albeit with the fixed library as described in #11 and the associated pull request.
Thank you @haarts. I manually installed the Paperdink Arduino library with your fix from pull request #11 and it does indeed compile in the Arduino 2.0.3 IDE and I can write it to the Paperdink device. Success! Let's hope the pull request gets merged soon.
It does, as far as I can test, not work for the Arduino 1.8,19 IDE but I will test again once #11 gets merged.
Pull request #11 has been merged and a new version of the Paperdink library, version 0.0.5, has been released.
I tested the Quotes example with the new version of the library on both Arduino 1.8.19 and 2.0.3 and the example compiles correctly on both versions. The "no protocol" error during library install and "multiple libraries" error during compile have both been resolved with the fix from #11.
This issue has been resolved.
I freshly installed Arduino 1.8.19 both from the flatpak repositories as directly from the Arduino website on Fedora 36 as on macOS Ventura. I added the additional board URL as explained in the documentation and choose the ESP32 Dev Module. This works fine.
When adding the Paperdink library the Arduino IDE asks if it should install all dependencies, which I accepted. During the library install I get an error. The output is from macOS but it's the same on Fedora.
I am not sure if this is an indication something went wrong or just some debugging output. I restart the Arduino software to be sure and open the "Quotes" example because this seems like the simplest example and I just want to test if everything works. When I compile the sketch I get:
Note that it fails on the
crypto.h
header while I am trying to compile the "Quotes" example. I am not sure why thePaperdink.h
header needs to include unrelated examples?Maybe related, not sure, but in Arduino 2.0.3 I can find the Paperdink library but the install button does nothing. No output, nothing, even if I install the libraries dependencies manually first.
Any idea what I am doing wrong? Thank you!