btstack/port/posix-h4-da14585
2022-04-29 11:40:35 +02:00
..
.gitignore example: rename le_data_channel examples into le_credit_based_flow_control_mode 2021-11-20 22:51:15 +01:00
btstack_config.h ports: add link to documentation in btstack_config.h 2021-12-09 16:42:48 +01:00
main.c port: use btstack_strcpy and btstack_cat instead of strcpy/strcat 2022-04-29 11:40:35 +02:00
Makefile chipset: use da145xx in folder/file/function names for these SoCs 2022-02-03 22:25:38 +01:00
README.md port: copy edit port readmes, archive ios port 2021-05-31 16:44:53 +02:00

BTstack Port for POSIX Systems with Dialog Semiconductor DA14585 Controller

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

It first downloads the hci_581.hex firmware from the 6.0.8.509 SDK, before BTstack starts up.

Please note that it does not detect if the firmware has already been downloaded, so you need to reset the DA14585 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 DA14585 Dev Kit Basic on OS X.