From 011c072a9b13c9905b9300a9380445a73e66ea9b Mon Sep 17 00:00:00 2001 From: Slider0007 <115730895+Slider0007@users.noreply.github.com> Date: Tue, 28 Mar 2023 15:19:32 +0200 Subject: [PATCH] Update Error-Debugging.md --- docs/Error-Debugging.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Error-Debugging.md b/docs/Error-Debugging.md index 34bc080..53b6d4c 100644 --- a/docs/Error-Debugging.md +++ b/docs/Error-Debugging.md @@ -2,7 +2,9 @@ ## Hardware failure * Camera not working --> check the interface, test another module - * Low cost module with only 2MB of PSRAM instead of 4MB --> image taking will fail first. This will never work due to too low memory + * Low cost module with no or only 2MB memory instead of 4MB --> test another module + * SD card issues --> test another SD card + * Wifi reception bad / unstable --> bad antenna, test another module or use external antenna More information in terms of hardware, component and basic configuration issues can be found here: [Reboot reasons](https://jomjol.github.io/AI-on-the-edge-device-docs/Frequent-Reboots/)