Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
I just needed some clarification as I'm migrating from SDK 6.1 to SDK10:
app_button: There's no way to have the Button function thru the Scheduler anymore. I would...
i am using latest "master control panel" v4.0.5 and latest "nRF tool box" v1.16.2
and use sdk 5.2(its compulsory)
soft-device s110 v6.2.1(its compulsory)
and PCA10028 with...
Hello everyone,
Could anyone tell me which pins are the programming pins of the nRF51822 chip for a QFN48 packet ? How can I program it on my custom PCB?
thanks..
We are planning to use nRF52 for its superior computing power in an application. Unfortunately it appears that the throughput is more limited than on nRF51. Since we need...
Hi,
I used two 51822 modules for my project. One should send a byte and other one should receive.
I used the exact same configurations of radio examples (transmitter and...
I am trying to read an analog value on the GPIO port into my application. Looking through the examples, there aren't any that help solve this problem as the ADC example is...
I have tried to follow the installation instructions and have installed nRFGoStudio, the Keil MDK-ARM, and downloaded the latest nRF52 SDK. I also installed all of the device...
Hello,
Iam a beginner to NRF51 and Iot.
I want to be able to send messages from raspberry pie to NRF51 dk and vice versa via Bluetooth.
Iam using a generic Bluetooth dongle...
Hi ,
I've just started using a Nordic's product : an nRF51 422 QFAC develepement Kit
I was running tests by loading examples on this board when I lost the connection between...
I am building my application up on the blinky free rtos. I want to use RTC and ble stack. i am initialising RTC1 first and ble stack stact.
The problem is that I am getting...
I am using nordic nrf8002 BLE with a breakout board & not a developement kit. I gave 3.3v supply in different combinations:
(1)3.3v to vdd pin-1, GND to vss pin-4
(2)3.3v...
Is any SDK available which has single bank BLE DFU bootloader source code?
If No then is it possible to convert dual bank BLE dfu bootloader into single bank BLE dfu bootloader...
I am trying to Migrate from Sdk 6 to Sdk 11 .
Here i am facing problem in discovering Custom Characteristics .
I can successfully add service and 2 characteristics without...
Hi!
I'm building an application with one custom service containing a few characteristics, all of which are to be indicated upon. When using the Master Control Panel Android...