I have a small box full of Nano classic old bootloader.
Used a few of them and then the next one I use is the PB version.
I did not saw that .
On power up the board behaved different.
1.There was no BLINK , on_board led.
2.The TX led was ON.
I then plugged the board into my PC and open the Serial monitor and the monitor printed an Analog value that vary if I hold my hand closer to the pins.
Then next I downloaded BLINK .
As always I use.
328P
Old Bootloader
Downloaded and the Led ,pin13, is now Blinking.
This was the last that I could program the Board.
Error; Comport not found.
The Ide shows com6 and the Device manager show CH340 COM6.
My question.
Did the selection of the wrong 328 messed up the bootloader?
On power up the on board Led Flash just once as it did before I programmed it.
The bottom is a little different.
Unmarked USB have a (I think) a transistor in the bottom right corner and the 2 resistors just left of the USB is also different.
So I guess that you do not have a 328PB micro. So lord knows what you have been sent? I assume these came from the hair dresses from China (Alla Barber).
Remember you get what you pay for, were these ludicrously cheap?
Thanks.
I did check my CH340 version it is 3.5.2019
and the link you provide is version 3.7.2022 , I did install that version but still does not work >> comm port error.
I tried to program the Nano with a UNO as ISP that I made up, not using the Nano USB , Done programming , but now the UNO has Blink on it and the Nano still does nothing.
The next step was to remove the unmarked CH340 and replace it with one of my faulty 328P ones,but the footprint is not the same.
There is also a small xtal next to CH340 old Nanos that is not on the 328BP boards.
The Arduino range is manufactured in Italy, AdaFruit and SparkFun are made in the U.S. A lot of Pimoroni boards are designed and made in the UK. Pimoroni new products
The big big difference is the quality control that is placed on the components and the assembly. The direct from China stuff is mainly made up from sub standard component from the reject bin of some manufacturer. It often contains chips with the markings sanded off. This is done to prevent the batch code being visible and so enabling the original chip manufacturers to see that reject components are leaking from their factories. Also the sellers of these ultra cheap boards have little or no idea what they are selling. Look at their web sites they often sell clothes as well.
Another example is the Arduino ESP32 board, it specifically mentions the quality control of the assembly as a selling point.
Most countries have manufacturing facilities both on assembly and PCB manufacturer and silicon foundries, that is chip manufacturer. For example all the Raspberry Pi boards are made in the U.K. in fact it is in Wales.
So there is no truth to say everything comes from China.
I did contact the supplier and they ask me to send the boards back , no problem to replace or refund.
They just don't have any stock at the moment or a similar board to test.
+1 For that.
The local supplier have no control over what they get, when they get a 1000 new Nanos everyone is sealed in a little anti static bag and they don't open everyone.
I got 20 Nanos in middle 2023 and only now discovered the one's with the un masked USB.
Now if 10% of the 1000 new Nanos is faulty there should be 100 faulty ones floating around from only one supplier.
These boards randomly appear on this forum.
By this time somebody must know how to get them programmed.
I did program the first one with Blink setup as a normal Nano old bootloader but it only worked once.
I found a video with the exact same unmarked USB 328PB board and the Guy used MiniCore to burn the bootloader and then could program via USB.
Any chance it is just the automated reset system that is malfunctioning ?
Try holding the reset button down during compilation and release when the IDE reports the results of the compilation. (this is when the upload attempt starts)
n.b. Could you change the topic name, We are dealing with an ATmega328p here has nothing to do with any 328PB.