This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Library for integrating nrf52840 with MTk7628 running on openwrt

Hi Nordic Engineer,

We want to interface NRF52840 with MTK7628 over UART. Is there a client library for nrf52840 which we can integrate with our application which runs on MTK7628..??

Our operational flow is as follows,

A. Application running on MTK7628 sends command to NRF52840 over UART/any serial interface 

B. Application receive response from BT module.

C. After getting the response from NRF52840 our application will process the info and does the rest.

We came through ACI and HCI interfaces, are these interfaces specifically used to communicate between host module and nrf52840 BT module..?? If yes, please let us know the procedure for doing this.

We don't want to use Bluez layer to communicate with NRF52840 module.

Thanks

Parents Reply
  • santhosh@santhosh:~/pc-ble-driver/hex/examples$ sudo ./heart_rate_monitor_sd_api_v5 /dev/ttyACM0
    Serial port used: /dev/ttyACM0
    Baud rate used: 1000000
    Info: Successfully opened /dev/ttyACM0. Baud rate: 1000000. Flow control: none. Parity: none.
    Status: 6, message: Target Reset performed
    Error: h5_decode error, code: 0x802c, H5 error count: 1. raw packet: c0 60 00 01 01 c0
    Error: h5_decode error, code: 0x802c, H5 error count: 2. raw packet: c0 60 00 01 01 c0
    Error: h5_decode error, code: 0x802c, H5 error count: 3. raw packet: c0 60 00 01 01 c0
    Error: h5_decode error, code: 0x802c, H5 error count: 4. raw packet: c0 60 00 01 01 c0
    Error: h5_decode error, code: 0x802c, H5 error count: 5. raw packet: c0 60 00 01 01 c0
    Error: h5_decode error, code: 0x802c, H5 error count: 6. raw packet: c0 60 00 01 01 c0
    Status: 0, message: No response from device. Tried to send packet 6 times.
    Failed to open nRF BLE Driver. Error code: 0x0D

    I am facing the above error

    For testing purpose I am using nrf52840 dongle

Children
No Data
Related