btstack/port/posix-h4-da14581
2018-08-27 11:01:19 +02:00
..
.gitignore att: ENABLE_ATT_DELAYED_READ_RESPONSE -> ENABLE_ATT_DELAYED_RESPONSE, example/att_delayed_read_response.c -> example/att_delayed_response.c 2018-08-27 11:01:19 +02:00
btstack_config.h
main.c posix: use TLV with btstack_tlv_posix 2018-07-29 11:06:33 +02:00
Makefile posix: add btstack_tlv_posix.c to all posix ports 2018-07-29 11:06:33 +02:00
README.md

POSIX H4 Port for Dialog Semiconductor DA14581

This port allows to use the DA14581 connected via UART with BTstack running on a POSIX host system.

It first downloads the hci_581_active_uart.hex firmware from the DA14581_HCI_3.110.2.12 SDK packet, before BTstack starts up.

Please note that it does not detect if the firmware has already been downloaded, so you need to reset the DA14581 before starting an example.

For production use, the HCI firmware could be flashed into the OTP and the firmware download could be skipped.

Tested with the official DA14581 Dev Kit on OS X.