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,
A very simple/short tool question:
When I configure demo projects, I typically use the commandline "west build -t guiconfig" to configure the project acoordingly,...
Hi,
I ran into this issue where I signals threads in my application and got a crash because custom_data is NULL for my thread.
I then ran the test cmsis_v1 related to...
I'm looking for information regarding how the cloud gateway works and how to make use of it.
- I need to connect the Thingy91's BLE to a gateway on the phone then relay...
Hi:
I want to know structure of nRF52810 GPIO. Also what's different structure bewteen output standard drive and output strength drive. where could I find these information...
Currently I am trying to add uart functionality to the dimming client from the mesh dimming example, but I just can never seem to get it to compile. I can confirm my uart...
I work with Zephyr v1.5.1. PDK NRF5340. I implemented interrupt from PB1 and sometimes I get double interrupt. 1. Is input Debouncing supported in Zephyr?
2. How can I implement...
HW- nrF52832
SDK- nRF5_SDK_15.2.0_9412b96
Description:-
I am using a nRF52832 for my project development. Flashing first time with softdevice and my application hex...
Excuse me:
The SPIS example in SDK is shown in the figure below,the m_rx_buf buffer has only seven bytes,Does NRF_DRV_SPIS_XFER_DONE event occur when the buffer is full...
I am developing a NRF52810 product, I am downloading using JTAK on NRF52832 development board.
I have the NRF52810 because of the lack of IO pins. SPI CLK , TWI CLK are...
I use the NRF Mesh SDK v2.2.0
- EVB PCA10040 burn the serial example
- EVB PCA10056 burn the light server example
- PCA10040 attach to the Raspberry Pi 3 via USB for...
I'm trying to follow these instructions to update the openthread binaries in nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8.
I have a Windows host machine and a Ubuntu VM...