Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
I'm running a BLE application on the nRF51822. And I have an application timer to keep track of the real time clock. However, when I receive a BLE_GAP_EVT_DISCONNECTED event...
When i load a nRF52 example in Keil µVision 5.17 (for example ble_app_proximity_s132_pca10040)
The i get a indication that the Configuration files are not compatible
I am...
Hi,
I have a strange problem,
I use NUS service connect with phone , send or receive data,after some process,may happen
the keyboard(use GPIOE interrupt) has no response...
I am trying to test the ble_lbs example to understand the basic working principle of the ble custom service using NAN_36 document after compilation followed by the procedure...
Hi,
I am running the sample glucose app on the nordic chip.
On the iOS we have nRF Toolbox.
iOS Version is 8.3.
SDK version of sample glucose is 10.
After sometime...
Hello,
I've made a hardware base on new nrf52. I followed the exact schematic of eval board and requirements.
Clocks seem to be good (32KHz and 32MHz).
A mange to mkae...
hi ,
i want to transfer data using custom profile.
in which i want to have apple midi uuid service (03B80E5A-EDE8-4B33-A751-6CE34EC4C700) and IO characterstics (7772E5DB...
Hi.
I want to change device name to identify multiple devices.
When I am using two device, the initial device name is "device".
If I connect these two device to iphone...
I have an application that needs to minimize its current consumption when sleeping. From the nRF52 manual, I see that UART should consume 1uA when in idle. The total current...
Hello,
I'm using thhe BLE shied, which uses the nRF8001 chip, with arduino Mega.
I'm trying to connect the Rf module nRF24l01 to receive data from another arduino and...
When checking if a read (or write) is authorized can the event contain an invalid handle (Does the handle need to be checked)?
case BLE_GATTS_AUTHORIZE_TYPE_READ:
{
...
hi
in nrf51422
till now this is my code
now how can i send or recieve information .
or tell me for sending information what to read next?
#include <stdint.h>
#include...
Hi ,
I want to call a pstorage_store() function to update the flash content when ble receives the disconnect event.
My doubt is whether i be missing the flash write event...
I am working on a system with dual Bluetooth chips one acts as primary and the other as secondary.
I want these two communicate with a shared resource(Accelrometer)...
currently, i connected the nrf52(spi master) with ads1292 (spi slave) which is a ECG sensor. For the ads1292 chips, there is a output pin generating the signal called DRDY...