I’m having trouble with getting the pan tilt code to work with Seeed studio XIAO ESP32S3 Sense.
The hardware is working correct (with a streamwebserver example code).
In the Pan Tilt Video Streaming example from the Random Nerds site I have put de pin-definition at the correct spot in the code. Also some extra code that configures the camera.
Although it seams to work: ‘Camera Stream Ready! Go to: http://192.168.1.103’
It keeps rebooting, any suggestions? I keeps repeating ‘SPI RAM not initialized’ …? I do not know how tot fix it?
Hi.
Can you shared how did you fix that problem?
It may be useful for other readers.
Regards,
Sara
Solution was simple, the AI thinker boards can handle this code, but on the \’Seeed studio XIAO ESP32S3 Sense\’ it invoked rebooting:
size_t psram_size = esp_spiram_get_size();
printf(\”PSRAM size: %d bytes\\n\”, psram_size);