Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
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 want to use the SPI in master mode, but the slave just have three lines,the miso and the mosi is the same line,but I don't know how to config the pins? Do the nRF52832 supports...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
I am trying to wrap BLE into a nice c++ class.
For this i am using ble_app_uart example.
I think it was working fine until i was up to clean the helper functions.
After...
Hello,
I have a nRF52 as central and a cc2650 as peripheral, when I received advertising answer, I can't see the full size of advertising data (see 7 instead of 31). With...
Another programmer developed the nRF52832 source code using IAR.
But I want to use Keil uVision.
So please tell me how to convert IAR project file to KEIL uVision Project...
Hi!
Using SDK 14, nRF52382, used ble_template to develop a custom app.
I have problems with BLE_GATTS_EVT_WRITE not being called.
I do not use auth. My custom ble sevice...
Hello everyone! I am working with 2 board nrf52840 with BLE_Blinky_example. When I press button1 on client board, LED1 on sever board is was toggle. I think that : Client...
Hello, I'm practicing this blog; Segger Embedded Studio - A Cross Platform IDE
on the following environment.
64-bit Windows 10 desktop
SEGGER J-Link 6...
Hello,
In our product, we would like to select LFCLK from the following choices instead of external XTAL.
NRF_CLOCK_LF_SRC_RC
NRF_CLOCK_LF_SRC_SYNTH
However...
Hello developers,
I am developing a smart padlock using nRF52832 SoC and plan to launch it on kickstarter. By far I have successfully made prototypes using HRM code as...
Hello everyone, I've been trying to solve this problem for several days.
Hello everyone, I've been trying to solve this problem for several days.
I have developed a custom...
Hello!
I make peripherial device with some custom services. It is connecting with smartphone. i need secure access with it with passkey (pin code).
My last result is when...
I have one Service UUID and its only two characteristics UUID which is Tx (App to BLE) and Rx(BLE device to APP) to get different type of data e.g. Heart rate, Sleep data...