Giter VIP home page Giter VIP logo

blheli-configurator's Introduction

blheli-configurator

Google Chrome application for BLHeli firmware flashing and configuration.

Disclaimer

This software is provided as is, use it at your own risk. ALWAYS REMOVE THE PROPELLERS and power your ESCs via a current-limiting device or power supply.

Features

  • Only BLHeli passthrough supported at the moment, hence only CleanFlight, BetaFlight, INAV and TriFlight
  • Changing settings for any BLHeli_S, BLHeli SiLabs and BLHeli Atmel ESCs with bootloader
  • Flashing BLHeli and BLHeli_S to SiLabs and Atmel ESCs (BLheli_32 NOT supported)

Future plans

  • Add declarative UI description for MAIN and MULTI modes
  • Full-featured 4-way interface support via BLHeli boxes, with C2-interface support
  • Electron/NW.js wrapper with auto-update
  • Android/iOS version based on the same code-base

Adding a new BLHeli revision or new supported ESC

You can submit pull requests to js/blheli_versions.json and js/blheli_escs.json files, user installations of BLHeli Configurator will see the changes shortly.

Installing BLHeli Configurator

Standalone

Download the appropriate installer for your platform from Releases.

Via Chrome Web Store

available in the Chrome web store

  1. Visit Chrome Web Store
  2. Click + Add to Chrome

Building (Chrome App)

This project uses ReactJS, JSX and some modern ECMAScript extensions and depends on yarn for building. Following the initial checkout, you have to run:

yarn

After that, to actually compile all the required .jsx files, run:

yarn build

Native app build via NW.js

Development

  1. Install node.js
  2. Change to project folder and run yarn.
  3. Run yarn start to build & run the debug flavor.

App build and release

The tasks are defined in gulpfile.js and can be run either via gulp <task-name> (if the command is in PATH or via ../node_modules/gulp/bin/gulp.js <task-name>:

  1. Run yarn gulp <taskname> [[platform] [platform] ...].

List of possible values of <task-name>:

  • dist copies all the JS and CSS files in the ./dist folder.
  • apps builds the apps in the ./apps folder [1].
  • debug builds debug version of the apps in the ./debug folder [1].
  • release zips up the apps into individual archives in the ./release folder [1].

[1] Running this task on macOS or Linux requires Wine, since it's needed to set the icon for the Windows app (build for specific platform to avoid errors).

Build or release app for one specific platform

To build or release only for one specific platform you can append the plaform after the task-name. If no platform is provided, all the platforms will be done in sequence.

  • MacOS use gulp <task-name> --osx64
  • Linux use gulp <task-name> --linux64
  • Windows use gulp <task-name> --win32
  • ChromeOS use gulp <task-name> --chromeos

You can also use multiple platforms e.g. gulp <taskname> --osx64 --linux64.

Usage

Having enabled Developer Mode in Chrome, navigate to chrome://extensions/ and use Load unpacked extension..., providing path to the root directory of your working copy.

Launch the application, plug your flight controller into a USB port, press Connect, power your ESCs. If you run into problems while working with the program, make sure to copy Developer's Console output as well as save log using the Save Log button.

Thanks

This software started as a tab in Cleanflight Configurator, hence my deep appreciation to all of you who contributed to it's development.

Special thanks to everyone who helped me with development, testing, collecting of logs and ideas and all other stuff:

  • Stefan van der Ende
  • Nathan
  • Steffen Windoffer
  • Steven R. Lilly
  • Tuomas Kuosmanen
  • Robyn Bachofer
  • ByeJon from the IntoFPV forum for drawing an icon :-)

This list is extended as the development goes on and I remember all the names :)

blheli-configurator's People

Contributors

asizon avatar basdelfos avatar dependabot[bot] avatar diehertz avatar dzikuvx avatar fishpepper avatar joelucid avatar mathiasvr avatar mcgivergim avatar mikeller avatar neilbalch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blheli-configurator's Issues

ESCs disappeared

I tried flashing the 16.6 fw onto a Eachine OmnibusF3 FC with Betaflight.
Flashing failed but I also am not able to see my ESC anymore.
BLHeli PT connects find, reads ok but shows an empty
I hope this log file helps

Log.txt
screen.

failed to flash 2 out of 4 ESCs and now they are gone

I have DYS ESC XSD 30A v2 3-5S BLHeli_S ESCs and I went to flash them with the latest BLHeli_S so that I could use the DSHOT commands. I think it was 16.67. I did a "Flash All" and one succeeded then one failed and the process stopped. I tried to flash again, just the failed one, but that didn't work either. I tried again on different ones but still it failed. I was able to capture one Log (attached) but now I have two ESCs that are updated and two that are bricked in some way. When I read the config now they don't show up at all in BLHeli_S Configurator.

Is there any way that I would be able to recover these outside of getting access to a windows machine and trying the c2 flash method? I have an Arduino UNO but currently no way to run the BLHeli Suite. Looking into options.

Log.txt

Possible branch of BLHeli configurator for 32-bit ESCs

Hi,
I am a control engineer from Brisbane in Australia and have been developing a multirotor ESC that uses an STM32 processor. Hardware prototypes have been produced and currently I am working on customised firmware that aims to make the most of the 72 MHz processor. I am interested to know if there is any interest for developing a branch of BLHeli configurator that works with this ESC. Considering the popularity of BLHeli configurator, I thought this might be a good idea. Also, BLHeli_32 is closed-source and will not support BLHeli Configurator, so this would be an opportunity to extend it to 32-bit ESCs. The plan would be to for me incorporate the same UART commands as used by BLHeli in the ESC firmware, such that the configurator would look and work essentially the same. Anyway, I'm interested to hear thoughts.
Cheers,
Alex.

Settings are not read back.

Noticed that only one ESC was read when clicking "Read Setup" and the settings did not seem correct. At least not Beep and Beacon strenght. Read as "1" when I have the values "80" and "92" resp. BLHeliSuite read them OK. Attaching a logfile.
Log.txt

Gets stuck on "Waiting for data"

Tried this on OS X El Capitan 10.11.5 with Favourite BLHeli_S ESCs and it gets stuck on the "Waiting for data" screen. Here is the output of the log:

2016-10-11 @ 13:59:35 -- Running - OS: MacOS, Chrome: 53.0.2785.143, Configurator: 0.0.8
2016-10-11 @ 13:59:48 -- Serial port successfully opened with ID: 3
2016-10-11 @ 13:59:48 -- MultiWii API version received - 1.20.0
2016-10-11 @ 13:59:48 -- Flight controller info, identifier: BTFL, version: 3.0.0
2016-10-11 @ 13:59:48 -- Running firmware released on: Sep 11 2016 00:35:30
2016-10-11 @ 13:59:48 -- Board: AFNA, version: 2
2016-10-11 @ 13:59:48 -- Unique device ID received - 0x66dff484848667267251343

I'm able to connect fine to the latest BLHeliSuite:
screen shot 2016-10-11 at 1 57 32 pm

But this is what I get on the blheli-configurator:
screen shot 2016-10-11 at 1 35 00 pm

Is there any way I can get more detailed debug information?

Main configuration screen not loading

Running - OS: Windows, Chrome: 59.0.3071.115, Configurator: 1.0.14
2017-07-21 @ 18:35:46 -- Serial port successfully opened with ID: 3
2017-07-21 @ 18:35:46 -- MultiWii API version received - 1.35.0
2017-07-21 @ 18:35:46 -- Flight controller info, identifier: CLFL, version: 2.0.5
2017-07-21 @ 18:35:46 -- Running firmware released on: Jul 9 2017 15:03:36
2017-07-21 @ 18:35:46 -- Board: SRF3, version: 0
2017-07-21 @ 18:35:46 -- Unique device ID received - 0x3b00244334570720393730

Reading Setup Finished

Main configuration screen does not load

Log.txt

Unable to flash Multiple brands of ESCs using remote hex download.

Even with "ignore improper MCU warnings" enabled I am unable to individually flash each ESC with
the latest versions of blheli using the online chooser.

I'm running two Littlebees and two XM20s on motors 1 & 4. All ESC info is read correctly.

  • I flash the first ESS (dys) with the latest dys firmware loaded.
  • I do the same for the littlebees, explicitly choosing the FVT Littlebee 20A.
  • Expected: Two Escs are flashed with DYS and two with Littlebee, since I explicitly choose the hex before each flash

Actual

All ESCs are flashed with DYS firmware. The littlebees do not run.

Solutions

  1. Use the official hex file and load them locally, rather than using the chooser. Since I was doing it anyway I went with Multishot, no issues.

  2. Use the old ugly, but reliable BLHeli

Flashing fails ESC showing incorrect name

One of my ESC's shows a bunch of ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ in the name and cannot be flashed, I get this message...Anyone have any ideas? ESC's are Lumenier 30a opto running 16.63 (last flashed) OS: MacOS, Chrome: 60.0.3112.113, Configurator: 1.0.14

ESC 2: flashing <span style="color: red">failed</span> - <strong>Error: LAYOUT found <span style="color: red">ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ</span>, <strong>#G_H_30#</strong> expected

Log.txt

cannot connect to esc's

hello,
i tried to configure my racerstar labs 28A esc's through the blheli configurator.

here is my log file, any idea?

Running - OS: Windows, Chrome: 60.0.3112.113, Configurator: 1.0.14
Running - OS: Windows, Chrome: 60.0.3112.113, Configurator: 1.0.14
Running - OS: Windows, Chrome: 60.0.3112.113, Configurator: 1.0.14
Running - OS: Windows, Chrome: 60.0.3112.113, Configurator: 1.0.14
Running - OS: Windows, Chrome: 60.0.3112.113, Configurator: 1.0.14
Running - OS: Windows, Chrome: 60.0.3112.113, Configurator: 1.0.14
Running - OS: Windows, Chrome: 60.0.3112.113, Configurator: 1.0.14
Running - OS: Windows, Chrome: 60.0.3112.113, Configurator: 1.0.14
Running - OS: Windows, Chrome: 60.0.3112.113, Configurator: 1.0.14
Running - OS: Windows, Chrome: 60.0.3112.113, Configurator: 1.0.14
Running - OS: Windows, Chrome: 60.0.3112.113, Configurator: 1.0.14
Running - OS: Windows, Chrome: 60.0.3112.113, Configurator: 1.0.14
Running - OS: Windows, Chrome: 60.0.3112.113, Configurator: 1.0.14
Running - OS: Windows, Chrome: 60.0.3112.101, Configurator: 1.0.14
Running - OS: Windows, Chrome: 60.0.3112.101, Configurator: 1.0.14
Last used port wasn't saved "yet", auto-select disabled.
Uncaught Error: Not found chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js 134 29 Error: Not found
at Object.callback (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/flashing_helpers.js:170:29)
at safeCallbackApply (extensions::uncaught_exception_handler:27:15)
at handleResponse (extensions::sendRequest:67:7)
Connecting to: COM5
SERIAL: Connection opened with ID: 2, Baud: 115200
Serial port successfully opened with ID: 2
Unknown code detected: 116
Unknown code detected: 110
Unknown code detected: 108
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.5
Running firmware released on: Feb 7 2017 22:20:12
Board: OBF4, version: 0
Unique device ID received - 0x4900463136510834373332
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_OK 0 178,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,5,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,3,255,255,255,37,208,40,80,4,255,2,255,122,255,7,1,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,70,95,72,95,52,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,50,49,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 1
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,100,1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,100,1
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,100,1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,100,1
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
[object Object]
[object Object]
SERIAL: Connection did not recover from last onReceiveError, disconnecting
Unrecoverable failure of serial connection, disconnecting...
sending cmd_InterfaceExit 0 0
SERIAL: Connection with ID: 2 closed, Sent: 3738 bytes, Received: 4569 bytes
PortHandler - Removed: COM5
PortHandler - Found: COM5
Connecting to: COM5
SERIAL: Connection opened with ID: 3, Baud: 115200
Serial port successfully opened with ID: 3
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.5
Running firmware released on: Feb 7 2017 22:20:12
Board: OBF4, version: 0
Unique device ID received - 0x4900463136510834373332
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_OK 0 178,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,5,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,3,255,255,255,37,208,40,80,4,255,2,255,122,255,7,1,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,70,95,72,95,52,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,50,49,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 1
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,100,1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,100,1
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_OK 0 178,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,5,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,3,255,255,255,37,208,40,80,4,255,2,255,122,255,7,1,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,70,95,72,95,52,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,50,49,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 3
received cmd_DeviceReset ACK_OK 0 0
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 3 closed, Sent: 226 bytes, Received: 544 bytes
PortHandler - Removed: COM5
Connecting to: COM3
SERIAL: Connection opened with ID: 5, Baud: 115200
Serial port successfully opened with ID: 5
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:27:23
Board: SRF3, version: 0
Unique device ID received - 0x3a00284334570e20383633
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_OK 0 177,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,5,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,3,255,255,255,37,208,40,80,4,255,2,255,122,255,7,1,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,71,95,76,95,51,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,49,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 0
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_OK 0 177,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,5,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,3,255,255,255,37,208,40,80,4,255,2,255,122,255,7,1,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,71,95,76,95,51,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,49,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 1
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_OK 0 177,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,5,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,3,255,255,255,37,208,40,80,4,255,2,255,122,255,7,1,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,71,95,76,95,51,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,49,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 2
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_OK 0 177,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,5,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,3,255,255,255,37,208,40,80,4,255,2,255,122,255,7,1,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,71,95,76,95,51,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,49,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 3
received cmd_DeviceReset ACK_OK 0 0
Reading setup finished
sending cmd_InterfaceExit 0 0
Selecting last used port: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 5, Baud: 115200
Serial port successfully opened with ID: 5
MultiWii API version received - 1.36.0
Flight controller info, identifier: BTFL, version: 3.2.0
Running firmware released on: Aug 28 2017 12:08:46
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 5 closed, Sent: 266 bytes, Received: 374 bytes
PortHandler - Removed: COM3
PortHandler - Found: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 6, Baud: 115200
Serial port successfully opened with ID: 6
MultiWii API version received - 1.36.0
Flight controller info, identifier: BTFL, version: 3.2.0
Running firmware released on: Aug 28 2017 12:08:46
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 6 closed, Sent: 154 bytes, Received: 248 bytes
PortHandler - Removed: COM3
PortHandler - Found: COM3
Selecting last used port: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 8, Baud: 115200
Serial port successfully opened with ID: 8
MultiWii API version received - 1.36.0
Flight controller info, identifier: BTFL, version: 3.2.0
Running firmware released on: Aug 28 2017 12:08:46
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 8 closed, Sent: 258 bytes, Received: 389 bytes
PortHandler - Removed: COM3
PortHandler - Found: COM3
Selecting last used port: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 11, Baud: 115200
Serial port successfully opened with ID: 11
MultiWii API version received - 1.36.0
Flight controller info, identifier: BTFL, version: 3.2.0
Running firmware released on: Aug 28 2017 12:08:46
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
Selecting last used port: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 15, Baud: 115200
Serial port successfully opened with ID: 15
MultiWii API version received - 1.36.0
Flight controller info, identifier: BTFL, version: 3.2.0
Running firmware released on: Aug 28 2017 12:08:46
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 15 closed, Sent: 154 bytes, Received: 248 bytes
PortHandler - Removed: COM3
PortHandler - Found: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 17, Baud: 115200
Serial port successfully opened with ID: 17
MultiWii API version received - 1.36.0
Flight controller info, identifier: BTFL, version: 3.2.0
Running firmware released on: Aug 28 2017 12:08:46
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
[object Object]
[object Object]
SERIAL: Connection did not recover from last onReceiveError, disconnecting
Unrecoverable failure of serial connection, disconnecting...
sending cmd_InterfaceExit 0 0
SERIAL: Connection with ID: 17 closed, Sent: 666 bytes, Received: 824 bytes
PortHandler - Removed: COM3
PortHandler - Found: COM4
PortHandler - Found: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 19, Baud: 115200
Serial port successfully opened with ID: 19
MultiWii API version received - 1.36.0
Flight controller info, identifier: BTFL, version: 3.2.0
Running firmware released on: Aug 28 2017 12:08:46
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Log file written
sending cmd_InterfaceExit 0 0
Selecting last used port: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 21, Baud: 115200
Serial port successfully opened with ID: 21
MultiWii API version received - 1.36.0
Flight controller info, identifier: BTFL, version: 3.2.0
Running firmware released on: Aug 28 2017 12:08:46
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Log file written
sending cmd_InterfaceExit 0 0
Selecting last used port: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 22, Baud: 115200
Serial port successfully opened with ID: 22
MultiWii API version received - 1.36.0
Flight controller info, identifier: BTFL, version: 3.2.0
Running firmware released on: Aug 28 2017 12:08:46
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
Selecting last used port: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 26, Baud: 115200
Serial port successfully opened with ID: 26
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:27:23
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Log file written
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 26 closed, Sent: 1058 bytes, Received: 1312 bytes
PortHandler - Removed: COM3
PortHandler - Found: COM3
PortHandler - Removed: COM3
PortHandler - Found: COM3
Connecting to: COM3
Failed to connect to the port.
SERIAL: Failed to open serial port
Failed to open serial port
Failed to open serial port
Connecting to: COM3
Failed to connect to the port.
SERIAL: Failed to open serial port
Failed to open serial port
Failed to open serial port
Connecting to: COM3
SERIAL: Connection opened with ID: 29, Baud: 115200
Serial port successfully opened with ID: 29
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:27:23
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 29 closed, Sent: 146 bytes, Received: 238 bytes
Connecting to: COM3
SERIAL: Connection opened with ID: 31, Baud: 115200
Serial port successfully opened with ID: 31
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:27:23
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 31 closed, Sent: 226 bytes, Received: 328 bytes
PortHandler - Removed: COM3
PortHandler - Found: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 33, Baud: 115200
Serial port successfully opened with ID: 33
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:27:23
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 33 closed, Sent: 242 bytes, Received: 346 bytes
PortHandler - Removed: COM3
PortHandler - Found: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 34, Baud: 115200
Serial port successfully opened with ID: 34
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:27:23
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 34 closed, Sent: 66 bytes, Received: 124 bytes
Connecting to: COM3
SERIAL: Connection opened with ID: 35, Baud: 115200
Serial port successfully opened with ID: 35
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:27:23
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Log file written
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 35 closed, Sent: 682 bytes, Received: 865 bytes
PortHandler - Removed: COM3
PortHandler - Found: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 38, Baud: 115200
Serial port successfully opened with ID: 38
MultiWii API version received - 1.21.0
Flight controller info, identifier: BTFL, version: 3.0.1
Running firmware released on: Oct 18 2016 10:35:52
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Log file written
sending cmd_InterfaceExit 0 0
invalid message start: 36
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 38 closed, Sent: 466 bytes, Received: 601 bytes
Connecting to: COM3
SERIAL: Connection opened with ID: 40, Baud: 115200
Serial port successfully opened with ID: 40
MultiWii API version received - 1.21.0
Flight controller info, identifier: BTFL, version: 3.0.1
Running firmware released on: Oct 18 2016 10:35:52
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
Selecting last used port: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 51, Baud: 115200
Serial port successfully opened with ID: 51
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.5
Running firmware released on: Feb 7 2017 22:30:44
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
Selecting last used port: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 1, Baud: 115200
Serial port successfully opened with ID: 1
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.5
Running firmware released on: Feb 7 2017 22:30:44
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Log file written
sending cmd_InterfaceExit 0 0
Selecting last used port: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 4, Baud: 115200
Serial port successfully opened with ID: 4
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.5
Running firmware released on: Feb 7 2017 22:30:44
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Log file written
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 4 closed, Sent: 242 bytes, Received: 346 bytes
PortHandler - Removed: COM3
PortHandler - Found: COM3
PortHandler - Removed: COM3
PortHandler - Found: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 6, Baud: 115200
Serial port successfully opened with ID: 6
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.5
Running firmware released on: Feb 7 2017 22:30:44
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 6 closed, Sent: 178 bytes, Received: 274 bytes
PortHandler - Removed: COM3
PortHandler - Found: COM3
PortHandler - Removed: COM3
PortHandler - Found: COM3
PortHandler - Removed: COM3
PortHandler - Found: COM3
PortHandler - Removed: COM3
PortHandler - Found: COM3
PortHandler - Removed: COM3
PortHandler - Found: COM3
PortHandler - Removed: COM3
PortHandler - Found: COM3
PortHandler - Removed: COM3
PortHandler - Found: COM3
PortHandler - Removed: COM3
PortHandler - Found: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 26, Baud: 115200
Serial port successfully opened with ID: 26
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:27:23
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 26 closed, Sent: 138 bytes, Received: 205 bytes
Connecting to: COM3
SERIAL: Connection opened with ID: 27, Baud: 115200
Serial port successfully opened with ID: 27
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:27:23
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 27 closed, Sent: 58 bytes, Received: 115 bytes
Connecting to: COM3
SERIAL: Connection opened with ID: 28, Baud: 115200
Serial port successfully opened with ID: 28
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:27:23
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Log file written
sending cmd_InterfaceExit 0 0
Selecting last used port: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 32, Baud: 115200
Serial port successfully opened with ID: 32
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.0
Running firmware released on: Jan 25 2017 09:58:52
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 32 closed, Sent: 66 bytes, Received: 124 bytes
Connecting to: COM3
SERIAL: Connection opened with ID: 33, Baud: 115200
Serial port successfully opened with ID: 33
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.0
Running firmware released on: Jan 25 2017 09:58:52
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
Selecting last used port: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 34, Baud: 115200
Serial port successfully opened with ID: 34
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.0
Running firmware released on: Jan 25 2017 09:58:52
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Log file written
sending cmd_InterfaceExit 0 0
Selecting last used port: COM3
Connecting to: COM3
SERIAL: Connection opened with ID: 35, Baud: 115200
Serial port successfully opened with ID: 35
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.0
Running firmware released on: Jan 25 2017 09:58:52
Board: SRF3, version: 0
Unique device ID received - 0x30002a4734570c20383531
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished

Will not flash different FW

Hi I have 4 Little Bee Spring 30amp esc's.
2 of them were loaded with AH20/16.6 the other 2 were loaded with AH25/16.5
After researching it seems the correct version for these esc's is AH25 so
I updated the AH25s to 16.6 and then tried to flash the AH20's to the same but receive an error.
(flashing failed - error: layout found #a_h_20#, #a_h_25# expected at checkescandmcu)
Obviously I am flashing one at a time since the flash all button is greyed out.
Is this as simple as checking the box that states: "Ignore inappropriate MCU and Layout"
and then try again? I want to check with someone before doing so.

ESC ( DYS XSD30A V2 ) Disappear after flashing on Mac

Oh man this is too bad ... I thought the Hole point of using these Chrome app Was to get away from using Atmel ICSP to FLASH ESCs .
I am using Betaflight F3 FC & DYS XSD30A V2 .
I Flashed my NEW ESCs on The Chrome App ( Mac ) one of the ESC Seems to have " "died " " or has diapers form the List.
First time was ESC 1 . So i swapped the ESC with a new one .
I flashed all to have the Same FW on all of them .

Now the ESC 3 that is Gone ...

Running - OS: MacOS, Chrome: 57.0.2987.133, Configurator: 1.0.11
PortHandler - Found: /dev/tty.usbmodem1421,/dev/cu.usbmodem1421
Connecting to: /dev/tty.usbmodem1421
SERIAL: Connection opened with ID: 11, Baud: 115200
Serial port successfully opened with ID: 11
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 21:43:25
Board: BFF3, version: 0
Unique device ID received - 0x2000354234571520303137
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_OK 0 178,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,5,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,3,255,255,255,4,252,78,152,3,255,2,255,122,255,7,1,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,65,95,72,95,51,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,50,49,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 0
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_OK 0 178,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,5,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,3,255,255,255,4,252,78,152,3,255,2,255,122,255,7,1,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,65,95,72,95,51,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,50,49,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 1
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,100,1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,100,1
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_OK 0 178,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,5,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,3,255,255,255,4,252,78,152,3,255,2,255,122,255,7,1,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,65,95,72,95,51,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,50,49,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 3
received cmd_DeviceReset ACK_OK 0 0
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 11 closed, Sent: 594 bytes, Received: 1066 bytes
PortHandler - Removed: /dev/tty.usbmodem1421,/dev/cu.usbmodem1421
PortHandler - Found: /dev/tty.usbmodem1421,/dev/cu.usbmodem1421
Connecting to: /dev/tty.usbmodem1421
SERIAL: Connection opened with ID: 12, Baud: 115200
Serial port successfully opened with ID: 12
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 21:43:25
Board: BFF3, version: 0
Unique device ID received - 0x2000354234571520303137
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_OK 0 178,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,5,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,3,255,255,255,4,252,78,152,3,255,2,255,122,255,7,1,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,65,95,72,95,51,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,50,49,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 0
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_OK 0 178,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,5,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,3,255,255,255,4,252,78,152,3,255,2,255,122,255,7,1,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,65,95,72,95,51,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,50,49,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 1
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,100,1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,100,1
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_OK 0 178,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,5,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,3,255,255,255,4,252,78,152,3,255,2,255,122,255,7,1,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,65,95,72,95,51,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,50,49,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 3
received cmd_DeviceReset ACK_OK 0 0
Reading setup finished

I checked the LED is still lit on the ESC not showing up in the list ...
Please HELP ...
tell me these Brand new ESCs aren't dead already without even getting off the ground
It also seems like there are a few people that have had similar issue on different ESCs...

Keyboard arrow keys support on draw bars.

A small feature request. When adjusting drawbars in the GUI it is very hard to be precise with a mouse. It would be great if it would be possible to adjust using arrow keys on the keyboard. Or some (+) and (-) buttons on each side of the drawbars, for fine tuning.
For example when selecting tones in BLHeli_S you need to set Beeper Strength values to 91,92,93 and 94. I never managed to select 94, always ended up with 93 or 95, with the mouse. The best would of course have been if tone selection would have been its own parameter with radio buttons. Having certain beeper strength values meaning something else is really some uglu hackish cheating....
Maybe the GUI could be made with radio buttons anyway, setting fixed selected beeper strength values?

3 ESC no detected

Hello, I was upgrading my esc to a new version of BLheli_s when I
unintentionally press the ``defaults´´ button, and my 3rd esc said failed to flash, the 2nd and 1st said flashing sucesfully, and 4th ESC said, unknown, So I disconnected and re-connect on bhlehi configurator, and now only appears the 3rd ESC and the other 3 dissapeard and I can´t do anything like reflash them.
only 3rd esc appears

Retry operations in case of non-critical failure

Currently, timeout, CRC, and other errors on the client side are handled in panic mode, aborting current operation.
It would be beneficial to retry the whole flashing procedure in case of failure, be it a flash verification error or any other.

Critical failures leading to aborted operations should bring a crash-report popup, inviting the user to notify developer and provide useful information for debugging.

Cannot read ESC's

Dear support,

I am trying to connect to my Racerstar esc's via the BLheli suite but I keep on getting errors. (I have done this before so I know how it works) The tool finds ESC's in Silabs mode and I have used option E
When I connect the battery I hear the correct tones. Then I select "Read Setup" and a pop-up shows rebooting the FC and I get the error "connection to fc failed check port and power" etc..
I can connect fine with Betaflight. I have flashed the latest Spracingf3 Firmware.

2017-02-13 @ 23:45:58 -- Serial port successfully opened with ID: 3
2017-02-13 @ 23:45:58 -- MultiWii API version received - 1.31.0
2017-02-13 @ 23:45:58 -- Flight controller info, identifier: BTFL, version: 3.1.5
2017-02-13 @ 23:45:58 -- Running firmware released on: Feb 7 2017 22:30:44
2017-02-13 @ 23:45:58 -- Board: SRF3, version: 0
2017-02-13 @ 23:45:58 -- Unique device ID received - 0x3e002b5633571520313639
2017-02-14 @ 00:00:39 -- Serial port successfully closed

Could there be something wrong with the FC or USB port?

Thanks a lot!
Jori

screenshot026

Log.txt

ESC Flashing Error

I have DYS XS30A ESCs. 3 of the 4 ESCs flashed just fine, but ESC 1 will not flash and just gives me an error code 255.255.
Log.txt

Configurator not showing any ESCs

Betaflight / DYSF4PRO (DYS4) 3.2.0 Sep 11 2017 / 06:33:42 (649ccd7c7) MSP API: 1.36

ESCs = Spedix GS30 (was able to configure via BLHeli Suite)

tailed this from the log file:
SERIAL: Connection opened with ID: 43, Baud: 115200
Serial port successfully opened with ID: 43
MSP data request timed-out: 1
MSP data request timed-out: 1
Unknown code detected: 110
MSP data request timed-out: 1
MultiWii API version received - 1.36.0
Flight controller info, identifier: BTFL, version: 3.2.0
Running firmware released on: Sep 11 2017 06:33:42
Board: DYS4, version: 0
Unique device ID received - 0x1f003c3436510b39333434
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished

crazy spinn and restart on ms25a

I remove cap for ms25a racestart esc and upgrade software to bl heli s 16.6.

I tested on MS , d300 and d600 always can normal armed and slowly flying is ok but hard landing or shot little in arm result in restart of esc's. I change esc on other xm20a with MS and all working good so its something with this software on MS25A, i tested even 16.53 tones and the same (even worst)

Reads ESCs randomly, can't flash

  • ESC 4in1 Racerstar RS20x4 V1
  • Latest MacOS + Chrome Blheli Configurator 1.0.14 (latest to date)
  • Matek F405 FC

Blheli shows 1, 2, sometimes 3 or all 4 esc but ESC2 and ESC3 has corrupted names:
ESC 2: ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ, 16_65, ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
ESC 3: ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ, 16_65, ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ

When I try to reflash it crashes with this an error:
ESC 2: flashing failed - Error: LAYOUT found ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ #G_L_30# expected

2017-07-06 11 10 15

[Log.txt](https://github.com/blheli-configurator/blheli-configurator/files/1127180/Log.txt)

flashed the wrong firm wear

hi i have 4 blheli s esc I have put the wrong firm wear on them now nothing is showing up in blheli ,and I did not save anything before hand ,please could you help

Can not read Emax BLheli ESC's

I just installed blheli in chrome, went back into Cleanflight configurator to disable UART 3 MSP, which is normally used for CC3D boards flex port. Then i successfully connected to the board in bLheli chrome, but every time i click read setup, the log window just shows "reading setup", then "read setup finished". Nothing is displayed after this. All VCP Drivers are installed, latest cleanflight firmware on the CC3D flight Controller board, so why isn't BLheli chrome not displaying the ESC settings after reading reading setup, blank interface, just a little note top left of screen regarding moving propellers and power the ESC's. Very strange. I've tried all 3 ports on the CC3D (FTDI USB UART adaptor on flex & main port). Green light is solid when i connect to CC3D within BLheli chrome, so obviously the CC3D enters bootloader mode, but it isnt showing ESC settings after reading

Name support

Current ESC names are read and displayed next to to each ESC title, however they cannot be set and are cleared after a flash.

The name should remain after a flash, and ideally it should be a per-ESC configurable field as well.

Flash keeps failing for blheli 15 amp escs

first time drone build from a kit.
Came with 4 15a escs with no markings.
Claimed to be blheli.
trying to flash them and configure/calibrate them, but no luck so far.

Running - OS: MacOS, Chrome: 58.0.3029.110, Configurator: 1.0.14
Running - OS: MacOS, Chrome: 58.0.3029.110, Configurator: 1.0.13
Running - OS: MacOS, Chrome: 58.0.3029.110, Configurator: 1.0.13
Running - OS: MacOS, Chrome: 58.0.3029.110, Configurator: 1.0.13
Running - OS: MacOS, Chrome: 58.0.3029.110, Configurator: 1.0.13
Last used port wasn't saved "yet", auto-select disabled.
Uncaught Error: Not found chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js 134 29 Error: Not found
at Object.callback (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/flashing_helpers.js:170:29)
at safeCallbackApply (extensions::sendRequest:21:15)
at handleResponse (extensions::sendRequest:74:7)
Connecting to: /dev/tty.SLAB_USBtoUART
SERIAL: Connection opened with ID: 15, Baud: 115200
Serial port successfully opened with ID: 15
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:12:24
Board: AFNA, version: 2
Unique device ID received - 0x670ff575751897267183706
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 15 closed, Sent: 890 bytes, Received: 1123 bytes
PortHandler - Removed: /dev/tty.SLAB_USBtoUART,/dev/cu.SLAB_USBtoUART
PortHandler - Found: /dev/tty.SLAB_USBtoUART,/dev/cu.SLAB_USBtoUART
Connecting to: /dev/tty.SLAB_USBtoUART
SERIAL: Connection opened with ID: 17, Baud: 115200
Serial port successfully opened with ID: 17
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
SERIAL: Connection with ID: 17 closed, Sent: 36 bytes, Received: 1 bytes
Selecting last used port: /dev/tty.SLAB_USBtoUART
Connecting to: /dev/tty.SLAB_USBtoUART
SERIAL: Connection opened with ID: 34, Baud: 115200
Serial port successfully opened with ID: 34
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:12:24
Board: AFNA, version: 2
Unique device ID received - 0x670ff575751897267183706
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 34 closed, Sent: 1042 bytes, Received: 1318 bytes
Connecting to: /dev/cu.SLAB_USBtoUART
SERIAL: Connection opened with ID: 35, Baud: 115200
Serial port successfully opened with ID: 35
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:12:24
Board: AFNA, version: 2
Unique device ID received - 0x670ff575751897267183706
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
Selecting last used port: /dev/cu.SLAB_USBtoUART
Connecting to: /dev/cu.SLAB_USBtoUART
SERIAL: Connection opened with ID: 2, Baud: 115200
Serial port successfully opened with ID: 2
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:12:24
Board: AFNA, version: 2
Unique device ID received - 0x670ff575751897267183706
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 2 closed, Sent: 346 bytes, Received: 463 bytes
Connecting to: /dev/cu.SLAB_USBtoUART
SERIAL: Connection opened with ID: 3, Baud: 115200
Serial port successfully opened with ID: 3
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:12:24
Board: AFNA, version: 2
Unique device ID received - 0x670ff575751897267183706
sending cmd_InterfaceExit 0 0
Selecting last used port: /dev/cu.SLAB_USBtoUART
Connecting to: /dev/cu.SLAB_USBtoUART
Failed to connect to the port.
SERIAL: Failed to open serial port
Failed to open serial port
Failed to open serial port
Connecting to: /dev/tty.SLAB_USBtoUART
SERIAL: Connection opened with ID: 3, Baud: 115200
Serial port successfully opened with ID: 3
MSP data request timed-out: 1
MSP data request timed-out: 1
Unknown code detected: 105
MSP data request timed-out: 1
MSP data request timed-out: 1
Unknown code detected: 105
Unknown code detected: 116
Unknown code detected: 150
Unknown code detected: 110
MSP data request timed-out: 1
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:12:24
Board: AFNA, version: 2
Unique device ID received - 0x670ff575751897267183706
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 3 closed, Sent: 688 bytes, Received: 1052 bytes
Connecting to: /dev/tty.SLAB_USBtoUART
SERIAL: Connection opened with ID: 4, Baud: 115200
Serial port successfully opened with ID: 4
MSP data request timed-out: 1
Unknown code detected: 105
Unknown code detected: 116
Unknown code detected: 150
Unknown code detected: 110
MSP data request timed-out: 1
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:12:24
Board: AFNA, version: 2
Unique device ID received - 0x670ff575751897267183706
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 4 closed, Sent: 302 bytes, Received: 564 bytes
Connecting to: /dev/tty.SLAB_USBtoUART
SERIAL: Connection opened with ID: 5, Baud: 115200
Serial port successfully opened with ID: 5
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:12:24
Board: AFNA, version: 2
Unique device ID received - 0x670ff575751897267183706
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
sending cmd_InterfaceExit 0 0
Selecting last used port: /dev/tty.SLAB_USBtoUART
Connecting to: /dev/tty.SLAB_USBtoUART
SERIAL: Connection opened with ID: 1, Baud: 115200
Serial port successfully opened with ID: 1
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:12:24
Board: AFNA, version: 2
Unique device ID received - 0x670ff575751897267183706
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 1 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 2 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 3 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
received cmd_DeviceInitFlash ACK_D_GENERAL_ERROR 0 0,0,0,0
ESC 4 read settings failed cmd_DeviceInitFlash ACK_D_GENERAL_ERROR
Reading setup finished

Flash keeps failing

Running - OS: MacOS, Chrome: 55.0.2883.95, Configurator: 1.0.10
Connecting to: /dev/cu.Bluetooth-Incoming-Port
SERIAL: Connection opened with ID: 21, Baud: 115200
Serial port successfully opened with ID: 21
MSP data request timed-out: 1
MSP data request timed-out: 1
SERIAL: Connection with ID: 21 closed, Sent: 18 bytes, Received: 0 bytes
PortHandler - Found: /dev/cu.SLAB_USBtoUART,/dev/tty.SLAB_USBtoUART
Connecting to: /dev/cu.SLAB_USBtoUART
SERIAL: Connection opened with ID: 22, Baud: 115200
Serial port successfully opened with ID: 22
MultiWii API version received - 1.21.0
Flight controller info, identifier: BTFL, version: 3.0.1
Running firmware released on: Oct 18 2016 10:29:13
Board: RMDO, version: 0
Unique device ID received - 0x2400175533571220303834
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_OK 0 7,147,97,2
sending cmd_DeviceReadEEprom 0 112
received cmd_DeviceReadEEprom ACK_OK 0 14,6,21,9,9,4,255,3,255,10,3,2,1,85,170,1,255,255,255,255,255,3,255,255,255,15,223,40,80,4,255,2,0,122,255,0,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,68,89,83,95,83,78,50,48,65,35,32,32,32,32,32,35,66,76,72,69,76,73,35,65,109,56,65,35,32,32,32,42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_OK 0 7,147,97,2
sending cmd_DeviceReadEEprom 0 112
received cmd_DeviceReadEEprom ACK_OK 0 14,6,21,9,9,4,255,3,255,10,3,1,1,85,170,1,255,255,255,255,255,3,255,255,255,24,227,40,80,4,255,2,0,122,255,0,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,68,89,83,95,83,78,50,48,65,35,32,32,32,32,32,35,66,76,72,69,76,73,35,65,109,56,65,35,32,32,32,42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_OK 0 7,147,97,2
sending cmd_DeviceReadEEprom 0 112
received cmd_DeviceReadEEprom ACK_OK 0 14,6,21,9,9,4,255,3,255,10,3,1,1,85,170,1,255,255,255,255,255,3,255,255,255,36,231,40,80,4,255,2,0,122,255,0,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,68,89,83,95,83,78,50,48,65,35,32,32,32,32,32,35,66,76,72,69,76,73,35,65,109,56,65,35,32,32,32,42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_OK 0 7,147,97,2
sending cmd_DeviceReadEEprom 0 112
received cmd_DeviceReadEEprom ACK_OK 0 14,6,21,9,9,4,255,3,255,10,3,2,1,85,170,1,255,255,255,255,255,3,255,255,255,30,236,40,80,4,255,2,0,122,255,0,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,68,89,83,95,83,78,50,48,65,35,32,32,32,32,32,35,66,76,72,69,76,73,35,65,109,56,65,35,32,32,32,42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
Reading setup finished
ESC 1: flashing started
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_OK 0 7,147,97,2
sending cmd_DeviceReadEEprom 0 112
received cmd_DeviceReadEEprom ACK_OK 0 14,6,21,9,9,4,255,3,255,10,3,2,1,85,170,1,255,255,255,255,255,3,255,255,255,15,223,40,80,4,255,2,0,122,255,0,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,68,89,83,95,83,78,50,48,65,35,32,32,32,32,32,35,66,76,72,69,76,73,35,65,109,56,65,35,32,32,32,42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceWriteEEprom 60 42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
received cmd_DeviceWriteEEprom ACK_OK 60 0
sending cmd_DeviceReadEEprom 60 16
received cmd_DeviceReadEEprom ACK_OK 60 42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceWrite 40 223,205,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
received cmd_DeviceWrite ACK_OK 40 0
sending cmd_DeviceRead 40 2
received cmd_DeviceRead ACK_D_GENERAL_ERROR 40 0
received cmd_DeviceRead ACK_D_GENERAL_ERROR 40 0
ESC 1: flashing failed - Error: cmd_DeviceRead ACK_D_GENERAL_ERROR
at recvCallback (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/_4way_if.js:198:37)
at chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/_4way_if.js:296:29
at Array.forEach (native)
at Object.onread (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/4way_if.js:278:18)
at read_serial (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/serial_backend.js:234:15)
at EventImpl.dispatchToListener (extensions::event_bindings:388:22)
at Event.publicClassPrototype.(anonymous function) [as dispatchToListener] (extensions::utils:149:26)
at EventImpl.dispatch
(extensions::event_bindings:372:35)
at dispatchArgs (extensions::event_bindings:244:26)
at dispatchEvent (extensions::event_bindings:253:7)

ESC 2: flashing started
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_OK 0 7,147,97,2
sending cmd_DeviceReadEEprom 0 112
received cmd_DeviceReadEEprom ACK_OK 0 14,6,21,9,9,4,255,3,255,10,3,1,1,85,170,1,255,255,255,255,255,3,255,255,255,24,227,40,80,4,255,2,0,122,255,0,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,68,89,83,95,83,78,50,48,65,35,32,32,32,32,32,35,66,76,72,69,76,73,35,65,109,56,65,35,32,32,32,42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceWriteEEprom 60 42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
received cmd_DeviceWriteEEprom ACK_OK 60 0
sending cmd_DeviceReadEEprom 60 16
received cmd_DeviceReadEEprom ACK_OK 60 42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceWrite 40 223,205,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
received cmd_DeviceWrite ACK_OK 40 0
sending cmd_DeviceRead 40 2
received cmd_DeviceRead ACK_D_GENERAL_ERROR 40 0
received cmd_DeviceRead ACK_D_GENERAL_ERROR 40 0
ESC 2: flashing failed - Error: cmd_DeviceRead ACK_D_GENERAL_ERROR
at recvCallback (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/_4way_if.js:198:37)
at chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/_4way_if.js:296:29
at Array.forEach (native)
at Object.onread (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/4way_if.js:278:18)
at read_serial (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/serial_backend.js:234:15)
at EventImpl.dispatchToListener (extensions::event_bindings:388:22)
at Event.publicClassPrototype.(anonymous function) [as dispatchToListener] (extensions::utils:149:26)
at EventImpl.dispatch
(extensions::event_bindings:372:35)
at dispatchArgs (extensions::event_bindings:244:26)
at dispatchEvent (extensions::event_bindings:253:7)

ESC 3: flashing started
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_OK 0 7,147,97,2
sending cmd_DeviceReadEEprom 0 112
received cmd_DeviceReadEEprom ACK_OK 0 14,6,21,9,9,4,255,3,255,10,3,1,1,85,170,1,255,255,255,255,255,3,255,255,255,36,231,40,80,4,255,2,0,122,255,0,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,68,89,83,95,83,78,50,48,65,35,32,32,32,32,32,35,66,76,72,69,76,73,35,65,109,56,65,35,32,32,32,42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceWriteEEprom 60 42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
received cmd_DeviceWriteEEprom ACK_OK 60 0
sending cmd_DeviceReadEEprom 60 16
received cmd_DeviceReadEEprom ACK_OK 60 42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceWrite 40 223,205,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
received cmd_DeviceWrite ACK_OK 40 0
sending cmd_DeviceRead 40 2
received cmd_DeviceRead ACK_D_GENERAL_ERROR 40 0
received cmd_DeviceRead ACK_D_GENERAL_ERROR 40 0
ESC 3: flashing failed - Error: cmd_DeviceRead ACK_D_GENERAL_ERROR
at recvCallback (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/_4way_if.js:198:37)
at chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/_4way_if.js:296:29
at Array.forEach (native)
at Object.onread (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/4way_if.js:278:18)
at read_serial (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/serial_backend.js:234:15)
at EventImpl.dispatchToListener (extensions::event_bindings:388:22)
at Event.publicClassPrototype.(anonymous function) [as dispatchToListener] (extensions::utils:149:26)
at EventImpl.dispatch
(extensions::event_bindings:372:35)
at dispatchArgs (extensions::event_bindings:244:26)
at dispatchEvent (extensions::event_bindings:253:7)

ESC 4: flashing started
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_OK 0 7,147,97,2
sending cmd_DeviceReadEEprom 0 112
received cmd_DeviceReadEEprom ACK_OK 0 14,6,21,9,9,4,255,3,255,10,3,2,1,85,170,1,255,255,255,255,255,3,255,255,255,30,236,40,80,4,255,2,0,122,255,0,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,68,89,83,95,83,78,50,48,65,35,32,32,32,32,32,35,66,76,72,69,76,73,35,65,109,56,65,35,32,32,32,42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceWriteEEprom 60 42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
received cmd_DeviceWriteEEprom ACK_OK 60 0
sending cmd_DeviceReadEEprom 60 16
received cmd_DeviceReadEEprom ACK_OK 60 42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceWrite 40 223,205,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
received cmd_DeviceWrite ACK_OK 40 0
sending cmd_DeviceRead 40 2
received cmd_DeviceRead ACK_D_GENERAL_ERROR 40 0
received cmd_DeviceRead ACK_D_GENERAL_ERROR 40 0
ESC 4: flashing failed - Error: cmd_DeviceRead ACK_D_GENERAL_ERROR
at recvCallback (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/_4way_if.js:198:37)
at chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/_4way_if.js:296:29
at Array.forEach (native)
at Object.onread (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/4way_if.js:278:18)
at read_serial (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/serial_backend.js:234:15)
at EventImpl.dispatchToListener (extensions::event_bindings:388:22)
at Event.publicClassPrototype.(anonymous function) [as dispatchToListener] (extensions::utils:149:26)
at EventImpl.dispatch
(extensions::event_bindings:372:35)
at dispatchArgs (extensions::event_bindings:244:26)
at dispatchEvent (extensions::event_bindings:253:7)
ID: 4
MultiWii API version received - 1.21.0
Flight controller info, identifier: BTFL, version: 3.0.1
Running firmware released on: Oct 18 2016 10:35:52
Board: SRF3, version: 0
Unique device ID received - 0x2400175533571220303834
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_OK 0 7,147,97,2
sending cmd_DeviceReadEEprom 0 112
received cmd_DeviceReadEEprom ACK_OK 0 14,6,21,9,9,4,255,3,255,10,3,2,1,85,170,1,255,255,255,255,255,3,255,255,255,15,223,40,80,4,255,2,0,122,255,0,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,68,89,83,95,83,78,50,48,65,35,32,32,32,32,32,35,66,76,72,69,76,73,35,65,109,56,65,35,32,32,32,42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_OK 0 7,147,97,2
sending cmd_DeviceReadEEprom 0 112
received cmd_DeviceReadEEprom ACK_OK 0 14,6,21,9,9,4,255,3,255,10,3,1,1,85,170,1,255,255,255,255,255,3,255,255,255,24,227,40,80,4,255,2,0,122,255,0,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,68,89,83,95,83,78,50,48,65,35,32,32,32,32,32,35,66,76,72,69,76,73,35,65,109,56,65,35,32,32,32,42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_OK 0 7,147,97,2
sending cmd_DeviceReadEEprom 0 112
received cmd_DeviceReadEEprom ACK_OK 0 14,6,21,9,9,4,255,3,255,10,3,1,1,85,170,1,255,255,255,255,255,3,255,255,255,36,231,40,80,4,255,2,0,122,255,0,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,68,89,83,95,83,78,50,48,65,35,32,32,32,32,32,35,66,76,72,69,76,73,35,65,109,56,65,35,32,32,32,42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_OK 0 7,147,97,2
sending cmd_DeviceReadEEprom 0 112
received cmd_DeviceReadEEprom ACK_OK 0 14,6,21,9,9,4,255,3,255,10,3,2,1,85,170,1,255,255,255,255,255,3,255,255,255,30,236,40,80,4,255,2,0,122,255,0,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,68,89,83,95,83,78,50,48,65,35,32,32,32,32,32,35,66,76,72,69,76,73,35,65,109,56,65,35,32,32,32,42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
Reading setup finished
ESC 1: flashing started
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_OK 0 7,147,97,2
sending cmd_DeviceReadEEprom 0 112
received cmd_DeviceReadEEprom ACK_OK 0 14,6,21,9,9,4,255,3,255,10,3,2,1,85,170,1,255,255,255,255,255,3,255,255,255,15,223,40,80,4,255,2,0,122,255,0,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,68,89,83,95,83,78,50,48,65,35,32,32,32,32,32,35,66,76,72,69,76,73,35,65,109,56,65,35,32,32,32,42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceWriteEEprom 60 42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
received cmd_DeviceWriteEEprom ACK_OK 60 0
sending cmd_DeviceReadEEprom 60 16
received cmd_DeviceReadEEprom ACK_OK 60 42,42,70,76,65,83,72,42,70,65,73,76,69,68,42,42
sending cmd_DeviceWrite 40 223,205,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255
received cmd_DeviceWrite ACK_OK 40 0
sending cmd_DeviceRead 40 2
received cmd_DeviceRead ACK_D_GENERAL_ERROR 40 0
received cmd_DeviceRead ACK_D_GENERAL_ERROR 40 0
ESC 1: flashing failed - Error: cmd_DeviceRead ACK_D_GENERAL_ERROR
at recvCallback (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/_4way_if.js:198:37)
at chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/_4way_if.js:296:29
at Array.forEach (native)
at Object.onread (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/4way_if.js:278:18)
at read_serial (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/serial_backend.js:234:15)
at EventImpl.dispatchToListener (extensions::event_bindings:388:22)
at Event.publicClassPrototype.(anonymous function) [as dispatchToListener] (extensions::utils:149:26)
at EventImpl.dispatch
(extensions::event_bindings:372:35)
at dispatchArgs (extensions::event_bindings:244:26)
at dispatchEvent (extensions::event_bindings:253:7)

Autoload firmware for flash don't work

screenshot_20170805_213902

log:

Running - OS: <strong>Linux</strong>, Chrome: <strong>62.0.3175.4</strong>, Configurator: <strong>1.0.14</strong>
Last used port wasn't saved "yet", auto-select disabled.
Uncaught Error: Not found chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js 134 29 Error: Not found
    at Object.callback (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/flashing_helpers.js:170:29)
    at safeCallbackApply (extensions::uncaught_exception_handler:27:15)
    at handleResponse (extensions::sendRequest:67:7)
Connecting to: /dev/ttyUSB0
SERIAL: Connection opened with ID: 1, Baud: 115200
Serial port <span style="color: green">successfully</span> opened with ID: 1
MultiWii API version <span style="color: green">received</span> - <strong>1.36.0</strong>
Flight controller info, identifier: <strong>CLFL</strong>, version: <strong>2.1.0</strong>
Running firmware released on: <strong>Jul 30 2017 13:13:34</strong>
Board: <strong>SRF3</strong>, version: <strong>0</strong>
Unique device ID <span style="color: green">received</span> - <strong>0x2300375233570f20333531</strong>
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_OK 0 144,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,9,21,9,9,4,255,3,255,9,3,2,1,85,170,1,255,255,255,255,255,4,255,255,255,4,255,40,80,4,255,2,0,122,255,1,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,90,84,87,83,112,80,114,111,50,48,65,80,114,109,35,35,66,76,72,69,76,73,35,70,51,57,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 0
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_OK 0 144,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,9,21,9,9,4,255,3,255,9,3,1,1,85,170,1,255,255,255,255,255,4,255,255,255,4,253,40,80,4,255,2,0,122,255,1,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,90,84,87,83,112,80,114,111,50,48,65,80,114,109,35,35,66,76,72,69,76,73,35,70,51,57,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 1
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_OK 0 144,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,9,21,9,9,4,255,3,255,9,3,1,1,85,170,1,255,255,255,255,255,4,255,255,255,3,249,40,80,4,255,2,0,122,255,1,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,90,84,87,83,112,80,114,111,50,48,65,80,114,109,35,35,66,76,72,69,76,73,35,70,51,57,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 2
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_OK 0 144,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,9,21,9,9,4,255,3,255,9,3,2,1,85,170,1,255,255,255,255,255,4,255,255,255,4,255,40,80,4,255,2,0,122,255,1,1,0,3,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,90,84,87,83,112,80,114,111,50,48,65,80,114,109,35,35,66,76,72,69,76,73,35,70,51,57,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 3
received cmd_DeviceReset ACK_OK 0 0
Reading setup <span style="color: green">finished</span>
Could not load firmware for ZTW Spider Pro 20A Premium MULTI 14.9: <span style="color: red">File is unavailable</span>

16.67RC Not available in configurator

I'm currently running Q-H 16.6 on spedix IS30A esc's and want to try D-Shot commands (anti-turtle etc). I believe that I need version 16.67, but the latest version shown in configurator is 16.5.
I have checked that configurator is the latest version etc and have the same problem with Blhelisuite.
Can I manually download this hex from somewhere?

Thanks in advance

After flashing

Hi guys
My system:
F4 Flight Controller---http://hobbywing.com/goods.php?id=590&filter_attr=10947.0
4in1 Esc 49a---http://hobbywing.com/goods.php?id=588&filter_attr=10947.0
After switching - Read Setup -nothing happened in the Blheli-Configurator.
The FC is beeping in staccato. Sorry, not beeping staccato, but motors clicking and twitching!!
Look to the screenshot.
blheli2
This all happened after 1. time flashing, because at the beginning all was fine!
What can I do?
Please help.
Thank`s,
Heinz

Help!!! Flashed with 16.67RC dshot command.... now nothing works????

Plz help!! i flashed my hobbywing xrotor 30A esc with 16.67RC dshot commands and they no longer work no sound from motors and cannot read setup anymore to flash back to 16.6 which was the firm ware they came with. any ideas what happend and how i can get back to 16.6? or are these bricked?

ESC out of sync?

Can anybody tell me what's wrong with this?
Running f3 flight controller and Dys xs30a ecs BLHeli S
I've updated them to the latest Betaflight 3.1.7 and the latest BlHeli 16.6 and now the start-up tone is out and weird things have started to happen random flip and the motors start spinning up... NO PROPS ON! :eek:
I've gone back down the BlHeli updates and it stops at 16.2??
But I've got the same build having no issues yet?
Any body got any thoughts on it?
Thanks for any help
Cheers Jamie

[VCP] [STM VCP Driver] [Windows] serial onReceive not triggered for current message until next message arrives

@joshuabardwell

BLHeli Chrome app does not detect all ESCs when "read setup" is pressed. Typically reads 2/4 ESCs, not the same 2 every time. Sometimes reads 3/4. BLHeliSuite consistently reads all four

Running - OS: <strong>Windows</strong>, Chrome: <strong>55.0.2883.87</strong>, Configurator: <strong>1.0.2</strong>
Selecting last used port: COM5
Connecting to: COM5
SERIAL: Connection opened with ID: 7, Baud: 115200
Serial port <span style="color: green">successfully</span> opened with ID: 7
MultiWii API version <span style="color: green">received</span> - <strong>1.20.0</strong>
Flight controller info, identifier: <strong>BTFL</strong>, version: <strong>3.0.0</strong>
MSP data request timed-out: 5
Running firmware released on: <strong>Sep 11 2016 00:35:05</strong>
Board: <strong>MOTO</strong>, version: <strong>0</strong>
Unique device ID <span style="color: green">received</span> - <strong>0x2c00175433570820333536</strong>
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_OK 0 178,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,3,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,4,255,255,255,3,247,40,80,4,255,2,255,122,255,7,1,255,255,1,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,70,95,72,95,48,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,50,49,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 0
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_OK 0 178,232,100,1
sending cmd_DeviceRead 1a00 112
ESC 2 read settings failed Timeout while waiting for reply to cmd_DeviceRead
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceRead ACK_OK 1a00 16,3,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,4,255,255,255,3,247,40,80,4,255,2,255,122,255,7,1,255,255,1,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,70,95,72,95,48,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,50,49,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
received cmd_DeviceInitFlash ACK_OK 0 178,232,100,1
sending cmd_DeviceRead 1a00 112
ESC 3 read settings failed Timeout while waiting for reply to cmd_DeviceRead
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceRead ACK_OK 1a00 16,3,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,4,255,255,255,3,247,40,80,4,255,2,255,122,255,7,1,255,255,1,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,70,95,72,95,48,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,50,49,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
received cmd_DeviceInitFlash ACK_OK 0 178,232,100,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 16,3,33,255,255,255,255,255,255,9,255,1,255,85,170,1,255,255,255,255,255,4,255,255,255,3,247,40,80,4,255,2,255,122,255,7,1,255,255,1,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,70,95,72,95,48,48,35,32,32,32,32,32,32,32,32,35,66,76,72,69,76,73,36,69,70,77,56,66,50,49,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 3
received cmd_DeviceReset ACK_OK 0 0
Reading setup <span style="color: green">finished</span>

help please

Running - OS: MacOS, Chrome: 57.0.2987.133, Configurator: 1.0.11
Selecting last used port: /dev/tty.SLAB_USBtoUART
Connecting to: /dev/tty.SLAB_USBtoUART
SERIAL: Connection opened with ID: 3, Baud: 115200
Serial port successfully opened with ID: 3
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
Unknown code detected: 116
Unknown code detected: 150
Unknown code detected: 110
MSP data request timed-out: 1
MultiWii API version received - 1.35.0
Flight controller info, identifier: CLFL, version: 2.0.0
Running firmware released on: Apr 13 2017 01:07:51
Board: SRF3, version: 0
Unique device ID received - 0x2b00394234571920363434

Hi I flashed my ese to 16.6 now only one motor spins and does not read the other 3
the code above is my debug log from before flash any help would be appreciated

kind regards

brian
Log.txt

Emax lightning 30a unsuccessful automatic and manual flashing

I am trying to update the ESCs firmware as suggested by Emax:

https://www.emaxmodel.com/blog/AmandaChen/

"As our Lightning 20A and 30A ESC come out earlier than official BLHELI program,and old Lightning 20A and 30A ESCs’ program based on our Nano firmware.Due to the different hardware configuration, Lightning 20A &30A ESC could not be flashed directly by any hex file of NANO 20a ESC,but now could find the lightning 20A &30A ESC in official hex: https://github.com/bitdump/BLHeli/tree/master/SiLabs/Hex%20files.

We have had many customers flash the Lightning 20A and Lightning 30A ESCs with Nano20A 14.6 firmware and having problems. PLEASE DO NOT FLASH LIGHTNING 20A and 30A ESC WITH WRONG FIRMWARE. Lightning 20A and 30A ESCs are factory flashed with 14.2 and performs flawlessly. Although BlHeli Suite recommends Nano20A 14.6 firmware, "EMAX Lightning 20A" firmware for multirotors must be used if updating to 14.6. Please check version of firmware before flashing."

I have a Lux V2 FC, Blheli configurator reads correctly my ESCs as Emax Nano20A.
I tried automatic and manual flashing with different failures as you will see in the log file.
What am I doing wrong?

Thanks for your help!

Log file attached:

Running - OS: MacOS, Chrome: 58.0.3029.96, Configurator: 1.0.13
Running - OS: MacOS, Chrome: 58.0.3029.96, Configurator: 1.0.13
Running - OS: MacOS, Chrome: 58.0.3029.96, Configurator: 1.0.13
Running - OS: MacOS, Chrome: 58.0.3029.96, Configurator: 1.0.13
Running - OS: MacOS, Chrome: 58.0.3029.96, Configurator: 1.0.13
Running - OS: MacOS, Chrome: 58.0.3029.96, Configurator: 1.0.13
Selecting last used port: /dev/tty.usbmodem1411
Connecting to: /dev/tty.usbmodem1411
SERIAL: Connection opened with ID: 1, Baud: 115200
Serial port successfully opened with ID: 1
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:09:37
Board: LUXR, version: 0
Unique device ID received - 0x2800225633571120333131
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,239,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 0
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,240,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 1
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,240,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 2
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,240,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 3
received cmd_DeviceReset ACK_OK 0 0
Reading setup finished
Could not load firmware for EMAX Lightning 20A MULTI 14.9: File is unavailable
Loading file from ~/Download/BLHeli-master/SiLabs/Hex files/EMAX_Lightning_20A_MULTI_REV14_9.HEX
Loaded file ~/Download/BLHeli-master/SiLabs/Hex files/EMAX_Lightning_20A_MULTI_REV14_9.HEX
ESC 1: flashing started
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,239,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
ESC 1: flashing failed - Error: LAYOUT found #EMAXNano20A#, #EMAX_Ltng_20A# expected
at checkESCAndMCU (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/blheli_configurator.js:711:43)
at _fulfilled (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:794:58)
at self.promiseDispatch.done (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:823:34)
at Promise.promise.promiseDispatch (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:756:17)
at chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:564:48
at flush (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:110:21)
at n.exports (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:13226)
at y.(anonymous function) (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:28018)
at Number.b (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27863)
at MessagePort.x (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27885)

ESC 2: flashing started
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,240,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
ESC 2: flashing failed - Error: LAYOUT found #EMAXNano20A#, #EMAX_Ltng_20A# expected
at checkESCAndMCU (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/blheli_configurator.js:711:43)
at _fulfilled (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:794:58)
at self.promiseDispatch.done (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:823:34)
at Promise.promise.promiseDispatch (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:756:17)
at chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:564:48
at flush (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:110:21)
at n.exports (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:13226)
at y.(anonymous function) (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:28018)
at Number.b (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27863)
at MessagePort.x (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27885)

ESC 3: flashing started
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,240,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
ESC 3: flashing failed - Error: LAYOUT found #EMAXNano20A#, #EMAX_Ltng_20A# expected
at checkESCAndMCU (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/blheli_configurator.js:711:43)
at _fulfilled (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:794:58)
at self.promiseDispatch.done (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:823:34)
at Promise.promise.promiseDispatch (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:756:17)
at chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:564:48
at flush (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:110:21)
at n.exports (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:13226)
at y.(anonymous function) (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:28018)
at Number.b (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27863)
at MessagePort.x (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27885)

ESC 4: flashing started
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,240,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
ESC 4: flashing failed - Error: LAYOUT found #EMAXNano20A#, #EMAX_Ltng_20A# expected
at checkESCAndMCU (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/blheli_configurator.js:711:43)
at _fulfilled (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:794:58)
at self.promiseDispatch.done (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:823:34)
at Promise.promise.promiseDispatch (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:756:17)
at chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:564:48
at flush (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:110:21)
at n.exports (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:13226)
at y.(anonymous function) (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:28018)
at Number.b (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27863)
at MessagePort.x (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27885)

sending cmd_InterfaceExit 0 0
received cmd_InterfaceExit ACK_OK 0 0
SERIAL: Connection with ID: 1 closed, Sent: 1058 bytes, Received: 2152 bytes
Connecting to: /dev/tty.usbmodem1411
Selecting last used port: /dev/tty.usbmodem1411
Connecting to: /dev/tty.usbmodem1411
SERIAL: Connection opened with ID: 1, Baud: 115200
Serial port successfully opened with ID: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
Connection failed, ensure that you have selected the correct port or restart your device.
MSP data request timed-out: 1
SERIAL: Connection with ID: 1 closed, Sent: 66 bytes, Received: 0 bytes
Connecting to: /dev/tty.usbmodem1411
SERIAL: Connection opened with ID: 2, Baud: 115200
Serial port successfully opened with ID: 2
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
Connection failed, ensure that you have selected the correct port or restart your device.
MSP data request timed-out: 1
SERIAL: Connection with ID: 2 closed, Sent: 66 bytes, Received: 0 bytes
Connecting to: /dev/tty.usbmodem1411
SERIAL: Connection opened with ID: 3, Baud: 115200
Serial port successfully opened with ID: 3
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
[object Object]
SERIAL: Connection with ID: 3 closed, Sent: 36 bytes, Received: 0 bytes
PortHandler - Removed: /dev/tty.usbmodem1411,/dev/cu.usbmodem1411
PortHandler - Found: /dev/tty.usbmodem1411,/dev/cu.usbmodem1411
Connecting to: /dev/tty.usbmodem1411
Selecting last used port: /dev/tty.usbmodem1411
Connecting to: /dev/tty.usbmodem1411
SERIAL: Connection opened with ID: 1, Baud: 115200
Serial port successfully opened with ID: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
Connection failed, ensure that you have selected the correct port or restart your device.
MSP data request timed-out: 1
SERIAL: Connection with ID: 1 closed, Sent: 66 bytes, Received: 0 bytes
Selecting last used port: /dev/tty.usbmodem1411
Connecting to: /dev/tty.usbmodem1411
SERIAL: Connection opened with ID: 1, Baud: 115200
Serial port successfully opened with ID: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
MSP data request timed-out: 1
Connection failed, ensure that you have selected the correct port or restart your device.
MSP data request timed-out: 1
SERIAL: Connection with ID: 1 closed, Sent: 66 bytes, Received: 0 bytes
PortHandler - Removed: /dev/tty.usbmodem1411,/dev/cu.usbmodem1411
PortHandler - Found: /dev/tty.usbmodem1411,/dev/cu.usbmodem1411
Connecting to: /dev/tty.usbmodem1411
SERIAL: Connection opened with ID: 1, Baud: 115200
Serial port successfully opened with ID: 1
MultiWii API version received - 1.31.0
Flight controller info, identifier: BTFL, version: 3.1.7
Running firmware released on: Apr 3 2017 22:09:37
Board: LUXR, version: 0
Unique device ID received - 0x2800225633571120333131
Reading setup
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,239,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 0
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,240,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 1
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,240,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 2
received cmd_DeviceReset ACK_OK 0 0
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,240,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
sending cmd_DeviceReset 0 3
received cmd_DeviceReset ACK_OK 0 0
Reading setup finished
Could not load firmware for EMAX Lightning 20A MULTI 14.9: File is unavailable
Loading file from ~/Download/BLHeli-master/SiLabs/Hex files/EMAX_20A_MULTI_REV14_9.HEX
Loaded file ~/Download/BLHeli-master/SiLabs/Hex files/EMAX_20A_MULTI_REV14_9.HEX
ESC 1: flashing started
sending cmd_DeviceInitFlash 0 0
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,239,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
ESC 1: flashing failed - Error: LAYOUT found #EMAXNano20A#, #EMAX20A# expected
at checkESCAndMCU (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/blheli_configurator.js:711:43)
at _fulfilled (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:794:58)
at self.promiseDispatch.done (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:823:34)
at Promise.promise.promiseDispatch (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:756:17)
at chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:564:48
at flush (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:110:21)
at n.exports (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:13226)
at y.(anonymous function) (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:28018)
at Number.b (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27863)
at MessagePort.x (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27885)

ESC 2: flashing started
sending cmd_DeviceInitFlash 0 1
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,240,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
ESC 2: flashing failed - Error: LAYOUT found #EMAXNano20A#, #EMAX20A# expected
at checkESCAndMCU (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/blheli_configurator.js:711:43)
at _fulfilled (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:794:58)
at self.promiseDispatch.done (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:823:34)
at Promise.promise.promiseDispatch (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:756:17)
at chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:564:48
at flush (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:110:21)
at n.exports (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:13226)
at y.(anonymous function) (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:28018)
at Number.b (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27863)
at MessagePort.x (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27885)

ESC 3: flashing started
sending cmd_DeviceInitFlash 0 2
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,240,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
ESC 3: flashing failed - Error: LAYOUT found #EMAXNano20A#, #EMAX20A# expected
at checkESCAndMCU (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/blheli_configurator.js:711:43)
at _fulfilled (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:794:58)
at self.promiseDispatch.done (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:823:34)
at Promise.promise.promiseDispatch (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:756:17)
at chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:564:48
at flush (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:110:21)
at n.exports (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:13226)
at y.(anonymous function) (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:28018)
at Number.b (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27863)
at MessagePort.x (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27885)

ESC 4: flashing started
sending cmd_DeviceInitFlash 0 3
received cmd_DeviceInitFlash ACK_OK 0 48,243,99,1
sending cmd_DeviceRead 1a00 112
received cmd_DeviceRead ACK_OK 1a00 14,2,20,9,9,4,255,3,255,10,1,1,1,85,170,1,255,255,255,255,255,3,255,255,255,5,240,40,80,4,255,2,0,122,255,1,1,0,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,35,69,77,65,88,78,97,110,111,50,48,65,35,32,32,32,35,66,76,72,69,76,73,35,70,51,51,48,35,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
ESC 4: flashing failed - Error: LAYOUT found #EMAXNano20A#, #EMAX20A# expected
at checkESCAndMCU (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/blheli_configurator.js:711:43)
at _fulfilled (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:794:58)
at self.promiseDispatch.done (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:823:34)
at Promise.promise.promiseDispatch (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:756:17)
at chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:564:48
at flush (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/q.js:110:21)
at n.exports (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:13226)
at y.(anonymous function) (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:28018)
at Number.b (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27863)
at MessagePort.x (chrome-extension://mejfjggmbnocnfibbibmoogocnjbcjnk/js/libraries/polyfill.min.js:1:27885)

Loud clicking noise coming from all of my motors after flashing the ESC

After flashing my ESC for the 20th or so time (while trying to change the start up tune) after one random time the motors started clicking loudly whenever I power the drone.
I am no longer able to Read the Setup of the drone when I connect it to BLHeli.

Additionally, when I flashed it I set the frequency to particularly low, with this setting:

test1:
mov Temp3, #500
mov Temp4, #1
mov Temp5, #60
mov Temp6, #20
jmp music

test2:
mov Temp3, #500
mov Temp4, #1
mov Temp5, #30
mov Temp6, #20
jmp music

test3:
mov Temp3, #500
mov Temp4, #1
mov Temp5, #30
mov Temp6, #10
jmp music

What else can I provide of use to help debug the issue?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.