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...
what command did "nRF Connect" do, after I click "YES" ???
Im stranded in this example : “ble_app_alert_notification”
I don't know how to use "nRF Connect"
when I...
Hey Dev Zone!
I'm attempting to flash FW onto the Thingy via the nrf52840 dev board (which includes JLink). I connected P19 header on nrf52840 to P9 on the Thingy. I downloaded...
I am trying to run below 10 uA with code below while GPIO and uart are on. Sleep mode is applied (below 10 uA), and only wakes up when button is pressed (can be higher amps...
I have a micro connected to the PCA10040. I can use flow control with 5=rts, 6=tx, 7=cts, 8=rx.
Are these pins necessary or advisable for hwfc?
thanks,
Richard
Hello,
I'm having problems getting a stable channel from an Android device (LG K8) and the nRF52 development board. It is hard to tell whether which side is causing the...
I think the answer is mostly no. My application is similar to the Gazell sample projects, it does not use Softdevice. What are the steps to make my application to be compatible...
I loaded the bootloader on the device and it always advertises as DfuTarg even after loading a application that simply blinks an LED. It doesn't seem to switch to the application...
Looking to put this into our new consumer product, and working with a CE/FCC lab. They would like pre-qualification documents if any. I just need to know if they exist and...
Hello, I would like to copy ble_app_uart_c example to a seperate folder and work with that independently. I looked into the following thread and changed my include paths....
Hello
We produced and assembled our own board based on nRF52832-QFAA chip.
It works fine but we want to improve the performance. We heard at the past that we can provide...
To save energy, we want to sent connectable packets infrequently, say once every 10 secs. We also want to send some status info more frequently (once per sec) using non-connectable...
Hello. We are an OEM design company that is in immediate need for a BLE solution that will be compatible across the assorted phones in the market. Very new to BLE and only...
I am developing an application using Nordic SDK 8.1 for BLE that requires a low power consumption. To lower the power of the slave BLE device I was able to lower the advertising...
Hi,
My board env as below:
nRF52832, pca10040, SDK14.2.0, S132
I am trying advertising sample according to the tutorial
devzone.nordicsemi.com/.../
The "Address...