this post was submitted on 08 Nov 2024
17 points (90.5% liked)

ESP32

249 readers
2 users here now

founded 2 years ago
MODERATORS
 

It's a bit sad how deserted this community is, would love to connect more with other makers.

Let's rattle the cage a bit, who of you is here, and what are you working on?

I'll start: A wireless cryptographic keystore & signer. Keys are generated with the hardware RNG and stored AES-encrypted with the user's password, and you can request signatures via BLE.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 5 days ago (1 children)

sounds interesting, and your process seems to be as chaotic as mine, i love it

[โ€“] [email protected] 3 points 5 days ago

Well, chaotic maybe, but I am just interested in multiple things (unfortunately all at once).

Forgejo is really great for self hosting git, combined with pre-commit and the esp-idf docker image to build stuff is really nice. Commits get checked and when a new tag is pushed, a new image of the code will be build and pushed to a location where the different devices can grab an update using OTA.

As the number of different projects is increasing and updating is stable but annoying, the next approach will be notifications using matt so stuff will update directly after building an image.

And I really love the esp-idf-lib, a great asset to add sensors in a convenient way.