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 Children
  • I think you're misunderstanding.

    The bootloader from nRF5 SDK requires that you have a pin to set it into bootloader mode, and therefore cannot be used if you do not have a button on your custom board.

     

    The nRF52840 comes blank from the factory, so it is your firmware that must enable USB communication.

     

    Piwy said:
    I use the nrf52840dongle_nrf52840 for both all theses set-up.

    Could you try programming your firmware with this configuration?

    Håkon Alseth said:
    "CONFIG_BOARD_HAS_NRF5_BOOTLOADER=n"

     

    Kind regards,

    Håkon

Related