u/Alex_RVillalobos

Image 1 — reTerminal E1004 - another home display
Image 2 — reTerminal E1004 - another home display
Image 3 — reTerminal E1004 - another home display
Image 4 — reTerminal E1004 - another home display
Image 5 — reTerminal E1004 - another home display
Image 6 — reTerminal E1004 - another home display
▲ 76 r/Seeed_Studio+1 crossposts

reTerminal E1004 - another home display

I enjoyed my development with the reTerminal E1002 so much that I decided to buy and create a variant for the reTerminal E1004.

In that case, I use it to display personal pictures, photographs by other authors (organized by theme), and works of art.

In my case, reTerminal E1004 simply connects to a URL on my server. It's there that I've programmed a backend that allows me to organize the content to be displayed (personal pictures, image of the day, artwork of the day, and a lot more...).

In other words, in my specific case, reTerminal E1004 acts as a web viewer, with content hosted on my own server.

u/Alex_RVillalobos — 11 days ago
▲ 34 r/Seeed_Studio+1 crossposts

reTerminal E1002 - my home display

Hello. I've decided to post here something I originally shared months ago on the Seeed Discord server. It's a personal project I created with reTerminal E1002 (color). I hope you like it and that it inspires others.

Based on the weather conditions in my city, together with indoor temperature and relative humidity data from my home, the data representation is now accompanied by dynamic images. Depending on the value of the data, some elements are highlighted in yellow to warn about cold, heat, rain, or wind.

Thanks to AI, a matrix of cat pictures has been generated for the outdoor cat, covering different seasons of the year and weather conditions. The same has been done for the indoor cat, shown at different times of the day. As a result, the terminal is now able to illustrate and present the data in a more fun and surprising way.

And one extra detail: the lighting both outdoors and indoors changes according to sunrise, daytime progression, and sunset… tinting the background with different colours. In this case, I'm using a personal web server (PHP, JS + HTML, CSS). The home's temperature and humidity data are sent to the server, which stores them. The E1002 simply visits a page on the server that makes up the entire view. Part of the functionality is in PHP and part in JS (you could also use Node).

The interesting thing is that you'll have to apply some tricks, since the web rendering speed on the E1002 is limited (unlike on a desktop PC). It's best to do the final image composition (built from overlapping layers) on the server side to provide the device with a pre-composed, small-sized image (.webp).

The color offers new possibilities and forces me to improve the pages to make them even more beautiful. I've named my device "gatino" (gato + arduino) in spanish, wich in english is something like "catino" (cat + arduino).

A color e-paper display is especially useful for showing weather maps with color gradients. The device has a dithering algorithm that helps reproduce photos and full-color images in a realistic way.

The device displays many other views that I have programmed: famous quotes, my agenda, clock, calendar, weather forecast for the next few hours and days, nearby webcams, riddles, trivia, personal photos, famous paintings, cultural agenda and much more.

u/Alex_RVillalobos — 11 days ago

Custom sleep screen for KLC (Kobo Libra Colour) with koreader + plugins

Thanks!! to u/Jander77 for the information and inspiration.

This is how my sleep screen looks on the KLC (Kobo Libra Colour).

  • nickelmenu
  • koreader
  • plugins: bookshelf, customisablesleepscreen, readinginsights, koassistant (AI), localsend
  • fonts: kobo-core-fonts, kobo-extra-fonts

More details in their recent post: https://www.reddit.com/r/koreader/comments/1uxuhbs/yet_another_my_setup_post/

u/Alex_RVillalobos — 12 days ago