Forum >Replies by nick.koning
userhead nick.koning
Replies (2)
  • You Reply: Thanks for the reply.

    It still is not working.

    I've hooked the ble-link up to the scope and it seems the ble-link is not receiving a reset. (When i manually reset uploading works Any suggestions?

  • You Reply: Hello,

    I am trying to upload a sketch wireless. It is not working.

    this is the setup:
    - arduino 1.6.4 IDE (arduino.cc) on windows 8.1
    - dfrobot usb ble-link - firmware v 1.93
    - dfrobot ble-link - firmware v 1.93
    - dfrobot mega sensor shield v2.4
    - arduino mega 2560 (rev2)

    the USB ble-link has the following configuration:
    name: BLE-Link
    version: v1.93
    setting: DEFCENTRAL
    role: ROLE_CENTRAL
    cmode: ANYONE
    uart: 115200,8,N,1
    blunodebug = OFF
    usbdebug = OFF

    the ble-link has the following configuration:
    name: Bluno
    version: v1.93
    setting: DEFPERIPHERAL
    role: ROLE_PERIPHERAL
    cmode: ANYONE
    uart: 115200,8,N,1
    blunodebug = OFF
    usbdebug = OFF

    ble-link switch is on normal
    serial communication between USB ble-link and the ble-link works fine!
    the green link led on the ble-link is on
    the blue link led on the USB ble-link is on

    Wireless uploading is not working. Nothing happens and after a while arduino throws an error:

    Arduino: 1.6.4 (Windows 8.1), Board: "Arduino Uno"

    Sketch uses 450 bytes (1%) of program storage space. Maximum is 32,256 bytes.

    Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes.

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x51

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x51

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x51

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x51

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x51

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x51

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x51

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x51

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x51

    avrdude: stk500_recv(): programmer is not responding

    avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x51

    Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

    PLEASE HELP