Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hello, I want to transmit data using the nRF52840 card and a smartphone. I explain: I must transmit data from the nRF52840 card to a smartphone. What is the best program in...
Hi,
I am trying to add logs to the Eddystone example using SDK15, SD132, arm5_no_packs, PCA10040 and Keil. I added the corresponding libraries to the project, entries...
Hi all,
I am using multilink central example in nrf52832(SDK 15), i have converted the multilink central(lbs) to multilink central(nus) for one of my apllication, its...
I posted on the forum regarding the same project here https://devzone.nordicsemi.com/f/nordic-q-a/34022/optimizing-throughput-with-multiple-central-links-and-1-peripheral...
Hi Nordic,
I am trying to implement the Bluetooth Developer Studio Example to implement Cycling Power Profile with
Bluetooth Developer Studio version 1.1.3139
bds_plugin_1...
Hi,
Does Nordic have reference layout/desing for nRF52832 (QFxx) with external antenna connector like Hirose U.FL? PCB trace antenna is not working in most of our use cases...
Hello everyone,
now i'm working with nRF52840 PDK( Engineering B ) and i migrate my project from SDK 14.1 to SDK 15. My starting point is ble_app_template and i want to...
Hi,
We're using SR3 v1.1 for several BLE R/C,and migrating our code from SR3 v1.1 to v1.2 now for mass-production.
last week ,one of our product, set top box updated to...
Hi!
My setup:
* nRF52 DK
* nRF5_SDK_15.0.0_a53641a
* s132_nrf52_6.0.0
* SES V3.34b 64-bit
* android ver.8 smartphone with nRF Connect
I have solved my previous...
We are using Nordic nRF24L01+ RF module. The RF library software is "nRF24L01P-EK" ( nRF24L01+ Evaluation kit files) obtained from the official Nordic website. RF module is...
Hi, I tried to implement ble uart service in an existing project but when ble is connected the original bsp buttons functions stopped working. After some debugging i found...
Hi,
I have some problems changing from the legacy driver to the new nrfx driver structure.
I have done the following:
1) Opened pwm example in SDK 15.0.
2) Renamed...
Hello Nordic team,
I am working on nRF52832 chip. My device goes in power_manage mode. Device wakeUp on pin interrupt but when pin interrupt occur device first reset and...
Hi,
I init the bsp for button, but there is no callback in handler when press on button.
The board is NRF52810, and there are so many problems when I test this borad....