Arduino MEGA 2650 Won't start up !

HI,

2 days ago I got my new ARD. MEGA 2650. Connected It to the PC and it started blinkung.

It's OK I concluded and started doing something else.

TO day I decided to do some work on it.

Connected it, sat up the PORT and processor (ARD Mega 2650).

Took a testprogram (an arbitrary program just to test the connection) . IT compiled OK, and it seemed to be put into the 2640 FLASH as well. But when I ran it (hit the reset), nothing has changed.

It appears the the new board has not BEEN detected by the Arduino IDE (interface) as there seems to be problems with the "uploading".

How do I "tell" Arduino Ide / Interface / Windows USB that there's a new ARD (the 2650) connected.

(MY UNO work like a sweeeeet, sweeeet dream .)

Kris-Norway .

(Thanks !)

Does the Mega show up on the Tools > Port menu after you plug it in?

snestrup2000:
there seems to be problems with the "uploading".

What makes you think that?

NOPE,

I have "

SERIAL PORTS
COM1

" - nothing more...

KRis-N

You may need to install the driver for the Mega. It is located in the drivers folder inside of the Arduino IDE installation folder.

HI,

Sorry, I know it a (rather) stupid question but where are those drivers located (path / files) . I can't locate it (probably looking the wrong place ).

K-N

I'm guessing you're using Windows. The folder should be something like C:\Program Files (x86)\Arduino\drivers on 64 bit Windows or C:\Program Files\Arduino\drivers on 32 bit windows. If you downloaded the Windows ZIP file for non-admin install then it will have the version like C:\Program Files (x86)\arduino-1.6.11\drivers. If you just point the driver installer at that folder it will find the right driver file.

HI,

Thanks for the info.

It is still not working.

Sorry I forgot to tell: I (still) run XP (sp3) due to my Delphi 7 Proff..

Located (finally) the drivers C:\Programfiler\Arduino\Drivers\ **** . Here I have 2 libraries. "FTDI USB DRIVERS" and "OLD" (my " s) .

(* Programfiler is norwegian for program files - *)

But there is in NO valid driver in any of these 2 libraries. (tried 2 times each).

The Library c:\Arduino\drivers .... does not exist (on my machine) ...

I run Arduino IDE version 1.6.3 ..

I wonder a if a complete Re-installation (and upgrading to IDE 1.6.6) would fix the problem ... ?

Or :

If I connect both Ard's (Uno and 2650) to the PC at the same time ?

K-N

If you open Device Manager and plug in your Mega do you see a new device show up?

Usually what happens is you plug it in and it automatically installs and then shows up under "Ports (COM & LPT)" or if the drivers aren't installed it shows up under "Other Devices" with a yellow exclamation point next to it.

HI,

In the Device Manager I see the AD.2650 installed as " USB2.0-Serial " + an exclamation mark under " OTHER UNITS ".

In the meantime I have upgraded to ARD. IDE 1.6.16.

When I plugged in the UNO (just for testing) - Whoohs - and in Ports (COM and LPT)
I got:

ARDUINO UNO (COM3) ..

  • lpt1 and com1 ....(already installed).

K-N

snestrup2000:
In the Device Manager I see the AD.2650 installed as " USB2.0-Serial " + an exclamation mark under " OTHER UNITS ".

Double click on it > Update Driver > Browse my computer for driver software > Browse... > C:\Programfiler\Arduino\Drivers > OK > Include Subfolders(check) > Next

Hopefully it will find the correct drivers and install them and your Mega will start working.

HI,

A lot of thanks for your help.

It still does not work.

I do exactly what you tell me to do, but the Ard-2650 WILL NOT accept any of the drivers presented in
C:....\ard.. \drivers . Not even FDTI... or OLD - drivers.

IT fails even when i manipulate thing IN the Device manager - unit.

I have 3 ATM.. 2650 .- AL three fails ... (Very STRANGE !!!! )

K-N

HI,

After your last message something "stroke" me.

If it won'w work with these drivers then It must be something WITH the driver(s). So I searched the Ard-Forum for similar problems. And HEUREKA I found it. The Link is here:

http://www.wch.cn/download/CH341SER_ZIP.html

Now Installed, and what you have here is a 12o Kg HAAAAAAAAAAAAAAAAAAAPPY (Yes, So happy) Norwegian starting playing with his new (grown-up)-toy.. (he he).

And even better - By JOve - It (stills) works on all three....

(Big JOY !! )

Anyway - back to earth...

My sincere thank for helping me (although you actually did not), but you helped me in locating the error and help me correcting it. IT very valuated. I am very thankful.

KRIS-NORWAY....

Wow that's the first Mega I've heard of with the CH340. Good to know. I would have asked right away about that if it was an Uno or Nano. The Megas usually have the ATmega16U2, I guess just because the real Arduino mega has that chip, but the CH340 works fine once you download the driver.