Amazon "Nano" strikes again

Judging by my research so far it seems I'm not the only one who forgot "if it seems too good to be true ...."

But nevertheless I have 3 amazon arduino nano clones.

I am confused and have PTSD from stack exchange :neutral_face: so I thought I'd post here, incase anyone becomes curious about me in the future.

I think I have a driver problem; if that's the case I think I found a thread on the topic.

but com 6 (or different if I change ports) shows up on my computer in the IDE

So maybe that means I have a driver?! Everything I try to write to it it errors with the classic ambiguous no syncing problem.

Idk, I am a mathematician but most of my electronics knowledge is self taught so my knowledge is all over the place and I have alot to learn.

I seem to have lost my leds and resistors and stuff, but I have a fluke 117 so I can verify when I finally write to the darn things.

My computers are as follows:
1.) Windows 10, ryzen threadripper 3970, ASUS dual oc rtx 3070, on an ASUS prime trx40 mobo

2-3.) Rpi4b+8GB x2 with rasbian 64 bit O.S (basically debian)

Anyways, hello everybody; I am me and you are you and hopefully are strengths will grow and our weaknesses will wane.

It might be the Nano, or it might be some other unrelated device or internal port. The way to check whether it is the Nano;

  1. Unplug your Arduino board from the computer.
  2. Select Tools > Port from the Arduino IDE's menus.
  3. Note the ports, if any, listed in the menu.
  4. Close the Tools menu. The ports list is only updated when the Tools menu is re-opened, so this step is essential.
  5. Plug your Arduino board into the computer.
  6. Select Tools > Port from the Arduino IDE's menus. - The new port listed in the menu is your Arduino board.

In order to gather more information that might help us to troubleshoot your problem, I'm going to ask you to post the full output from the upload when in verbose mode.

Please do this:

  1. Select File > Preferences from the Arduino IDE's menus.
  2. Uncheck the checkbox next to Show verbose output during: [] compilation
  3. Check the checkbox next to Show verbose output during: [] upload.
  4. Click the OK button.
  5. Attempt an upload, as you did before.
  6. After the upload fails, you'll see a button on the right side of the orange bar in the Arduino IDE: Copy error messages. Click that button. This copies the full output to the clipboard.
  7. Open a forum reply here by clicking the Reply button.
  8. Click the </> icon on the post composer toolbar. This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
  9. Press Ctrl+V. This will paste the error output from the upload into the code block.
  10. Move the cursor outside of the code tags before you add any additional text to your reply.
  11. Click the Reply button to post the output.
1 Like

Will, edit with appropriate information later. I did the thing you said first, and I can find the COM port it's in.

Sorry, when I saw a "general chat" section I thought it would be ok just to introduce myself and my issues (and did not expect such a quick reply, ty)

I will find some time later to ask my questions right. This was more just saying,"Hi", however i welcome the help and will try to find time asap

Hello, and welcome!

clones use CH340 chips, which are cheaper that FTDI chips, which is one reason why clones are cheaper. verify that you have CH340 drivers installed

You can also do some checking on the Windows side of things.
What do you see in the Device Manager under Ports(COM and LPT) with the nano connected you should see something like this
DeviceManagerCapture

What do you see?
You can right click on the line to get the driver information and status.

Sorry, as a manic depressive agorophobe my definition of "soon" varies wildly. --

I fixed the problem for now, had to switch to the ATmega328(old bootloader) --

Apparently this has bugs and I may need to upgrade at some point, but I will cross that bridge when I come to it. --

What is 'this'?
Which bugs?

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.