Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,23 @@ At this stage `native_sim` will connect to cloud using native networking
(via Native Simulator Offloaded Sockets) and still be able to find local
Bluetooth devices, communicate with them and send requested pouches.

### Aludel Elixir

Bluetooth HCI image must be installed on the ESP32-C3 that's on-
board, following directions in [the Golioth Boards installation
instructions](https://github.com/golioth/golioth-zephyr-boards?tab=readme-ov-file#flashing-the-espressif-bluetooth-hci-sample)

Gateway firmware runs on nRF9160 chip and mirrors the nRF9160-DK.
An external programmer like a JLink is required using the SWD
10 pin header.

```
west build -p -b aludel_elixir/nrf9160/ns bluetooth-gateway/gateway --sysbuild
west flash
```



## Useful options for debugging and development

### `CONFIG_GATEWAY_CLOUD`
Expand Down
1 change: 1 addition & 0 deletions gateway/boards/aludel_elixir_ns.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_BT_HCI_ACL_FLOW_CONTROL=n
1 change: 1 addition & 0 deletions gateway/boards/aludel_elixir_ns.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include <aludel_elixir_ble_hci.dtsi>
5 changes: 5 additions & 0 deletions west-ncs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ manifest:
revision: b1d70e520381ebfa9b3ccb3fd4380d732f3cfcf7
url: https://github.com/golioth/pouch

- name: golioth-zephyr-boards
path: modules/lib/golioth-boards
revision: main
url: https://github.com/golioth/golioth-zephyr-boards

self:
path: bluetooth-gateway
west-commands: scripts/west-commands.yml