-
Notifications
You must be signed in to change notification settings - Fork 705
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Flash not operational during reference image creation #3329
Comments
Confirmed. Looks like the flash works just once and is disabled til next reset. Found no workaround. I'll roll back ... |
Might be the same issue as on #3338 |
I can reproduce the error with firmware v15.7.0 and webinterface 16.0.0-RC4 |
Same problem. Can't set reference image properly |
Which version was you flash working fine before? I see above my previous comment that problem was already present in previous release version 15.7.0 |
@SGXander If you want you can try this firmware (16.0.0-RC4 + fix): https://github.com/SybexX/AI-on-the-edge-device/actions/runs/11874812323/artifacts/2197416682 |
sorry for not updating, I rolled back to 15.7.0 too and it was ok there so I stuck with that. I also have an external flash too now and it's been fine. I'll look to update this weekend and see if the issue returns. |
There was no change in the LED implementation/Control between versions 15.4.0, 15.7.0 and 16.0.0-RC4. |
It's the other way round for me, I started with 16.0.0-RC4 as it was the top release and then realised it was RC so rebuilt the ESP32-CAM with 15.7.0 |
@SGXander Did you have Auto-Exposure Control and Auto-Exposure Control 2 ("night mode") activated in both versions? |
Hello, Any ideas and/or updates ? Steve Bee |
@doncorso please try this firmware: https://github.com/SybexX/AI-on-the-edge-device/actions/runs/11875592284/artifacts/2197579082 It would also be helpful if you described the exact procedure (what did you do and what files did you use, previous version or new installation............) as there are several ways to install and update AI-on-the-edge-device. |
I have this issue on a brand new installation. |
@SybexX: The flash turns off entirely after the preview. It never comes back on. If I power cycle it, it turns on briefly during the boot cycle, and only during the very first step. It doesn't work during the take reference image step. |
@jmealo Unfortunately, I can't tell from your statement which firmware you are using and how you flashed it onto the ESP32. You can go through setup mode without making any changes or set "SetupMode = false" in sd-card/config/config.ini to bypass setup and check if this issue occurs generally or only in setup mode. If you used the webinstaller and the files from remote-setup version 16.0.0-RC4, then the LED will not work in step 2 (Create New Reference).
|
@SybexX i downloaded AI-on-the-edge-device__manual-setup__v15.7.0.zip, extracted files from sd-card folder to SD card, configured Wi-fi settings in wlan.ini, then reinstalled firmware through the webinstaller. Works fine as i see, flash works and intensity can be controlled with slider during creating reference image. Thanks. |
For everybody who encounter the same problem. Quick fix without reassemble the board:
|
might be related to: #3471 |
Same here, following. Update to RC5 brings errors about camera or just stucks on delayed start. |
@PsYcHLT Did you only select the firmware.bin or the entire AI-on-the-edge-device__update__v16.0.0-RC5.zip when updating? |
I used full update zip file over OTA functionallity. So basically I just started using this app, and I love the idea and how it works so far! I have two ESP32 CAM devices, both were with 16.4RC version and both had same issue. One upgraded to 16.5RC - was not working properly, so downgraded to 15.7, everything seemed to be fine, but lately just wanted to give a one more try for 16.5 and now it don't even connect to the network :) Just to mention, always were using OTA functionality, I think I got to the point when I will have to dissasembly everything and flash it again to 15.7, or maybe version you have sent. |
@PsYcHLT A lot of things have been fixed in the main version. |
@SybexX I'm getting this page in my browser, I think I'll also scan sd card for bads as I used some old scrap cards from back when 32GB sd card was really expensive 😆 |
Same here. 15.7 works just fine for a long time. Tried the AI-on-the-edge-device__update__v16.0.0-RC5.zip to get the "measurement" state for raw in home assistant. It installed fine and worked first. |
Ah ... just noticed ... the file system on the SDCard is bad. I checked it and the card itself is physically fine. It is the file system. So, maybe worth to check the source code for things like: file does not get closed properly once data has been written. Or a reboot gets executed while still writing a file, foo, bla... |
@mesistostefre what filesystem you are using? NTFS? So it was OK for older versions but for newer it must be FAT32? |
FAT ... and now the whole thing (16 RC5) works for me. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
The Problem
after alignment step 1, step 2 appears to disable the flash and use the rear LED on the board. This behaviour continues until the ESP is reset, where it works for alignment again but then breaks on step 2 repeatably
Version
16.0.0-RC4
Logfile
Expected Behavior
clicking create new reference button should produce the same image as alignment
Screenshots
Additional Context
the ESP must be reset to restore flash functionality during alignment but the issue is repeatable
The text was updated successfully, but these errors were encountered: