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...
Dear Nordic Team,
Thanks for supporting.
Currently i am trying to work with multilink central in NUS_C example based on ble_app_multilink_central. The edited code was...
Hi
I installed nRFConnect v2.6 and command line v9.8.1 and want to use PPK to measure current.
When first connect, it will update FW into PPK and works well to measure...
Hi. I have been going through the mesh examples. Now i need to know how to send pings between any two nodes in the mesh. My aim is to first be able to successfully ping a...
I am trying to broadcast a non-connectable advertisement (such as a beacon) while I am connected to a device that I am transferring data via TX. I am working with a nRF52840...
Good morning everyone,
I am struggling since a few days to understand how the SPI communication is supposed to work in the SDK 15.0.0....
So far, I am having some issues...
Hi Nordic,
I am using the example in SDK15, ble_central_and_peripheral -> ble_app_interactive. After being connected to a device, and after pairing. I am trying to make...
hi......
i want to sense the temperature and send data to the uart app via ble ... so i want to merge two programs uart and twi sensor
i have tried but it shows error...
Use central-peripheral programs. First advertising and then scan. It was found that during the adveristing the program was running normally, but the adveristing signal could...
Hi:
How to get sine_table[] data,like this.
int16_t sine_table[]= {0,0,23170,23170,32767,32767,23170,0,0,-23170,-23170,-32768,-32768,-23170,-23170};
NRF_I2S->TXD.PTR...
Dear Nordic Team,
Thanks for supporting.
I am working in ble_app_uart_c example in this example is automatically connect with its peripheral. But i need to connect and...
Hi Nordic,
Here is my configuration:
HW: Customize nRF52840
SW: blinky_rtc_FreeRTOS_pca10056
Problem: The led blink for a few sec and the board went into vPortSuppressTicksAndSleep...
I have a nordic nrf52832 dev board acting as peripheral and my client device is huawei honor 9 lite. I'm trying to send two packets (or 45 Bytes data) in one connection interval...