I broke my arduino BT but BT modem still works. Can I reuse it?

Hi, I fried the ATmega328 chip on my Arduino BT board by applying 11V to it. I soldered the power cable to the wrong side of a volt reducer and didn't check the results with the multimeter before attaching the arduino. I don't recommend this to anyone :frowning: I can't upload anything anymore (it logs "programmer not responding") and if I apply a led to output 13 it doesn't blink at boot so I guess I broke it. I tried to upload a new bootloader too, but it won't let me (it logs "programmer not responding"). Strangely though the bluetooth modem is still active, I can connect to the device and write characters on the serial port.

  1. Is it really broken? Or can I patch it somehow?
  2. Did anybody manage to use the bluetooth modem of a broken arduino BT anyway? I know the bootloader does some initialization of the modem at boot time which would be missing now.

Thanks

Thomas

You probably can still connect the BT modem to another arduino and use it. Also consider just replacing the Atmega processor.

Thanks, replacing the atmega is going to be difficult since the arduino BT mounts a very small atmega chip soldered directly to the board, not mounted on a socket. I will try to connect the BT modem to another arduino though. It would be great if somebody can suggest me the best approach or point me to a datasheet of the BT modem.

I found the datasheet for the Bluegiga WT11 bluetooth modem: http://www.iearobotics.com/personal/ricardo/proyectos/skybluetooth/docs/wt11.pdf.
I'm going to try to power the arduino BT and then connect the rx/tx pins to the tx/rx pins of a arduino UNO and see if it works.
Did somebody pull this trick before?

just cut off the fryed atmega clear the pads and solder new chip with fine tip soldering iron. it is not difficult at all! trust me! (in case of to much solder use copper solder wick)

Yep TQFP soldering isnt too difficult. I did my first the other day! Before doing so, I got a whole host of tips here: TQFP Soldering - General Electronics - Arduino Forum

Desolder the old chip and stick in a new one. Its a $2 fix to a $150 board.

Great you give me hope! I will try to fix the board. The worst that can happen is that my soldering skills will improve :slight_smile: