1# POSIX H4 Port for Atmel ATWILC3000 2 3This port allows to use the ATWILC3000 connected via UART with BTstack running on a POSIX host system, see test setup below (which lacks a proper RESET button). 4 5## Compilation 6 7$ make 8 9The Makefile downloads the wilc3000_bt_firmware.bin firmware from the [GitHub atwilc3000/firmware](https://github.com/atwilc3000/firmware) repo. 10 11## Usage 12 13Just run any of the provided examples, e.g. 14 15$ ./le_counter 16 17At start, the firmware file is first uploaded to the ATWILC3000, before BTstack start up. 18 19Please note that it configures the ATWILC3000 for a higher baud rate it does not detect if the firmware has already been downloaded, so you need to reset the ATWILC3000 before starting an example. 20 21Tested with the official [ATWILC3000 SHIELD](http://www.microchip.com/DevelopmentTools/ProductDetails.aspx?PartNO=ATWILC3000-SHLD) on OS X. 22 23 24