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] 3 points 4 days ago (1 children)

I am making a time-trial race timer so my club can keep track of their practice times. Someone has to manually do it, taking them out of havinga yarn; and for online tournaments usually someone smashes their best time without it being recorded so doesn’t count.

There’s

  • an esp32 powered LIDAR “gate” to start/stop a lap
  • an esp32 powering a display (giant 7 segment display made out of neopixels)
  • a raspberry pi that acts as an mqtt broker, and relay to the internet
  • a website to track and manage all the times

When motivation strikes I’m planning on adding:

  • a camera system to the Pi to record and evidence times
  • a RFID system to track riders and vehicles, so it can be fully automated.
[–] [email protected] 1 points 3 days ago

sweet, keep on building 💪