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

About nrf 52840 dongle

hi, i am using nrf 52840 dongle , is there any support of AT commands to communicate with dongle .i want to communicate without using ui only by sending commands.
if not any cli commands to advertise ,scan and connect .

Parents Reply
  • Hi, 

    shivaraj said:
    to use with other pins of dongle (on edge of dongle) with uart can u suggest any example or post to change in the code so as to send commands for dongle to use your example code of ble_app_interactive.

    The BLE Interactive Command Line Interface Example seems to do most of what you are requesting. It does not have a project for PCA10059 (nRF52840 Dongle), and it is not configured for using the USB port as the backend for the CLI library (only RTT and UART), but both these things should be quite simple to modify.

    First, you have to follow all steps described in the nRF52840 Dongle Programming Tutorial and refer to this post. Then, add and enable the relevant configs about the nrf_cli_cdc_acm and app_usbd_cdc_acm modules as the sdk_config.h in the Command Line Interface (CLI) Example under peripherals should be a good reference, it has the project for pca10059. 

    I would recommend that you solder a debug header on the dongle, and buy one of these cables. That way you can develop and debug applications for the dongle, through the nRF52840 DK.

    shivaraj said:
    and can u expand the 2 nd point UART part to usb.

    If you want to use the USB interface for UART, you need to incorporate something like the USB CDC ACM Example into the application. Please see this post

    -Amanda H. 

Children
Related