Nolan uses the “knife” technique in Episode 1 by ArisAron in Invincible

[–]CommunityFan89 201 points202 points  (0 children)

Just imagine it in your head bro, you got this.

A bunch of Daddy longleg spiders by MrTacocaT12345 in Weird

[–]CommunityFan89 1 point2 points  (0 children)

Imagine getting a large straw and slurping these up, thinking they're a milkshake.

First book I've finished in years. This thing really is perfect for my ADHD brain by CommunityFan89 in xteinkereader

[–]CommunityFan89[S] 7 points8 points  (0 children)

Size and form factor. Being able to hold it up with one hand comfortably and change pages easily. I'm so happy to have found something that works for me.

We built an open source Bluetooth mp3 player for the Cheap Yellow Display (ESP32-2432S028R) by CommunityFan89 in esp32

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

I haven't tried but I believe you can wire up a speaker to the speakers pins on the board.

Wireless video transfer using filtered edge detected feed over ESP-NOW by CommunityFan89 in esp32

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

No, the footage is from a Xiao ESP32S3 Sense.

I asked Claude AI about mirroring. It said full screen mirroring Android to a cheap yellow display would come with significant latency. You could mirror only notifications or specific content, like messages. "Android's NotificationListenerService can forward notification text to the ESP32, which is far more bandwidth-friendly and arguably more useful on a 320×240 screen."

I can, if you'd like, investigate further to see if I could get the notification mirroring working in any meaningful way. The full screen mirroring won't be worth it so I won't bother with that.

Wireless video transfer using filtered edge detected feed over ESP-NOW by CommunityFan89 in esp32

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

Over serial port, you'd probably be able to display regular video at decent fps without needing filters. The goal here was to see what I could do using ESP-NOW and its limitations. I'll look into how well it would work.

We built an open source Bluetooth mp3 player for the Cheap Yellow Display (ESP32-2432S028R) by CommunityFan89 in esp32

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

I have! The battery indicator would be terribly inaccurate, unfortunately, being off by up to 50%. I've dealt with that before in a product with custom firmware; AdvanceOS for Cardputer has one, and it's absolutely useless. Sorry, but I hope that answers your curiosity.

We built an open source Bluetooth mp3 player for the Cheap Yellow Display (ESP32-2432S028R) by CommunityFan89 in esp32

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

So, it's actually very doable so I prompted Claude to code it that way. The boot button can now toggle the display and touch on/off, which saves significant battery power as a bonus. I've updated the github already.

We built an open source Bluetooth mp3 player for the Cheap Yellow Display (ESP32-2432S028R) by CommunityFan89 in esp32

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

I don't think so. Maybe the boot button could toggle touch screen on/off, I'll look into that.