Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
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 have been working on "merging" SDK for Mesh's lightswitch client example and SDK v14.2.0 UART server example, mostly following the document on this site , with some changes...
I've gone through the user manual for the Nordic Power Profiler Kit, but I can't find any basic information on how to understand the plots and the measurements reported under...
I would like to have one central and two peripheral connection. Ad functionality required is same as NUS UART Example. But the example code connects to only device. Can any...
Hello,
i would like to connect two Redbearlabs Nano v2 just with eachother. The central one connects just to the peripheral, but the peripheral is still open for every...
Hello There,
I found following dongle based on nRF51822.
They claim same will work for bluetooth 5.0 also.
I know BT5 devices are not backward compatible, so not sure if...
Hi,
How can I share a GATT server profile constructed on nRF connect for PC with nRF connect for Android ?
'Save/Load setup' on Windows PC stores/Load json file
In...
I've got a set of boards that are behaving very strangely. I attempt to turn on the HFCLK but the HFCLKSTARTED event never comes nor does the HFCLKSTAT register indicate that...
I cannot suffer this tool anymore. As u can see in the pic below, it provides a cursor mode to measure the currents of X1/X2. However, users always need to know the average...
Hi,
I want to connect 4 antennas to nRF52832, they respectively points to North, South, East and West direction.
Also I hope the nRF52832 can do switch antenna job,...
I'm trying to use gcc and eclipse but I'm getting an error in eclipse that certain variable names cannot be resolved. I know that its not being able to get the variable names...
Hi,
I am developing a small development board of visiting card size, which is powered from a coin cell. I have two questions,
All i want know is there any polarity...
Hi,
do sd_flash_page_erase or sd_flash_write provide any guarantees that the command has executed successfully or should I do a manual check to verify if the page was really...
Hello all,
I am working on nrf52832 Board and i want to use it as translator to send and receive the data , please tel which pins i need to select as UART(rx,tx) pins ...
I am designing a custom board with nRF52840, powered by USB, no battery, using its internal LDOs to supply other peripherals with 3.3V
I have two questions about pins/outputs...
Hi
I generate a pwm signal via changing the state of one characteristic. In general, the pwm works fine. But the problem occurs when I add the timer which is responsible...