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,
After i merged the light switch example in mesh_v1.0,1 sdk with UART example in nRF5 _v14.2 sdk, i'm trying now to put the status data recieved from server node to UART...
Hi,
We develop two BLE projects on NRF51822 and NRF52832 chips.
In both chips, for higher accuracy (better than ±250ppm) exists the option to connect the LFXO 32kHz crystal...
Dear Nordic Engineer,
I am working on sdk15,52840,ble app uart project,
i saw BLE_DTM_ENABLED in sdk config.
// <q> BLE_DTM_ENABLED - ble_dtm - Module for testing RF...
after flashing the board couple of times I get the following error:
device recognized by PC, I can see the drive created on PC
however I can not flash the device, and...
I am developing an IoT Gateway having BLE chip nRF 52840. The BLE of the gateway will connect to and transfer data to a BLE device having Vendor Specific GATT service and...
Hi Nordic,
Any chance I could port Nordic Thingy AWS alexa example code(in js) to Nordic nrf52 dk code(c language), I cannot locate any working AWS example code for nrf52...
I'm having a problem merging the Mesh SDK v1.0.1 with nRF5 SDK 14.2 following the " Coexistence with other Nordic SDKs" section of the Mesh documentation. I have a fresh unzip...
Hi,
I've been modifying this example in order to make some things automatic, which include to read some characteristics via BLE. So I'm trying to use this read function...
I wish to automate the nRF connect tool using python, e.g. perform a scan, connect to a device, discover the services and write some data. Is this possible? I have stumbled...
Hi
facing a strange issue in my firmware.
I am deleting the bonds in the initialisation.
When I go for a hard reset, sometimes I get the peer id list NULL --> correct...
Hi,
I am experimenting with the Thingy52, how do I transmit data from it to the cloud platform of my choice?
In the menu options, I see cloud, what is it for?
What...
Hi,
AFAIK, the peripherals on the nRF52832 need to be explicitly enabled. If that is the case, what would be the current consumption of the chip if I program it using the...
Dear sir,
I use nRF52832 for our product. But I change PCB antenna to chip antenna, modify match circuit. At this conditions, which bluetooth SIG certification process should...
Hello everybody ! Designing with the development board nRF52832 and SDK14.2.
My code is based on the code of the "ble_app_multilink_central" on which, I added some of the...