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...
hi
im use the command line of nrfutil to ota the nrf52840' firmware.but now i want to develop a soft to ota the device without the environment of python.but i dont kown...
Hello,
I'm measuring the value of a lithium battery (3.7V 110mAh). I used SAADC to measure the battery power and it seems to be quite accurate. The charge IC also attempts...
Hello,
In an older post ( here ) you mentioned that you removed Touchlink examples because they were not of "production quality" and they might not be soon. That was two...
Hi,
Considering https://devzone.nordicsemi.com/f/nordic-q-a/29013/best-way-to-implement-system-clock-on-nrf51 as reference and some other similar posts.I could reach to...
I have created a couple of custom BLE services and characteristics in a peripheral application. It shows up in the nRF Connect app and can read the values from sensors connected...
Hello, we are occasionally getting an error 0x3001 from this function call:
rtn = sd_ble_gap_disconnect(m_ConnectionHandle, BLE_HCI_CONN_INTERVAL_UNACCEPTABLE);
I do not...
Hello,
I want to use the code from the BLE template in my own application and so I copied all necessary files into the project, but the code stucks at
I have debugged...
Hi;
I am using nrf mesh sdk 4.2.0 version and nrf sdk 16.0.0 .
I inttegrated UART code to light switch client example code.
Both UART and client code working seperately;but...
Hello, support team.
In my test board, lis3mdl chip is connected to nordic chip via I2C.
During initializing board, device ID of lis3mdl is checked.
Most of time it...
With 900ms advertising interval we are seeing ~50uA sleep current on the 52840. How do we make it sleep with lower current? We are using an example project with an idle_state_handle...
Hi,
What is the procedure to use PCA10056 DK Debug OUT P19 connector to program external board for eg Nordic Thingy 52?
I have shorted SB47 on PCA10056 DK but it is failed...
Hi engineers,
I want to achieve a demand that receive audio/HID data from the PC side through USB interface and transmit data through BLE to other devices.
So has the...
I am looking at the nrf 1.3.2 asset tracker example and I see that the GPS callback has two different events for PVT and NMEA fixes. As I understand it PVT and NMEA are two...