this post was submitted on 11 Jun 2023
268 points (97.5% liked)

Selfhosted

40345 readers
643 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hello everyone! Mods here 😊

Tell us, what services do you selfhost? Extra points for selfhosted hardware infrastructure.

Feel free to take it as a chance to present yourself to the community!

🦎

you are viewing a single comment's thread
view the rest of the comments
[–] MigratingtoLemmy@lemmy.world 1 points 1 year ago (1 children)

Hi, could you tell me the kinds of IoT projects you dabble in? I have always wanted to use the ESP32 and other microcontrollers and build something useful but I can't really find any ideas/lack technical expertise. Would be great to know what you're working on/the projects you have built and what they are used for.

Thanks!

[–] spookedbyroaches@lemm.ee 1 points 1 year ago

There's an existing project made by a youtuber called Dave Plummer. He made a project that controls a strip light using the FastLED library where he made several effects here. You can fork or straight up copy his project. There is also the MQTT library where you can communicate withyoutr ESP32 in a very simple and mature protocol so you can do some crazy things there, like controlling a solid state relay for lights or something.