Page 1 of 1

help needed - bbfuino

PostPosted: Sat Mar 09, 2013 4:10 am
by wally
hi.
i am just getting started with arduino.
i am using bbfuino.

i have go through the cytron guide but it didn't help at all.
i am using a UC00B usb serial converter to program bbfuino using arduino IDE 1.0 version.
device set as arduino uno.
but failed.
it appear :
avrdude: stk500_getsync(): not in sync: resp=0x00

then, i try using usbasp programmer to program bbfuino.
failed also
it show:
avrdude: Expected signature for ATMEGA328P is 1E 95 0F
Double check chip, or use -F to override this check.

can any one help me solve?

Re: help needed - bbfuino

PostPosted: Sat Mar 09, 2013 8:32 am
by robosang
Can show how is the connection from UC00B to the BBFUINO? I do have one, but I am using the revised UC00A, work fine for me :mrgreen:

Re: help needed - bbfuino

PostPosted: Sat Mar 09, 2013 11:22 am
by gadgetng
wally WROTE:hi.
i am just getting started with arduino.
i am using bbfuino.

i have go through the cytron guide but it didn't help at all.
i am using a UC00B usb serial converter to program bbfuino using arduino IDE 1.0 version.
device set as arduino uno.
but failed.
it appear :
avrdude: stk500_getsync(): not in sync: resp=0x00

then, i try using usbasp programmer to program bbfuino.
failed also
it show:
avrdude: Expected signature for ATMEGA328P is 1E 95 0F
Double check chip, or use -F to override this check.

can any one help me solve?


1. Make sure the UC00B is detected by your computer. After that, make sure the wiring is correct.
2. You are using USBasp to upload the sketch or program the bootloader? If you are using USBasp, the signature of the ATMEGA328P need to be change as the IC on BBFuino is ATMEGA328. There is a document or tutorial about it by Cytron, you need to find it out.