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,
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,...
To build my own application or to programm the nRF9160 DK i have to work with SEGGER Embedded Studio, which i have already installed.
In the next step i have to do the following...
Hello,
I'd like to understand a bit more about transmit buffers for sd_ble_gatts_hvx() calls. Our peripheral application is developed using SDK 15.3.0 and S112 for nRF52832...
Hi,
reading through the gnss socket configuration parameters it came a question to my mind regarding the Power Save Modes.
Is the PSM configuration applied when the GPS...
Followed the example https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/spi
but getting spi received value 0xff each time
my conf file:...
Hello, I am a bit confused with the ARM Cryptocell 310 engine. As I can see this software is proprietary but in nrf5 sdk there is the cryptocell engine as external library...
Hi,
I am using nrf52810 ,softdevice 132.
I am trying to implement whitelist in ble_app_uart code (peripheral side).I take reference from HID mouse example.
Code compiled...
Hello everyone,
We're looking to develop a prototype of a very simple panic button. The device should automatically pair with iOS / Android, and establish a call to a given...
I have an example application executing on the nRF52840-DK on SDK15.0.0, see https://devzone.nordicsemi.com/f/nordic-q-a/67351/are-there-any-differences-between-sdk15-and...
When we try and stream BLE data to the nRF Connect app on an Android or IOS phone the app accepts our requested for an MTU of 244 or 160 respectively, however it does not...
Hi,
Dev setup:
Segger embedded studio - fatfs example - SD card - nrf52832
I am able to write to sd card and see data. But while reading i am failing.
Below is code...
Hi,
I am a bit confused after looking through all the SDK solutions available for NRF52 and need a piece of advice...
I am have started on the project that consists...
Can I periodically or continuously read the characteristic of peripheral after the connection?
If there is a change in the value in peripheral, then the value is received...
Hi,
i am trying to do buttonless dfu . I want to merge all hex files into one as per the document .when i enter the mergehex , i am getting mergehex command not found why...