HLK-W806 Microcontroller Board Tools

GitHub SDK (Including command line instructions)

Available here

Packages you may need:

sudo apt-get install build-essential
sudo apt-get install libncursesw5-dev

Translated Datasheets etc

Disabling restrictions on ttyUSB

Run:

sudoedit /etc/udev/rules.d/50-ttyusb.rules 

And add this in the file:

KERNEL=="ttyUSB[0-9]*",NAME="tts/USB%n",SYMLINK+="%k",GROUP="uucp",MODE="0666"

Save, exit and unplug and replug the board into your USB port.

Leave a comment

Your email address will not be published. Required fields are marked *