PaperdInk-Library
PaperdInk-Library copied to clipboard
Arduino Library to interact with Paperd.Ink
The wifi chip is part of the ESP32-WROOM-32 module and, according to the [datasheet](https://cdn.sparkfun.com/assets/learn_tutorials/8/0/4/esp32-wroom-32_datasheet_en.pdf) it does not support WPA3, only WPA, WPA2, WPA2-Enterprise, and WPS. Am I reading that correctly?...
For me, it's a big problem, that all the functions of the calendar example apps are created inside the main paperlink.h library. Does anyone get a standalone application running where...
Hey - , I love this code, and I have it running on my Merlot. Would it be possible to see the battery status?
Hello! I *love* my little merlot device - getting me back in to coding (and learning a few new tricks too).. I see the wifi part but could not see...
I am trying to set up the [wave example](https://github.com/paperdink/PaperdInk-Library/tree/main/examples/Wave). I set the variables in `config.h`, and am using the latest version of the library from the repo. It compiles fine,...
Hello. I think it will be great if you add support or examples about how to setup papered to be updated via OTA. EspHome for example does this, and it...
Could you include a tutorial on how to call custom REST/JSON API calls hosted on any HTTP(S) address. The quote example is the closest, but I struggle with making the...