Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hello,
When we execute the signature via the chip, we get the error message "FAILED1: Sign Failed".
In our main.c, we get the "err_code" = 8516 from the following statement...
Hi. I got the message when I download serial dfu using Jlink debugger and nrf Connect desktop.
this is capture from jlink rtt viewer.
I uploaded not modified example...
Hi,
We are looking at how we software upgrade the device during its lifetime and assume that a bootloader will be required on the AP and the NP to allow us to load a new...
Hi Nordic,
I have learned about both the DTM and radio_test example source code. For our prototype tests, I think the latter may be better for us.
I have tried to wirte...
Hi
Is there a possibility to update the bootloader himself over the BLE DFU?
I have a new bootloader with a bigger size (MemoryMap changed) and I am wondering if I can...
Hello,
The following error message appears when the original code "asset_tracker_v2" under NCS 2.0 is compiled with vs code IDE,
Can anyone give me some comments? Thanks...
Hello,
I'm just trying to run the LTE_BLE_GATEWAY sample program and I've flash all the nessesary firmware onto the nrf9160dk baord. However, when I turn on the nrf52, it...
Hi,
I am building the CoAP client and sever example programs on a third party module (Reytac MDBT50Q). I am using Reytac dev board MDBT50Q-DB-40. Unfortunately the example...
Hi all
Can the NFC tag of nRF52832 be integrated with multiple cards?
Such as t he access control card of my dormitory and my home can be replaced by one card
Thanks...
I use the connected mode of DF, i use the two receiver,one transmiter,but when i flash the procedure to my boards.i find that only one receiver can get the IQ samples.how...
I am trying to port some code I wrote for Gazell, which I guess acts more elegant since it uses PPI, a workqueue, timeslots, etc. I have an ESB connection in which I receive...
Hi,
I am currently developing with the nRF52 DK (nRF52832 SoC) and the nRF52833 DK (nRf52833 SoC). I have built and flashed the Bluetooth: Peripheral HT sample from Zephyr...
HI,
I'm using nrf51822 and Gazell protocol.
from the RM, i get that the combined length of S0, LENGTH, S1, and PAYLOAD cannot exceed 255 bytes, which i think i can set the...