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.
sounds interesting, and your process seems to be as chaotic as mine, i love it
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.