Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
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...
Hi,
I am working on low power mode with DK to apply optimization to our project.
And I verified DK with ble_uart_app can go down to less than 5uA in system on mode which...
I'm still trying more TCP stress testing similar to this inquiry . However, now I'm getting highly repeatable lockups on the node I am doing testing with.
Application code...
I was doing some stress testing of TCP connections and saw an oddity go by that has me scratching my head.
Here's the order of events as best as I can figure from correlating...
Hi,
I already achieved the update of all available nodes in a mesh network, where the update is injected over a serial connection to one node.
Now my question is, if I...
Hi
I'm confused by the concept of switching slots and sampling slots, or at least the way they are presented as being interleaved. For BLE, I believe that they are required...
I am considering using a high-Q BAW filter to drive as near the band edges as possible and roll-off noise beyond.
Source of my interest:
https://www.qorvo.com/design-hub...
I am using nrf52832 SDK14.2 development, now the system will generate some strange exceptions, I am worried about the stack overflow, is there any way to confirm whether the...
Hi All
We are using nRF9160DK and want to send data to the cloud (Adafruit or Thingspeak) using MQTT protocol but we do not have NB-IoT
Network in Our area so it's possible...
To the kind attention of Nordic support team,
I've been reading in this post:
https://devzone.nordicsemi.com/f/nordic-q-a/44042/using-nrf52810-with-gzll_nrf52_arm-lib...
Hello,
I need to validate my selection for crystals working with the NRF52840. For the 32.765kHz crystal I have chosen the 9HT12-32.768KBZC-T from TXC Corporation. For the...
i have test with RTC using nrf_calender.c.
It will prints output data on terminal window.
But, I didn't recognize the actual data.
Output data is mentioned below,
...
I am attempting to use libmbedcrypto.a from the Thread/Zigbee SDK version 3.2.0. I am linking it from:
external/openthread/lib/nrf52840/gcc/libmbedcrypto.a
and yet...
HI,
I want to implement the software security to NRF52832 such a that no one should be able to read the memory or tap the data during Bluetooth communication.
Regards...