Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
When I use NRF_LOG_GETCHAR() witn nRF52 DK and onboard SEGGER UART it stops in next NRF_LOG_INFO(). Also after ARM reset it keeps in this error state. It seems that SEGGER...
Hello,
I'm trying to install wireshark sniffer on ubuntu 14.04 with PCA10031.
I follow this guide : devzone.nordicsemi.com/.../
But when I launch sudo python example_linux...
Hi,
I am trying to replicate the "Throughput and long range demo" from devzone.nordicsemi.com/.../
I have two nRF52840 boards. I am using IAR studio. I can compile,...
Hi,
i am working on TWI sensor example in SDK1. in which i connected SCL And SDA pins tonRF52 dk boards sca and scl pins. and connected voltage and ground. when i run the...
Hi everyone,
I am using the nRF52832 and I have use the serial bootloader to update the firmware at one of my clients place.
How should it be done and what do I have to...
Hi guys,
I want to implement the periodical transmit over the mesh network. I have 3 nRF52832 DK, and I use the nRF OpenMesh example.
What would be the best way to implement...
It appears this example hangs after the following call. Does the experimental 12.2 buttonless DFU work ok?
SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL);
Using SDK 12.2 and BDS plugin version 1.2.2
Module nrf52832_xxaa
Copied plugin output to nRF5_SDK_12.2.0/examples/ble_peripheral/experimental_bluetoothds_template/...
I have observed that the "Experimental Buttonless DFU Service" and its characteristics has the same UUID. But in case of other services(like battery service) the UUID for...
I know that the pairing popup won't be shown if encryption is disabled.
I was able to remove the popup on Android. However, I couldn't find a way to do it on iOS.
The...
Hi there,
I have multiple PCA10040 boards, and about a year's worth of experience developing code for them. I have suddenly started to have problems with USB-UART connections...
Greetings,
I have a setup where I have a periodic single channel low power SAADC implementation. In this the configuration is
A single SAADC channel is initialized...
Dear Nordic,
After playing around (a lot) with your nRF51 and (all) of your nRF52 devices, both on a personal and a professional level, I would find very interesting to...
I've come to the conclusion that NDEF doesn't provide the functionality that I'm looking for (primarily security). I spent some time playing around the SDK running in NFC_T4T_EMUMODE_PICC...
Hi,
I am using the ble_app_uart_c example for scanning the peripheral.
My requirement is I need a name of the device when UUID is being checked.
Means when isUUIDpresent...