espconnect: new tool for care and feeding of your ESP32 menagerie #794
Replies: 1 comment 2 replies
-
|
@robertlipe I spent the last couple of hours doping out how to get it working on my Windows 11 ARM 64 (QualComm X-Elite) based CoPilot PC. Magically, I landed on this webpage; With the driver in place I was able to spin up ESP Connect on my ARM64 CoPilotPC. Than I was able to backtrack to the NightDriverLED ESP32 Installation Wizard |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
A new browser or npm/electron app for managing ESP32s has hit the streets. I don't think there's anything particularly new here, but it wraps up a bunch of independent tools to flash, identify devices, change selected registers, monitor serial output, copy files to/from the board, edit partition tables, and such.
https://thelastoutpostworkshop.github.io/microcontroller_devkit/espconnect/
Source: https://github.com/thelastoutpostworkshop/ESPConnect?tab=readme-ov-file
Somewhat interestingly (or not) it overlaps with a set of changes I've had pending for this project for a while that I've been prepping to submit. I make unsightly things, as shown on the left. You can see a pretty version on the right. It's still just a directory listing, but it's an example of something that the tool does pretty well.
Beta Was this translation helpful? Give feedback.
All reactions