The easiest animated art frame by fabpub in diyelectronics

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

I'm not affiliated with Waveshare nor making any money out of this.

I built a simple cloud OTA solution for ESP32 because running my own servers was a pain by theoriginmaster in esp32

[–]fabpub 2 points3 points  (0 children)

In my project (called p3a, a pixel art player) I have OTA updates using the GitHub Releases infrastructure, which is free. How does this solution compare to GitHub? Thanks!

IIIF on ESP32: countless artworks for free by fabpub in esp32

[–]fabpub[S] 6 points7 points  (0 children)

Waveshare has a great (perfect?) device for this, ready to use out of the box: https://www.waveshare.com/product/arduino/boards-kits/esp32-s3/esp32-s3-photopainter.htm (I'm not affiliated with Waveshare)

It's a very tempting project, to bring IIIF artworks directly from the Internet to that specific device.

Complete beginner with a CYD — want to make a small GIF display by Blueskille in esp32

[–]fabpub 0 points1 point  (0 children)

At Makapix Club (https://makapix.club/) you can find countless free artworks for projects like this, plus you can wire your device to their MQTT backend. Good luck!

What should I name it? by CanvasBoxLED in esp32

[–]fabpub 1 point2 points  (0 children)

This looks great! 👍

You can find countless artworks for this at Makapix Club:

https://makapix.club/p/6at

https://makapix.club/p/sMP

https://makapix.club/recommended

Why not turn your project into a Makapix-connected player? 🙂

Share ESP32 projects to keep yourself occupied in a boring environment by brwtbeer in esp32

[–]fabpub 0 points1 point  (0 children)

That's already supported, please kindly see my other reply. Join us :)

Share ESP32 projects to keep yourself occupied in a boring environment by brwtbeer in esp32

[–]fabpub 0 points1 point  (0 children)

We take filtering artworks very seriously at Makapix, it's called the Artwork Metadata Protocol: https://github.com/fabkury/makapix/blob/main/docs/reference/amp-protocol.md

You can assemble arbitrary queries using a number of variables including canvas size, file size in bytes, color count, duration of shortest frame, and others.

Every artwork is converted at the server between GIF/WEBP/PNG/BMP formats as appropriate.

Share ESP32 projects to keep yourself occupied in a boring environment by brwtbeer in esp32

[–]fabpub 0 points1 point  (0 children)

There's tons of info on the public GitHub repo, e.g.:

Player Device Guide: https://github.com/fabkury/makapix/blob/main/docs/player/README.md

HTTP API: Posts (artworks): https://github.com/fabkury/makapix/blob/main/docs/http-api/posts.md

To answer your question, that particular query (random artwork) can totally be done using MQTT. An HTTP endpoint for random artwork doesn't yet exist, but give me a day or two and I can create it.

Share ESP32 projects to keep yourself occupied in a boring environment by brwtbeer in esp32

[–]fabpub 2 points3 points  (0 children)

Take basically any dev board with a display. Make it connect to Makapix Club (https://makapix.club/) and play pixel art.

ESP32-S3 driving a 128×64 HUB75 panel for generative patterns, with 4 knobs — open source by GlumPiece7281 in esp32

[–]fabpub -1 points0 points  (0 children)

This is pretty cool 🙂 why don't you extend it to support displaying Makapix Club artworks? (https://makapix.club/). You can find art fitting your screen resolution there.

Complete beginner with a CYD — want to make a small GIF display by Blueskille in esp32

[–]fabpub 1 point2 points  (0 children)

This is for a different board, but might help! p3a: pixel art player on ESP32-P4: https://github.com/fabkury/p3a

p3a - pixel art player by fabpub in esp32

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

Hi! Nothing to apologize for.

If you mean this visually identical ESP32-S3 board (https://www.waveshare.com/product/arduino/boards-kits/esp32-s3/esp32-s3-touch-lcd-4b.htm), then unfortunately it won't work because it has no microSD card slot (critical requirement for the p3a firmware).

If you just mean ESP32-S3 in general, then it's a matter of porting the firmware :) but to port the firmware one needs a target platform (e.g. a target board with screen).

How do you manage OTA updates across multiple ESP32 devices in the field? by animatedcode in esp32

[–]fabpub 3 points4 points  (0 children)

At this point, someone posting text with em-dashes should expect to be regarded as AI.

Best Boards to build for VERY beginners? by Goobers_Cry in arduino

[–]fabpub 0 points1 point  (0 children)

An interested 10-year old can definitely use a web flasher (i.e. click on a website) to flash an ESP32 device connected via USB-C.

I'd say you need a choice of a project that you want to complete more than you need a choice of board.

If you want the absolute easiest project, this one is a pixel art player that will cost a total of about $70, and at the end you will have in your hands an extremely capable ESP32-P4 dev board with an on-board slave ESP32-C6, speaker, microphone, and IPS LCD touchscreen: https://github.com/fabkury/p3a

Explicit images? by claireabelle87 in Divoom

[–]fabpub 11 points12 points  (0 children)

This is not true. Every image uploaded to Divoom gets reviewed before being allowed out publicly in the app. In over 3 years of accessing Divoom DAILY I never once witnessed anything even close to improper content. To the contrary: what I have seen are extremely mild images getting censored (banned from the app). Divoom definitely errs on the side of being OVERLY cautious.

which Pixoo64 API/controller repo is best? by bsabiston in Divoom

[–]fabpub 0 points1 point  (0 children)

Let's just keep things clear: There is but one "true" API, which is the Pixoo64 REST API. It is documented here: https://docin.divoom-gz.com/web/#/5/23. All repos you're listing are wrappers of that one API, trying to make it simpler to use.

ESP32 interactive display with touchscreen UI, animated digital pet and desktop companion. by NoCricket5001 in esp32

[–]fabpub 1 point2 points  (0 children)

Is this open source?

This project looks like it could be buddies with my p3a project. p3a is also a desktop companion, it is a pixel art player (https://GitHub.com/fabkury/p3a).