Hi everyone, I need help with my uCam JPEG TTL ~
I am having this problem of synchronizing the camera with my Arduino Duemilanove Mega328 as I kept receiving
Sync [AA 0D 00 00 00 00] Response Missing.
I'm pretty sure that something is wrong but I'm not too sure where could someone please enlightened me? ^^ Tyvm in advance
The connections to the Arduino from the JPEG TTL are correct. It seems like the baud rate between the Cam & Arduino isn't matched..
Or is it that there should have some program in my setup?
I compiled my Arduino code as
void setup () {}
void loop () {}
Attached files code.txt (3.2 KB) code_1.txt (699 B)
I am having this problem of synchronizing the camera with my Arduino Duemilanove Mega328 as I kept receiving
Sync [AA 0D 00 00 00 00] Response Missing.
I'm pretty sure that something is wrong but I'm not too sure where could someone please enlightened me? ^^ Tyvm in advance

Or is it that there should have some program in my setup?
I compiled my Arduino code as
void setup () {}
void loop () {}
Attached files code.txt (3.2 KB) code_1.txt (699 B)
Comment