Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I'm trying to upload via DFU from one nRF52832 to another nRF52832
I use SDK 14.1
First I want to enable CCCD at the master side.
static uint32_t cccd_configure(uint16_t...
Dear Sirs,
We are evaluating nRF52840 now, How far is the maximum range it can reach while keeping the data rate at 2Mbps if we use two nRF52840 for point-to-point communication...
i've been trying to generate hex files using keil uv5 from the examples given in the nrf52 sdk, the pregenerated hex files work as expected, wheras the ones generated by keil...
Dear Nordic Team,
Thanks for supporting.
I want to know How to add Manufacturing data with whitelist advertising . Already i am implemented without whitlist advertising...
Hello Team,
I have developed a sample Android application to use and control Nordic Thingy 52. I am able to control LED (Constant, Blink, Intensity). But I am not getting...
I want to test the mesh network for that i have to set the radio range of node to minimum distance so that i'll able to test the relay node example. Will you please help me...
Hello I am trying to make an electron application which is based from the 'pc-ble-driver-js' module for testing pupose for production development with nordic product
I am...
Hi all,
I using NRF52 kit and NUS service . When I add bond on NUS service , I still using nomal and I do not see the difference before and after I add bond . So , I want...
Hi. I am going down a rabbit hole. Wish to work with the SDK for Mesh using ideally the PCA10040 (nRF52832) and PCA10056 (nRF52840) kits.
1) Is this possible to mix the...
Hello,
I use the nrf51 with SDK 12.3.0.
I followed the tutorial for custom services and added characteristics as described here: https://devzone.nordicsemi.com/tutorials...
Referencing another trouble ticket
https://devzone.nordicsemi.com/f/nordic-q-a/22621/hardfault-on-an-sd_ble_gatts_hvx-call-in-sdk12-3
I am experiencing the same issue...
I'm trying to implement send && recieve through one wire. Handling of pin state, if it is input or output is done via SW. Also it is going to be half-duplex only.
Is it...
Hello,
I'm playing with two thingy and I'm trying to make a sort of walkie talkie with them.
I wrote the code for the sound service client, then modified other parts...