Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
Dear Devzone members,
I need your suggestions about one thinkg.
I am trying to do sensor networking with nRF52840 tags.
I have 15 slave, 1 master. All slaves work...
So I'm trying to do some simple store and load from and to my flash memory. I'm using the nRF51822 with 256 kB flash memory. My problem looks exactly like this one, but of...
Hi.
I tired searching around the web but I did not find clear information about this. Maybe the answer is too obvious for anyone to write about.
Problem that i'm facing...
HI, I recently used nRF905, a one-to-many intercommunication project, because one-to-many will send corresponding instructions for machines with different serial numbers,...
I'm working on nrf51822 , Softdevice S110. I have implemented whitelist in my application its working fine. But ion some cases i need to disable the whitelist option ( because...
Hello Nordic Staff,
I am using the NRF52832, SDK 15.3, Keil, and the NRF52 dk dev kits. I want to modify a program such as the UART central example to recognize my custom...
I'm measuring the current consumption of udp_with_psm program reading this post, and the current is very high. why?
https://devzone.nordicsemi.com/nordic/cellular-iot-guides...
Dear Nordic. I am working in the device that require the controller to measure its VDD line to ensure that the the device goes into sleeping mode (very low current and do...
Is there any code example for Android or iOS on how to build / send a DFU request for NRF_DFU_OP_FIRMWARE_VERSION and then how to interpret the response that comes back? ...
I want to receive data through UDP in eDRX
I tried to set up non-blocking UDP by reading this post, but I can't achieve the function yet. Any help? https://devzone.nordicsemi...
Hi all,
I am successfully using Openthread for an application on the nrf52840. As the application is growing I'm thinking about utilizing a RTOS. Therefore, I am currently...
Hello. I have integrated signature validation before boot in my boot loader. This uses the `nrf_dfu_validation_boot_validate` function, which eventually calls into `nrf_crypto_backend_secp256r1_verify...
I use the above code to copy the device root key from the flash region. The if condition at the end results to FALSE always whcih implies that the key was not copied into...
Hi,
I would like to confirm whether bootloader should start from my application with BLE buttonless DFU. Once the request to enter the bootloader is received by my app I...
Hi,
I am running the Asset Tracker application from a fresh clone of the 0.4.0 nRF connect SDK. Using the supplied iBasis SIM.
It connects after booting, and I can monitor...