My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
I have download the puck-central-android code from the following link
github.com/.../puck-central-android
I can build the project and successfully programmed in the android...
hi.
as far as i know, dfu for softdevice 110 can be carried out over ble, while s120 can not. so i have to implement a bootloader for an app with s120 through wired.
is...
Hello to all,
Since a couple of weeks I have a problem in a program which consist of three parts:
1.- a Timer to make a pulse train by interrupts
2.- a program to control...
Hi,
Im using SD5 and after some time (every time different) of transmitting HRS data the SD stops apparently, because there is no more connection with my Android phone...
I am trying to apply the new features in the latest soft device s110 v7 to the firmware of my pca20006 bluetooth smart beacons (nRF51822 Bluetooth Smart Beacon Kit Firmware...
I have Eclipse CDT set up for debugging the ble_app_proximity sample code on a Mac. I can start the GDB server on the console and connect to it. Flashing the code seems to...
Do you a way to get better range for BLE.
Distance outdoor Number of samples per second using the development kit. ( 12 bytes)
15m 100 samples
40m 60 samples
50m 50 samples...
Reading the s110_nrf51822_7_0_0.migration document there's a small section which states that due to an issue in the release you need to do the following ..
sd_ble_gap_enable...
I'm learning about GPIOTE and PPI and looking at an example I come to the following code but now it act incorrectly. So as you can see I'm enabling the interrupt for GPIOTE...
I am working with the nRF51 Software Development kit for the nRF51822 Evaluation kit
There are some kind of type qualifiers such as __I, __IO appearing in the header, e.g...
I am following nRF51822_Evaluation_Kit User_Guide v1.2.pdf (page #9) to run Heart Rate sample but I am unable to get an expected result (LED 0 should be lit) when I am pressing...
Once I downloaded Soft Device 110 (s110_nrf51822_6.0.0_softdevice.hex) into my Evaluation Board's chip I ran nRFgo Studio and saw that the size of the Region 0 is 80KB and...
My Board PCA10024 (nRF51822 Chip QFAAG0) consumed at least 18mA with external 3V battery.
The nRF51822 chip itself consumed only 5uA in sleep mode.
What's go wrong? So a...
Hi,
in, for example, the multilink example app, central role.
I would like to disconnect a peripheral role device once a notification has been received...
... is it correct...
I am using a stripped version of ble_app_hrs of SDK5.1 with Softdevice 6.
I stripped all services from ble_app_hrs except the DIS. ( so removed battery, hrs, buttons and...