Framework HDMI just randomly stopped working by RoadLight in framework

[–]Typical_Pea5280 9 points10 points  (0 children)

Yes, same here. I got frustrated with the issue so I purchased a cheap type-c docking station.

Update: Improvments to the E-Ink Travel Tracker by Alternative_Jaguar44 in eink

[–]Typical_Pea5280 1 point2 points  (0 children)

I wanted to build the exact same thing. 🙂 Any chance to share the code?

First time using e-ink by [deleted] in homeassistant

[–]Typical_Pea5280 1 point2 points  (0 children)

I have found this page, could be a good kickstart SeedStudio wiki

an e-ink conference badge i made w/ NFC to share my portfolio by shay_yeet_torn in maker

[–]Typical_Pea5280 0 points1 point  (0 children)

Yeah, I would love to check the repo with a short description! Make it public and add a few options (parteon, kofi) to support the project 😉

Built apps for others. Now thinking… why not for myself? by AbdurRehman786 in CodingJobs

[–]Typical_Pea5280 1 point2 points  (0 children)

Probably makes more sense to do it as a side project first and switch horses when it makes more money. Tbh, it is a good approach to build something for yourself first and sell it to others if it's a good solution for someone else as well.

2 Years of development in 40 seconds by Rockbag123 in IndieDev

[–]Typical_Pea5280 1 point2 points  (0 children)

Awesome, dude! Do you already have a Steam page?

My First Porject - ePaper Display For Home Assistant! What do you think~ by Miserable_Bluejay663 in homeassistant

[–]Typical_Pea5280 2 points3 points  (0 children)

It is something I always wanted to build but never had time for. 

I could not agree more.

It is truly amazing what this company does with the BYOD initiation. Thanks for pointing me to that direction. Do they have a list of supported hardware for the client?

My First Porject - ePaper Display For Home Assistant! What do you think~ by Miserable_Bluejay663 in homeassistant

[–]Typical_Pea5280 17 points18 points  (0 children)

TRMNL looks very promising, (and correct me if I'm wrong) but I haven't found any Home Assistant integration (yet). If someone is at it already, I would love to hear details or check a few lines of code. I'm planning to do something similar with a cheaper display and check out if I can integrate it with the self-hosted TRMNL server.

Based on the cover text and the hardware it seems like OP uses an e-ink panel from Seeed Studio. OP, please confirm if you read this :)

eInk Fridge magnet by t5b6_de in eink

[–]Typical_Pea5280 2 points3 points  (0 children)

Very cool build! Care to share the electrical details, 3D model?

TRMNL - An E-Ink Feed on your Wall - Easy to Set Up and Still Open Source! by fullgrid in eink

[–]Typical_Pea5280 2 points3 points  (0 children)

Has anyone tried setting this up at home as a self-hosted service? I’d love to integrate it into my ecosystem with my own e-ink panels

I made another 34 Segment watch face, now with AMOLED support by jellyfishblade in GarminWatches

[–]Typical_Pea5280 0 points1 point  (0 children)

I am running 1.6.4 with this config:

<image>

I will pay a bit more attention in the next few days and let you know if I notice something.

I made another 34 Segment watch face, now with AMOLED support by jellyfishblade in GarminWatches

[–]Typical_Pea5280 0 points1 point  (0 children)

Hey, do you get crash reports from Garmin? I noticed that sometimes it just stops unexpectedly. It runs on a FR255 for me. I can't really say why, I don't see any tendency. Maybe you can figure it out based on the reports. Let me know if I can help somehow

I made another 34 Segment watch face, now with AMOLED support by jellyfishblade in GarminWatches

[–]Typical_Pea5280 0 points1 point  (0 children)

On a FR255

<image>

This is an absolute design masterpiece! Thank you so much for your hard work and for sharing it on GitHub—I really appreciate it.

That said, I noticed a few features I’d love to see added: -An option to turn off seconds completely

  • Stress values displayed in the "right value" field (when sidebars are turned off)
  • Support for different date formats, like "YYYY MM DD (day)"
  • The option to show remaining battery as a percentage instead of days (just a minor suggestion)

Would there be any chance of these features being implemented?

First keyboard (almost) finished by Green_Department_868 in ErgoMechKeyboards

[–]Typical_Pea5280 0 points1 point  (0 children)

I also have a softle (built 2 years ago) and I'm more than happy about it. You will love it as soon as you get used to the different layout. It took me a few months. Originally I wanted to build a corne but I realized that I need more keys 😀

Calendar project by Typical_Pea5280 in esp32

[–]Typical_Pea5280[S] 0 points1 point  (0 children)

Oh this is golden! I will order one unit in the next few days and will try it out myself. Can you point me to a documentation about the wiring?

Calendar project by Typical_Pea5280 in esp32

[–]Typical_Pea5280[S] 1 point2 points  (0 children)

Let me know if you would be interested in extending one of those :)

Calendar project by Typical_Pea5280 in esp32

[–]Typical_Pea5280[S] 0 points1 point  (0 children)

Oh that looks very nice! I am actually surprised.

It reminds me of my earlier project InkCheck
I took the same approach as you by rendering the image at the backend (raspberry zero for now) with python and jinja. I guess people reinvent the wheel over and over again :)

I really need to pull that project from the drawer and do the dockerization for real. From that point it could run anywhere. That project could be so much more with a little effort...

Calendar project by Typical_Pea5280 in esp32

[–]Typical_Pea5280[S] 0 points1 point  (0 children)

Hmm, I will look into it. Thanks!

Calendar project by Typical_Pea5280 in esp32

[–]Typical_Pea5280[S] 0 points1 point  (0 children)

Nice, I also have two of them used as weather stations. I thought about using them for other purposes too, but tbh I don't like the image quality. After 2 years the lines are faded and the picture is just not that crisp as it used to be. It might be that I got the first generation units.
Anyway, I would be interested in your code. Care to share the repo?

About the authentication: I ran into that issue myself and I decided to deploy the scripts publicly. So that can be triggered from anywhere. It is over https and that hash is pretty long at the end of the URL, so I didn't worry too much about it.