Connect to X-RACER F303 with Cleanflight/Betaflight on OSX

By default Cleanflight is not able to identify the flight controller when plugged in with USB.

But you can install the USBtoUARTBridge driver from SiLabs, and it will be able to connect just fine, you can find it here: https://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx#mac

And you will then be able to find your model as /dev/cu.SLAB_USBtoUART in the menu:

screenie_1472160040_887212.png

 
6
Kudos
 
6
Kudos

Now read this

Giving your servers fun pet names with Terraform

You are probably aware that that Terraform have a random number module that works like this: resource "random_integer" "server-id" { min = 100 max = 999 } However, this isn’t very helpful as is, because it would regenerate new numbers... Continue →