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 have used nrf24l01+(production year=2015) in my project and my board and my program are working well......but when I change nrf24l01+(production year=2016) my board doesn...
I have an application where knowledge of the current date/time is important. This is implemented by the central passing the time to the peripheral when it initially connects...
I am able to flash/program nrf51822 with openOCD on Raspberry-pi and STLink-v2
but when I invoke Open On-Chip Debugger on telnet to write on UICR register, it don't give...
Hi everyone,
I am currently working on a project that leads me to save a respectful amount of data.
Some of the objects that I save size a few KB actually.
I would...
Estimate battery life for FOB CR 2032 -240 mAh
We are developing remote with CR2032 battery and using Nordic nrf51-1822 BLE, 960 m sec connection interval, RX 1 packet...
I want to use nRF52840 Device to implement non-connectable advertisement and scan on one board.
To be more specific, I want to advertise information for some time period...
I am using NRF52 SDK14.0 and SoftDevice S132 v5.0.0. Application freezes somewhere in SoftDevice if sd_softdevice_enable() is called after nrf_drv_clock_lfclk_request() was...
Hello All,
Where would I find a library file for a PID controller? Forgive me if there is an obvious answer. I'm new to working with Keil.
Thanks for taking the time...
We need to put the processor in sleep mode (to conserve battery power) and wake-up the processor when the user touches the Cap Sensor pad.
Can you Cap Sensor in nrf52 be...
I'm using "nrf5_SDK_for_Mesh_v0.9.2-Alpha". And, I build examples using "SEGGER Embedded Studio 3.26a".
Now I want to modify examples for my custom board.
In CMake, "...
Hi, a little background information first, when debugging ble mesh example 0.9.x:
devzone.nordicsemi.com/.../
I'm now kinda having a massive problem with this function...
Hi,all.
I am using nRF52832.
Does the nRF52832 support dual mode that allows simultaneous advertising and scanning?
Are there any examples you can refer to if you...
Hi I use SDK 12.3 and sdk 2.0.1 , and set a device name length is 21 like "1234567890ABCDEFGHIJK" by sd_ble_gap_device_name_set;
but in the advertise data the name length...
Hi,
we are developing and application on iOS which can among others, update our hardware over the air, and we found out that e.g. after bootloader update is done, then...