Authorization withGoogle
Show prices in:
One of the most common problems beginners have when starting out with naze32, flip32 controllers is difficulty with the initial connection to the CleanFlight setup program.
Before you start working with the controller and the CleanFlight program, you must install the CP210x serial converter drivers if you do not already have them installed. It is very easy to check if the drivers need to be installed. In the CleanFlight program at the top of the COM port selection drop-down list there should be a virtual COM port, which is created when the controller is connected to USB, and in the list of installed devices in Windows there should be such a device installed:
If an uninstalled device is present in the list when connecting, you need to install the drivers.
The driver can be downloaded from the official website of the manufacturer of the CP210x serial port converter chip:
For Windows: here
For other platforms: here
After the driver is installed, the port on which the controller is connected should appear in the drop-down list of the CleanFlight program. You can try pressing the "Connect" button, but most likely you will get this error in the log when trying to connect:
2015-09-12 @ 18:44:50 -- Serial port successfully opened with ID: 3
2015-09-12 @ 18:45:00 -- No configuration received within 10 seconds, communication failed
2015-09-12 @ 18:45:00 -- Serial port successfully closed
The point is that new versions of Cleanflight Configurator are not always compatible with old, outdated firmware, which can be filled in by the manufacturer during board production. And that is why the program does not connect to your controller and connection timeout occurs.
To avoid this problem, it is necessary to update the controller firmware to the latest available version.
The firmware has been successfully updated and now you can safely try to connect to the controller via the "Connect" button.
Comments
Registration