The micro is 'trickier' to program.
When you first connect it - there is a brief period where one COM port is available for programming.. Then this closes and a second COM port opens. You need to set FC to the first COM port - open the program options screen, plug in and select...
Then - using the reset button will allow the board to be programmed.
Martin
First time Arduino
-
- Valued Contributor
- Posts: 1630
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 142 times
- Been thanked: 761 times
-
- Posts: 12
- Joined: Sun Mar 12, 2023 10:24 am
- Has thanked: 5 times
- Been thanked: 1 time
Re: First time Arduino
@Martin
Yes, I tried.........I also have the Nano here, with which the following error message comes up:
. . . . . . . . . . . . . . . . . .
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
. . . . . . . . . . . . . . .
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
. . . . . . . . . . . . . . .
but here the name of the Arduino is not displayed in brackets, only (USB Serial Port)
Yes, I tried.........I also have the Nano here, with which the following error message comes up:
. . . . . . . . . . . . . . . . . .
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
. . . . . . . . . . . . . . .
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
. . . . . . . . . . . . . . .
but here the name of the Arduino is not displayed in brackets, only (USB Serial Port)
-
- Valued Contributor
- Posts: 1630
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 142 times
- Been thanked: 761 times
Re: First time Arduino
Can you see the Nano (or the Micro) in Windows Device Manager? (Or does it show as an 'unknown' device?)
Note that Chinese clones need a different driver to 'originals'
Also try the 115200 'variant' - if the board has the newer bootloader (the older uses 57600 baud)
Martin
Note that Chinese clones need a different driver to 'originals'
Also try the 115200 'variant' - if the board has the newer bootloader (the older uses 57600 baud)
Martin
-
- Posts: 12
- Joined: Sun Mar 12, 2023 10:24 am
- Has thanked: 5 times
- Been thanked: 1 time
Re: First time Arduino
The micro shows up in the manager, the nano doesn't!
where can I set the baud? can not even change the clock frequency in FC10?
where can I set the baud? can not even change the clock frequency in FC10?
Last edited by Xbeejunior on Sat Mar 25, 2023 3:40 pm, edited 1 time in total.
-
- Matrix Staff
- Posts: 2086
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 644 times
- Been thanked: 702 times
Re: First time Arduino
I don't know if the hardware has been changed since I got my Nano as the device manager shows:
The CH340 drivers can be downloaded from this post
My Nano has a CH340C chip on the underside of the board, does yours?The CH340 drivers can be downloaded from this post
Martin
-
- Valued Contributor
- Posts: 1630
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 142 times
- Been thanked: 761 times
Re: First time Arduino
If it doesn't show up then something is wrong and Windows not recognising it..
The drivers are at http://www.wch-ic.com/downloads/CH341SER_ZIP.html
Martin beat me to it - and drivers 'on site'
Martin
The drivers are at http://www.wch-ic.com/downloads/CH341SER_ZIP.html
Martin beat me to it - and drivers 'on site'

Martin
-
- Posts: 12
- Joined: Sun Mar 12, 2023 10:24 am
- Has thanked: 5 times
- Been thanked: 1 time
Re: First time Arduino
FDTI CH26732C1 on the bottom, I recently ordered the two Arduinos on the Arduino site
The problem is that the programming doesn't work with the Micro either, although it is displayed correctly in the Device Manager!?
The problem is that the programming doesn't work with the Micro either, although it is displayed correctly in the Device Manager!?
-
- Posts: 12
- Joined: Sun Mar 12, 2023 10:24 am
- Has thanked: 5 times
- Been thanked: 1 time
Re: First time Arduino
Yes I have now installed the VCP driver, but the Nano is not displayed!
That would be great if you do that, can I help towards the cost?
What about the displayed license keys in the compiler messages, is that a problem if you didn't delete it before publishing? So it's a free version, but still...
That would be great if you do that, can I help towards the cost?
What about the displayed license keys in the compiler messages, is that a problem if you didn't delete it before publishing? So it's a free version, but still...
-
- Posts: 12
- Joined: Sun Mar 12, 2023 10:24 am
- Has thanked: 5 times
- Been thanked: 1 time
Re: First time Arduino
I haven't checked that yet, I have yet to find out.....what do you mean with the first COM port, COM1?mnfisher wrote: ↑Sat Mar 25, 2023 3:20 pmThe micro is 'trickier' to program.
When you first connect it - there is a brief period where one COM port is available for programming.. Then this closes and a second COM port opens. You need to set FC to the first COM port - open the program options screen, plug in and select...
Then - using the reset button will allow the board to be programmed.
Martin
Last edited by Xbeejunior on Sat Mar 25, 2023 4:35 pm, edited 1 time in total.