Skip to main content
1 of 3

Arduino pro mini (clone) @1Mhz target does not answer

Recently I have been experimenting with battery powered sensor (mySensors).

I created node with 3.3V Arduino Pro Mini (ATMega328P @ 8Mhz with nordic radio chip and BME280 sensor) and successfully programed it many times using either USBAsp programmer or serial (to USB) programmer.

I wanted to lower power consumption and so I disconnected power led and burned fuses as follows: lfuse 62 hfuse DA efuse 7

It worked successfully and I recompiled the sketch and upload it with USBasp. I got an error that data cant be verified. It was late in the night so I jumped to Internet and googled it. In one forum I found, post (which I am unable to find again) that stated the he was able to upload sketch when he switched programmer to 5V. (Power was connected to Vcc)

I did that and it worked fine.

Than I tried to make change to sketch and upload it again (on 3,3V) and again got verification error so I unplugged programmer and switched back to 5V.

When I did that, the device stopped answering.

I regularly used this command to check that device responds and see fuses

avrdude.exe -C"C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf" -v -patmega328p -cusbasp -Pusb

What i did

  1. Checked wiring.

  2. Tried program fuses on blank new arduino - worked (programmer is fine)

  3. Measured voltage ok

  4. Measured current (its around 4mA, I see it as the board is not sleeping and is actively doing something)

  5. I noticed that when I issue command mentioned above the on board led quickly lights up and then goes off again.

  6. I tried to power it from raw, from Vcc and from Vcc on serial hader (picture).

  7. I measured power on Vcc when connected to Raw pin and it reads 3.3V so power regulator should be ok.

My question is

  1. Is it possible that I burned the ATMega chip?
  2. Is it possible that I see target not answering because of USBAsp is unable to lower programming frequency? (warning: cannot set sck period. please check for usbasp firmware update.)

Please suggest if there is anything I can try before throwing it out.

Thank you.

enter image description here enter image description here