Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
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...
I am running a nrf52840 dev board as an NCP connected to a RASPBERRY Pi running wpantund.
I have 10 other nrf52840 devices in the network. The PI has LIBCOAP coap-client...
Hi,
Just curious to know if anyone else had this issue and how they solved it.
My colleagues and I are working on code based on the Nordic Uart Service, in SDK13.1.0...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
I am using 3 uarts for my applications using nrf52xx, i want uart without fifo,i configure 3 uarts independently and use the
#define APP_UART_INIT(
P_COMM_PARAMS,
EVT_HANDLER...
Hi Nordic forum.
We wanted to update the bootloader over the air. Initially, we had a very plain bootloader (the one provided in the example) but later we added a timer...
Hello everybody.
Please answer my question.
I repeated the Bluetooth pairing ON → OFF of my smartphone and DK 52
(PCA 10040 + HRM) and checked the connection, I encountered...
Hi
I'm trying to use pstorage to save some info (device name, and user info).
I've found the following links with examples:
infocenter.nordicsemi.com/index.jsp
devzone...
Should these beacons be advertising as bought off-the-shelf? I've got six and was expecting to be able to pick up their advertisements but I'm getting nothing.
In this application, I tried to enter a wrong bonding passkey to test PM_EVT_CONN_SEC_FAILED case. But I found that the program went into this case and after executed "sd_ble_gap_disconnect...
We developed a new BLE hardware product using the Laird BL652 third party module. Our product is based on the latest Softdevice S132 V5.0.0.
Now I'm starting the Bluetooth...
I have problems getting the beacon example in the new mesh SDK v0.10.0 working.
I invoke cmake with this command:
cmake -DTOOLCHAIN=gccarmemb -DPLATFORM=nrf51422_xxAC...
Hi there~. This is Matthew! I saw a thread explaining that the production variants of the nRF52840 will first be available Q4 2017 at this link .
I was planning for BLE...
Hi,
I had a difficult problem.
First, S110 & SDK9
ble_stack_init () is the source.
static void ble_stack_init(void)
{
uint32_t err_code;
// Initialize the...