Tootfinder

Opt-in global Mastodon full text search. Join the index!

@penguin42@mastodon.org.uk
2026-02-23 17:45:14

Fun #esp32 trick (on the s3 at least) - you can force it into download mode without having access to the GPIO0 wire; there's a RTC_CNTL_FORCE_DOWNLOAD_BOOT bit. In #rustlang with the esp-hal it looks like:
// force download mode after the reboot

peripherals::LPW…

@penguin42@mastodon.org.uk
2026-03-14 02:21:11

I wrote up my #esp32 hackery:
treblig.org/espstuff/index.htm

@penguin42@mastodon.org.uk
2026-03-05 00:43:34

Right, my hacky #esp32 #rustlang code can now send key strokes over usb; I'm doing it synchronously and using usbd_hid; which is working OK (I need to add some debounce).
Hmm but not terrible.