Hi, Im trying to build a 'gaming console' with Arduino. I started the project with Arduino UNO knowing that eventually I would like to replace it with something smaller, so I ordered Arduino Pro Mini. I finished the project (On Uno) thinking that now I will just rewire to Arduino Pro Mini and it's gonna work, but it's not and I have no clue why.
Things that might be useful:
-
I programmed the Arduino Pro Mini following this: https://www.instructables.com/Program-Arduino-Pro-Mini-Using-Arduino-Uno/
I tested other programs from the examples, like Fade.ino and it works on the Mini Pro (Tested with every pin Im using [10, 11, 13]). -
Im using Arduino Pro Mini 5V 16MHz
-
What I noticed is that when I program the Pro Mini and just plug in the VIN and GND the LED is constantly ON, but as soon as I plug in the Display the LED starts to blink. And then It only blinks even after I remove the display.
-
I checked the voltage through out the whole console and everywhere is 5V as it should.
-
Im not changing the program in any way. I upload the same program on UNO and on Pro Mini. The pins (10 CS, 11 DIN, 13 SCK) should be the same on both devices.
-
I bought Arduino Pro Mini here:
Arduino Pro Mini, ATmega328PB TQFP 5V 16MHz + datasheet | LaskaKit
Arduino UNO working fine (It's snake game )
Arduino Pro Mini doing what it wants
If you have any idea about what could be wrong or need more info please let me know.