Serial Camera Kit with Arduino Uno and Grove Base Shielf

Hi,



I’m a beginner when it comes to building things with the Arduino, so sorry in advance if this question is simple. I couldn’t find any good answer for it online.



How do I connect the Serial Camera Kit to the Grove Base Shield for the Arduino Uno? I don’t have an SD card shield, so I want to make it work with my normal Grove Base Shield.

I tried using the example code available here, but I removed all the SD card reading code: <LINK_TEXT text=“https://github.com/Seeed-Studio/Grove_S … oftSer.ino”>https://github.com/Seeed-Studio/Grove_Serial_Camera_Kit/blob/master/SerialCameral_DemoCode_CJ_OV528_SoftSer/SerialCameral_DemoCode_CJ_OV528_SoftSer.ino</LINK_TEXT>



But it seems like the camera, which is connected to the UART port, is not responding. My assumption is that it has something to do with that the Base Shield is different from the SD card shield. Such as the numbers of the RX, TX plugs? But I might also be completely wrong.



Could someone help me out here?



Thanks!

Hi There

The RAM of Arduino is so small that it cannot save the image file, the sd shield is a good choice to resolve it. :smiley:

Aha, okay. Thanks for the reply.