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...
Hello,
I have modified my device name (nRF52, BLE) per the function below. When flashed to a board, I then use nRF connect to look for this device.
Using Windows nRFConnect...
I'm having an issue when trying to perform sequential reads with the ADC on 4 different pins. I've setup a timer to trigger every 1 second. In the Timer0 IRQ I setup the ADC...
Using SDK v12.2.0 . Starting a new project with Segger Embedded Studio, I have to assemble an sdk_config.h file. For example when using GPIOTE I first need to find an example...
Hi,
I am using ble mesh sdk 0.9.2 light control sample where I have modified it to send messages from the client to one particular server every 5 seconds.
Now I am trying...
Hello, I've got an nRF52832 on a custom board and I am unable to perform an SAADC calibration correctly.
I'm using SDK14, SD212 v4.0.2., and my main application code broadcasts...
When I joined project "1. ble_app_uart" and "ble_app_hrs_nfc_pairing" I have error after compiling project.
._build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol ble_nus_init...
SDK14.0.0 is missing a couple of error codes:
diff --git a/nRF5_SDK/components/libraries/strerror/nrf_strerror.c b/nRF5_SDK/components/libraries/strerror/nrf_strerror.c...
In an earlier post ( devzone.nordicsemi.com/.../ ), Nordic indicated that a new version of the BDS plugin would probably be available when SDK 14 was released.
Do you have...
Hello,
Are there any examples of decoding sound stream using bv32fp? I try to play with thingy firmware and I'm able to easily change the codec, but I can not find a way...
I ran into the issue where the clock definitions were defined in both the "board_pcaXXX.h" file and the sdk_config.h.
e.g.
NRF_SDH_CLOCK_LF_XTAL_ACCURACY
NRF_SDH_CLOCK_LF_SRC...
the signal flow is as follow:
TLV320AIC23B(as ADC)——》nRF52832(TX)——》nRF52832(Rx)——TLV320AIC23B(as DAC)
TLV320 works in master mode and nRF52832 works in slave mode. 48kHz...
Hi all,
I would like to know how to cross compile the pc-ble-driver-py for arm target.
Do you please have a prooceding tutorial for this activity?
Thanks in advance...
Hello everyone,
I have both the NRF52840 and NRF52832 dev kits. I was wondering if Nordic has released a packet sniffer to use with Bluetooth 5.0.
Is it firmware/software...
Hi,
i am using ble_app_hrs_c_pca10056_s140(nRF52840) and i want to stop execution of my program and based on button press return i want to continue my program.
i am unable...