Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This gets BleepingComputer news articles and CISA KEV's (Known Exploited Vulnerabilities) and prints them out in 2 columns on an arduino epaper display. Updates hourly, turns off between updates to save battery and have a clean reset.

This will likely only work on the seeed studio 7.5" epaper display due to the driver specifying that board. If you can work through that you may be able to get it working on other devices. Besides the board specific code, it should (hypothetically) work on any TFT_eSPI board.

This article should be consulted before trying to set up this specific board. If you'd rather not, these steps are needed:

Setup:

  1. In Arduino IDE, add the following URL to File > Preferences > Additional Board Manager URLs: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
  2. Add Seeed GFX library in Sketch > Include Library > Add ZIP library
  3. In Tools: set Port to your COM port for the connected board, and set Board to "XIAO_ESP32C3"
  4. Finally, update your local wifi settings in the ePaperNewsFeed.ino file under the setup(), after uploading you should be good to go.

Example

Here is how it looks on the seeed Studio's 7.5" ePaper display. No cords needed besides very rarely charging the battery.
image0 (1)

About

ePaper Arduino project that displays CISA KEV's and Tech news articles on an easily-accessible display

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages