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...
Hi there, I have a custom board with nRF52840 and i am transferring fairly large amounts of data via uarte. I am also using my own driver. For some reason the attached device...
Hi,
I am Using NRF52840-DK Board. We are trying to transmit multiple data using NRFx_SPIM Example. for single reg read it is working fine.
please check below code is...
Hi,
I have certain doubts regarding simple message model .
1. Why simple_message_client_init or simple_message_server_init is never used? Don't we need this function to...
Hello,
I try to control led light of the thingy52 throw a MIT app inventor application.
I use the UUID : ef680300-9b35-4933-9b10-52ffa9740042
and thr characterixtic...
Page 362 of nRF52840 product specification version 1.0 March 18 shows A in 5 bits. The max entry is 0x0D (4 bits) and there has to be room for 8 entries in 32 bits. Hence...
hello, is there any way to generate DFU package without using command line. i am using segger embedded studio can directly generate dfu package in segger embedded studio please...
What is the wake time for module if i put module in system off mode in following cases .
case 1: Module will wake up by GPIO signalling
case 2: Module will wake up by...
Hello,
I need more details on DFU mode entering topic. I understand how to configure DFU to enter the bootloading mode on button press event but have dilemma about using...
I’m doing a project using NRF51822. We use P0.06 pin for PWM out while reading ADC from P0.01 P0.02 P0.03 & P0.04 .
As my experiment, when I’ve used P0.01 P0.02 P0.03 &...
Hello everyone, I was wondering if we could run IPSP over 2 BLE-supported nordic kits and ping one from another without using a BLE-Enabled router, like connecting them together...
Good morning everyone,
I am writing a custom protocol using the RADIO module and I am having a hard time understanding the address organization.....
My protocol supports...
Hi,
I want to interface an analog front-end Device through NRF52840-DK board Using SPI Interface . I want waveforms to be as Below:
which driver I suppose to use is...
Hi,
I try to Toggle ON/OFF the PWM using simple code below.
The PWM does not generate any output.
Please see code below;
/****************************************...