this post was submitted on 08 Nov 2024
22 points (92.3% liked)

ESP32

308 readers
13 users here now

founded 3 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 4 weeks ago

I’m doing a hardware interface for baby buddy. The platform is based on an esp32s3 with:

  • round display with touch
  • 10x Kalih choc switches
  • rkjxt1f42001 (nice part, encoder+four direction)
  • Ambient light sensor (to adjust backlight automatically)
  • 9-dof IMU (because why not)
  • battery controller and fuel gauge from TI

It was a pretty challenging design, first time soldering BGA ICs and using solder paste/stencil! Also, hard deadline :D

Will open source and publish HW and code (written in rust) soon!