Migrate Code of Arduino Uno to Arduino Mega 2560

Hello!!! I have a code that work in my arduino UNO(it attached) so I want to migrate to arduino mega 2560, the project is about a cam ov7670 that transmit photo through bluettoth to my phone(app), I attached .ino, you cam helpe please??

OV7670Wireles.ino (23.2 KB)

Where are you stuck ?

all :smiley: :smiley: :smiley:

in the code that I attached I don't know how it work, I don't understand how migrate to arduino mega 2560

Step 1: change the board type on the tools menu.

Step 2: click the upload button

For about 80% of sketches this will just work. If you get compiler errors then the compiler will direct you to the line number with the problem.

If it compiled but the sketch does something different to what you expect, try to describe the difference precisely.

helo MorganS did you see the code?

I get up without problem but when I mount circuit, it didn't work!

gerarca:
I get up without problem but when I mount circuit, it didn't work!

Just a hint, but you might fell the need to tell the forum what 'it didn't work!' actually means .............

No. I did not look at your code. I'm on a phone here and can't open the .ino.

I don't have that camera and don't have a Bluetooth module to spare to plug into my Mega so I could not test anything for you.

If you describe exactly what does happen and what you want to happen then we can help debug the problem.