rssi viewer with different uart pin

hello,

I'm trying to use RSSI Viewer for my custom board - problem is I need to change UART pin.

How do I make my own FW/binary for RSSI viewer?

My custom board uses nRF52833.

I tried to use Segger Studio and just tried to build https://github.com/NordicSemiconductor/pc-nrfconnect-rssi rssi_cdc_acm

The code seems like it is for Keil Studio, I don't know how to configure it to build it properly.

I did get as far using usbd_ble_uart_pca10056 _s140 because it has 'usbd' but got error: 

Output/Release/Obj/usbd_ble_uart_pca10056_s140/nrf_dfu_trigger_usb.o:(.rodata.m_app_dfu+0x4): undefined reference to `app_usbd_nrf_dfu_trigger_class_methods'

My guess is flash_placement.xml need modification - I don't know how.

Is there easier way to build my own binary for RSSI Viewer for my custom board?

If I can build it using Segger Studio, what are the configs, etc, and etc??

Thanks in advance

I will be away for about 3 days.

trivial, I have nrf52840dk, nrf52833dk. SDK 17.1.0 and S140

(also custom board has been connected to modified nrf52833dk)

Parents Reply
  • Hi, 

    June20 said:
    In pc-nrfconnect-rssi/fw/src there are two main: rssi_cdc_acm and rssi_uart, what does each represent?

    CDC ACM is for the 52840 dongle since that is the serial port emulated by the USB stack running on the nordic chip. UART is for the serialport from JLink.

    June20 said:
    About the Bluetooth: Observer, do you have other version for SDK17/segger studio? I am not familiar with sdk-zephyr

    Unfortunately, no. Only the NCS. You can take a look at NCS Getting started guide

    Regards,
    Amanda

Children
Related