Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi Experts,
I have looked into the Mesh SDK for several days, i found one question is the device how to handle the same message they transmitted before after power reset...
To the kind attention of Nordic support team,
I have been doing the pairing between two devices using nrf gazell secured library. Then, what I want to do, it is to read...
Hi,
We plan to measure the sleep current of the *whole* Thingy 91 system including nRF9160, nRF52840 and sensors. Do you have a firmware (sample app or similar) that puts...
To the kind attention of Nordic support team,
I'm evaluating your standard gzp example (proprietary_rf/gzll/gzp_dynamic_pairing, sdk15.3). From what I see, the device to...
Hi,
It seems that the nRF52811 for the most part draws less current the nRF52832. For example:
nRF52811: 1.4 μA at 3 V in System ON mode, no RAM retention, wake on RTC...
Hello,
I cannot reset the nRF52 DK while running on battery power. I've tried multiple examples of the SDK which didn't work. However, when connecting the DK via USB, the...
I don't know if I'm dealing with a hardware or software problem at this point. I have a custom NRF52810 board with chip antenna and no LF clock, in SES. In SDK 16 I modified...
I'm running the esb_ptx_pca10040e on a custom board with NRF52810. The program gets stuck on....
while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0);
This appears to be similar...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
1) Previously we had a custom board...
Hi,
I was testing the various cases for DFU & I was looking for any possible solutions to fix the issue.
I flashed SD + bootloader (secure) + app from SDK 15.2 on the...
Hello,
I´m trying to update the certificate of my nRF9160-DK. To do this the modem has to be in offline state. I´m running the AT Client sample like it is shown in the chapter...
I am curious if there is an inherit maximum transmit duty cycle of either M1 or the nRF9160. I am asking for this because we need these numbers for SAR test. Our product will...
Hi All,
I am working on a project with NRF52840 , we are looking for a solution to do the OTA to device by the central device , both of them are using NRF52840 as BLE module...