epaper-weather-station icon indicating copy to clipboard operation
epaper-weather-station copied to clipboard

Collection of examples to read sensors (I2C and others) and publish real-time information with minimum consumption using fast ESP32S3/ESP32 and epaper controllers such as IT8951 or EPDiy

Results 3 epaper-weather-station issues
Sort by recently updated
recently updated
newest added

The mission here is to add a Vector table that stores a structure: ```C++ // Structure for an activity struct Day_activity { uint8_t day_week; // 1 Monday to 5 Friday...

First we are starting with small examples. Branch: **idf_5** Most importantly: - [x] [Lovyan](https://github.com/lovyan03/LovyanGFX/issues/282) GFX should build on V5 (Check referred issue 282) - [x] BLE basic server example seems...

refactoring
done
on hold

No idea if it's worth to add this, but the new Lilygo device has this real-time-clock, maybe someone else uses it? As a reference there are some resources including Lilygo...

enhancement
I2C