- Got the code working with an Esp32s3. Had to:
- Change the
.cargo/config.toml to be able to handle multiple architectures
- Invert the signal for the onboard LED (as Colonel Panic had to do in his ouispy-detector code)
- Changed the buzzer pin to 2 and the onboard LED to 21 (as was the setup in ouispy-detector)
- Figured out how to pass the target (e.g.,
xtensa-esp32s3-espidf) in as an env variable, and gate the differences based on the target
- Next up:
- Get a vibrating motor working with it, for haptic feedback
- Figure out how to hook a rechargeable battery to it