Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
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...
Hi there,
Is possible use nrfjprog to write in flash the data time using windows batch commands after programmed the device?
actually, I want to use the nRF52 as a RTC...
I have a question about the nRF52840 QIAA Reference Layout v1.0 which can be found in the infocenter /nRF52 Series/Reference Layout. I saw that it has keepout areas on mid...
I'm trying to implement an application for the nRF52832 that will provide an OTA update to another external nRF52. The code for the device accepting the update has already...
HI, i want to know, how can i use the feature of LE Data Packet Length Extension which in core v4.2.
i want to connect the PDK with the my phone, What should we change?
I want to establish a BT network system which includes one pc as a central node, and 32 client nodes. I want to collect 32 client's sensor data concurrently via BT. At pc...
Hello I was trying to run the Power Profiler Module with nRF Connect but I geting the following error:
ps: The python solution is already working for me.
What is the RTC run current on the nRF528120? It is not listed in the datasheet.
In addition, what is the run currents for the clocks on the 810? There is no information...
I need to send data from PC (windows 10) to nrf52832 using UART (hardware) in order to retransmit this data through mesh network with light switch example.
Do i need to...
Because I'm using PTR9618 module of nRF52832, it don't have XTAL 32.768Khz (X2).
When Makefile have NRF52_WITHOUT_SOFTDEVICE=1, hello-world, blink-hello work fine. But when...
Hi,
I'm looking to generate a clock signal on a gpio with an exact frequency. I tried this by setting the pwm base clock and adjusting the top value but got no luck.
Is...
Hi Nordic,
I find somethig wrong while using GPIOTE.
I.
First I call nrf_drv_gpiote_out_init(MY_PIN, &my_config), it works fine. However, I call nrf_drv_gpiote_out_uninit...
dear sir
i had use the ble_ant_app_hrm demo to test ant+ble,but i could not find the softdevice in the folder,so i can't connect it to my mobile phone,the link address is...
Hi, I'm using Central multilink example to connect with our Custom Peripheral sensors. I'm using board PCA10040, nRF52832, SDK_14.2.0, s132. Sensors have a custom service...