EN CN
Serial passthrough: error message when writing profile to board
  • My setup:
    Board: version 3.6 "Extended"
    Firmware: 2.70 b6, API v2

    I use an Arduino Nano 33 BLE to control the SimpleBGC board through its UART2. It works great. I do real time control (with feedback) without a glitch.

    Yesterday I tried to set up a simple serial passthrough: SimpleBGC GUI -> Arduino -> Gimbal (my goal is to avoid using a second USB port). It seems to work correctly for every tuning operation (including using the "Read" button), except when using the "Write" button.

    On time over three, when trying to write the profile to the board, after a long timeout and slow moving progress bars, I get this error:
    "Something goes wrong when writing parameters:
    - Failed to write CAN_drv soft params: java.lang.Exception: No response on CMD_EEPROM_WRITE command
    No response on CMD_WRITE_FILE command
    No response on CMD_WRITE_FILE command
    No response on CMD_WRITE_FILE command
    No response on CMD_WRITE_FILE command
    - No confirmation on writing parameters for command 22"

    Any clue?

    Thanks.