-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help with build #23
Comments
It seems that this project is abandoned. A pre-compiled .bin file might be a good solution. |
Thanks for the answer, I tried both versions of the Arduino IDE (1.8.19 / 2.3.0), I downloaded each of the project libraries, but I was unsuccessful, i had these same problems, really a compiled .bin would be a great idea. |
Hi all, I built the project with latest platformio and espressif libraries. Please check the release v0.0.2 @tobozo Can you accept a merge request for migrate the code to latest platformio instead? |
@volca thanks for suggesting this, I've created a https://github.com/tobozo/WUD-Ducky/tree/platformio @masterkey26 boot loop problem sounds like SPIFFS is found instead of LittleFS, or maybe no filesystem was uploaded? @bomberman8 yes development has stopped when I lost my last esp32-wud 🤣 |
Hello, 1º is it expected that the SD card will appear as a removable disk and be available to be used normally? 2º Is it possible for a script to be executed automatically when inserted into the USB? @tobozo I upload the LittleFS filesystem. @volca Your platformio project is still under development, correct? Thanks for the help guys ! |
it should appear as a removable disk with a specific label "ESP32_WUD" or something like that to run a payload at boot add this to your setup, but keep in mind it'll freeze the webserver until the payload is finished
|
Understood, it appears as "ESP32_WUD" when I don't use the SD card, the funny thing is that I can see and use the files inside the SD card through the web interface. |
I migrated the branch "main" to platformio and it works. But the branch "platformio" can't work.
I tried migrate the code to platformio but no lucky. There're many "Arduino" style codes. I wonder if arduino-cli works with the code. |
I got an usb error-code 43 after using your bin-files. Do you maybe know why? The stick stays unreadable for windows. |
Is your SD card class 10 SDHC? Try to replace the SD card. |
Hello,
I'm trying to use the project, but none of the versions are working for me (arduino-esp32-2.0.2 / arduino-esp32-2.0.3-RC1), as soon as I access the web page and it tries to load the files, the hardware restarts , could you make an already compiled version available? Or help me? Thanks.
The text was updated successfully, but these errors were encountered: