-
Notifications
You must be signed in to change notification settings - Fork 234
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
Troubleshooting #573
Comments
i've not used bt, but I dont think it can coexist with wifi as there is only one radio |
Hi, as I said the problem persist when I run the Original code from your repository (so without bluetooth) |
your wifi signal strength is low, try moving esp closer to router. |
Ok thanks, last question. |
In |
For my application it is good to stay close to the camera, i was asking if there was a way to modify these settings from code since i can't open the application |
Discussed in #572
Originally posted by giampierobartolomei February 7, 2025
Hi, thank you for this very useful repository. I successfully installed the firmware and used the web application integrating it with bt functionalities (I didn't modify the original code, but only added a library written by me). Now i am encountering some problems:
4)Extra question, is there a way to disable motion detect by default?
Serial monitor output:
[00:00:10.382 loadConfig] Load config
[00:00:10.496 checkConfigFile] Created /data/configs.txt from local store
[00:00:10.607 updateAppStatus] Enabling motion detection
[00:00:10.785 prepCam] Camera init OK for OV2640
[00:00:11.121 setWifiSTA] Wifi Station IP from DHCP
...[00:00:12.219 onWiFiEvent] WiFi Station disconnected
..[00:00:13.280 onWiFiEvent] WiFi Station disconnected
.....[00:00:16.144 WARN startWifi] SSID ISTC_Floor_4 not connected unable to connect
[00:00:16.146 onWiFiEvent] Wifi AP SSID: ESP-CAM_MJPEG_0C338E188534 started, use 'http://192.168.4.1' to connect
[00:00:16.149 setupMdnsHost] mDNS service: http://ESP-CAM_MJPEG_0.local
[00:00:19.362 startWifi] Wifi stats for ISTC_Floor_4 - signal strength: -72 dBm; Encryption: WPA2_PSK; channel: 6
[00:00:19.363 startWifi] Wifi stats for ISTC_Floor_4 - signal strength: -73 dBm; Encryption: WPA2_PSK; channel: 6
[00:00:19.364 startPing] Started ping monitoring - On
[00:00:19.366 startWebServer] Starting web server on port: 80
[00:00:19.367 startWebServer] Remote server certificates not checked
[00:00:19.367 startSustainTasks] Started 1 sustain tasks
[00:00:19.368 setupLamp] Setup PWM Lamp Led on pin 21
[00:00:19.370 prepAudio] Sound capture is available using PDM mic on I2S0 with gain 0
[00:00:19.370 WARN prepAudio] Amplifier pins not defined
[00:00:19.392 updateAppStatus] Enabling motion detection
[00:00:19.503 prepRecording] To record new AVI, do one of:
[00:00:19.503 prepRecording] - press Start Recording on web page
[00:00:19.504 prepRecording] - move in front of camera
[00:00:19.504 prepRecording] Camera model OV2640 ready @ 20MHz
[00:00:19.504 checkMemory] Setup Free: heap 84436, block: 31732, min: 84412, pSRAM 5653880
Characteristic defined!
[00:00:19.819 loop] =============== Total tasks: 25 ===============
[00:00:24.365 resetWatchDog] WatchDog started using task: ping
[00:00:24.365 WARN pingTimeout] Failed to ping gateway, restart wifi ...
[00:00:24.365 setWifiSTA] Wifi Station IP from DHCP
...[00:00:25.417 onWiFiEvent] WiFi Station disconnected
.......[00:00:29.368 WARN startWifi] SSID ISTC_Floor_4 not connected unable to connect
[00:00:29.370 setupMdnsHost] mDNS service: http://ESP-CAM_MJPEG_0.local
[00:00:38.143 startWifi] Wifi stats for ISTC_Floor_4 - signal strength: -69 dBm; Encryption: WPA2_PSK; channel: 6
[00:00:38.144 startWifi] Wifi stats for ISTC_Floor_4 - signal strength: -70 dBm; Encryption: WPA2_PSK; channel: 6
I also tried to clone the repository(coping the /data folder of the repo on microSD) and run the 'clean' code but the mentioned problems persists. Tried also to put to false the usePing variable but still not works.
Edit: Also this appears:.......[00:14:29.154 WARN startWifi] SSID ISTC_Floor_4 not connected WL_IDLE_STATUS
The text was updated successfully, but these errors were encountered: