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...
I'm trying to sample the 4 of the analog inputs on the nrf51822 at upwards of 10kHz and get the data out some how. Currently I'm using printf statements but that starts to...
I am porting my code (previously on 51822/SDK V12) to 52/SDK V14.
I have RTT logging working well on 51/SDK v12. In SDK V14 I noticed that the log module now is in experimental_log...
nRF52832
SDK14.0
Hi, how can I protect the bootloader from being overwritten? Ideally, I would never be updating the bootloader so it will be a permanent part of the device...
Hi
How stable is the RTT module and how trustworthy is it?
It is marked as unstable and I do not get any messages from the modules.
I use:
#define NRF_LOG_BACKEND_RTT_ENABLED...
Hi,
i would like to implement a very low power counter and used the template from this post . I've modified the example and used TIMER2 in counter mode triggered by LPCOMP...
Hi,
I'm trying to create a local network between an nrf51-DK and a mobile phone, android or iOS. The main goal is to be able to get TCP/IP connection between the nrf5x...
I am writing firmware for a BLE Nano device using the Nordic SDK 8.1. I was having problems where my device would suddenly stop printing to UART and stop trying to bond with...
I'm trying to set up a ble mesh with 3 servers and 1 client on an nrf52 PCA10040 dev kit. Upon debugging, I'm getting an error that says: '64, APP_ERROR: C:\Users\sesa463145...
I am using a NRF52-based platform and have BLE code based on the ble_app_hrs_c Hear rate monitor system.
Having set up for scan, I see many device (we have a lot of beacons...
After migrating from sdk 13 with buttonless dfu based app I meet follow error:
my app get FATAL error after exactly 3min. I guess it something related with power down mode...
I have a 3 channel setup on my SAADC module, which I sample according to a LFCLK timer. I notice after the first called to nrf_drv_saadc_sample() and receipt of the ADC results...
hi,everyone!
we use the example
"nRF5_SDK_14.0.0_3bcc1f7\examples\ble_peripheral\ble_app_uart\pca10040\s132"ble_app_uart,
we also defined
"#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
At the very end of this post from Nordic Info center I am doing the exact example at the very end.
infocenter.nordicsemi.com/index.jsp
This is the start to do a transmit...
Hello
I'm trying to track lost packets in a connection by showing the sequence number of each packet received. Specifically it's about an application that sends new measurements...