Arduino Nano ICSP not working

Hello!

I have a program code that controls outputs based on PWM values. Nothing extra. I compiled this program in Arduino IDE and uploaded the resulting .HEX file to a NANO via ICSP. So far it worked perfectly, I uploaded it in AVRDude, set the Fuse Bits, loaded it and the device worked. But recently I got several Arduino Nano's that although they are Atmel328P like all the others, but the program doesn't run on them... I set all the Fuse Bit the same way, the program goes up without error, but the controller doesn't do anything.

Did they work before?

These are brand new arduino nano's.
I haven't tried it from USB yet, I've only tried it with the old method that worked well...

is it possible that something has changed in their firmware? These are nano's bought from aliexpress, I bought from several sources.

No they're not. They are

In other words clones. As far as firmware goes, who knows but I doubt they have messed around with that, and the hardware implementation is a no brainer. ICSP should work. Can you show how you have connected it all? A diagram would be good, even a hand drawn that you upload a photo of. The least preferable is a photo of the actual setup, you'll know for yourself if someone gives you such a photo.

Are you sure?
Could they be 328PBs?

"Derivatives", probably; The Chinese vendors have done amazing things to the Nano Design.
There are rumors that some of them have counterfeit ATmega chips, and some have LGT8F328 chips, which are "somewhat compatible" (but not programmed via ICSP.) (and alas, I would not be surprised if there were some with LGT chips re-labeled as ATmega chips :frowning: )

That's nice of them, especially if the ICSP header is there or can be added. :confounded_face:

And there are Nanos with a (reject) FT232, packaged in a 16-pin DIP package without label, sold as Nano with CH340.

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