gerarca
November 18, 2019, 1:53pm
1
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)
gerarca
November 18, 2019, 2:07pm
3
all
in the code that I attached I don't know how it work, I don't understand how migrate to arduino mega 2560
MorganS
November 18, 2019, 3:07pm
4
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.
gerarca
November 18, 2019, 6:00pm
5
helo MorganS did you see the code?
I get up without problem but when I mount circuit, it didn't work!
srnet
November 18, 2019, 6:12pm
6
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 .............
MorganS
November 18, 2019, 8:05pm
7
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.