Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Hello,
I am new to BLE as a technology and have a question regarding how Peer Manager handles bonding.
As I currently understand, the function of bonding is to enable...
Hi,
I want to use nRF52832(PCA10040 board) to communicate with nRF24L01+. I program the example application( \examples\proprietary_rf\esb_ptx)(SDK v15.0.0) on the board...
Hello. I'm developing an application with a custom bootloader and I'm using "settings" data structure placed in FLASH. Because we can erase only full pages, the first page...
Hi.
I want to implement multirole on the nRF52832. I want to advertise beacon data while scanning. So, I modified ble_app_uart_c in the ble_central example. Below is a description...
Hi,
I try to program hex file with openOCD. The flash part is written without any problem. OpenOcd only fail to write the UICR registers beyond 0x10001200.
However it...
Hello,
Which one of the following statements regarding " sd_ble_gap_connect " function call is true:
(1) Can sd_ble_gap_connect function put the central device into initiating...
static void pdm_event_handler(nrf_drv_pdm_evt_t const * const evt) { /* Process the events. */ }
/* ... */
/* Process the events. */
Can you make a little more detail...
Hello,
I have NRF5230 DK board and I have powered the board with external battery. Solder bridge SB12 is shorted and I have cut the jumper SB29 and disabled power for Interface...
I am trying to connect nrf52832 ble module to esp32/esp8266 application mcu connected with SPI interface.
I use ble_central/ble_app_hrs_c application, but found that the...
Hi Sir,
we use 52832 ESB , one PTX and two PRX. (PRX_A and PRX_B)
A and B have same base_addr_0 and base_addr_1 .
diffrent addr_prefix
PTX send package to A and wait...
I am trouble with adding DFU function to BLE_UART on nRF52832. I have just followed those step in this link Adding DFU to your App . But when i compile and fash to my device...
Hi all, My company is doing a proyect with BLE. We use nRF51822 with the softdevice s130. I am preparing the FCC and CE certification. Our tester asked us to prepare 2 samples...
hi, nordic team:
Now I am using the nRF5 AirFuel SDK version 2.2.0 to develop the PTU and successfully use the serial to do the dfu function.
I used nrfutil for DFU, but...
Hello, I trying to debug with GDB server Because of this .
I open the GDB server like this
go to build directory and write client cmds below
output is $4 = {<error...