Trying to see DongleBLE in linux with NCS

Hello,

I want to see my dongle BLE with command lsusb with NCS. I succed to see it with a FTDI USB to UART but i want to succed with only USB.

I succed only USB just with the old SDK connectivity by using a patch whitch came from pc-ble-driver. I tried to developp a pc-ble-driver version NCS with shell command but for commercialisation i can't have a FTDI on my board. can you help me ?

I use for my tests a dongle BLE nrf52840.

Regards,

Pierre-Yves

Parents Reply
  • Piwy said:

    Yes it's ohmed and the board is not connected with a cable but directly.

    My project work well with the same board with nrf52840 instead of the bt840xe.


    the hex file :

    ,2210.zephyr.hex

    I tested this, and the USB enumerates as expected on a nRF52840-DK here:

    [1729349.003717] usb 1-9: New USB device found, idVendor=1915, idProduct=c00a, bcdDevice= 3.00
    [1729349.003721] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [1729349.003722] usb 1-9: Product: nRF52 Connectivity
    [1729349.003724] usb 1-9: Manufacturer: Nordic Semiconductor
    [1729349.003725] usb 1-9: SerialNumber: FE4BD24741C65D87
    [1729349.009528] cdc_acm 1-9:1.0: ttyACM0: USB ACM device
    [1729351.044419] usb 1-4: reset high-speed USB device number 4 using xhci_hcd
    

    Opening the ttyACM interface shows this log:

    [00:00:00.005,218] <dbg> usb_nrfx: usbd_work_process_pwr_events: USB Suspend state
    
    [00:00:00.005,249] <dbg> usb_cdc_acm: cdc_acm_dev_status_cb: cfg 0x200018c4 status 5
    
    [00:00:00.005,249] <inf> usb_cdc_acm: Device suspended
    
    
    baud_rate = 115200
    
    
    Wait for dtr !
    
    --- 628 messages dropped ---
    [00:00:00.147,888] <dbg> usb_nrfx: usbd_event_handler: RESUMING from suspend
    
    [00:00:00.147,918] <dbg> usb_nrfx: usbd_work_handler: USBD reset event
    ...

     

    Kind regards,

    Håkon

Children
Related