Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
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...
I'm moving from nrf51 to a higher performance uC. I think that there is lot of models of nrf52.
what's the reference of the best nrf52 in term of performance. I want to...
I've been using the device firmware update service for quite some time now. I'm looking to add the ble_nus service, but this feature seems to fail when ble_dfus is re-enabled...
With the latest nrfjprog from Nordic and latest J-Link software from Segger, I am still getting the error below.
$ nrfjprog -v
ERROR: JLinkARM DLL version used is too...
I am working on the ble mesh using nrf51822. I am able to read the mesh values using the nrf master control panel android software. But we want to make an android software...
the priority of my custom thread is lowest priority. but it's not possible to call hvx function.
in ble_app_hrs_freertos example,
a sd_ble_gatts_hvx function is called...
Hello,
Suppose I flash a device that uses the nrf52832 with a serial bootloader, SD and valid application, can I still write to UICR regions via a serial connection using...
The nRF UART Android app currently uses a non-monospaced font; so, for example, a '1' is a different width to a 'W'.
This makes it hard to view strings where the fields...
Hi. I'm beginner.
I want to use nRF51822xxAA chip on keil compiler.
project->Option->Target->IROM1 start, Size & IRAM1 start, size.
Please let me know IROM's start and...
Hi,
I'm using ble_app_hids_keyboard example as the base to develop my own application, but was found something really strange, the application seems never get into sleep...
Hello Nordic!
I am using an Android phone and a nRF51822, and I'm performing BLE speed tests.
For these two devices the theoretical maximum is given by 4 * 20 / 0.0075 ...
So I have a remote, a central, and it's connected to my peripheral.
The remote is based on the multilink example.
SDK V11.
I want to press a button on my central and...
Hi, i'm wondering if it's possible to make a GPIO pin trigger different tasks when it is externally driven from low to high, and high to low.
I'm trying to stop an RTC...
I would like to NRF51822 bluetooth test.
It has NRF51822 eval-kit 2EA.
1EA is a Central (dongle role), 1EA want to test the bluetooth interlock with Peripheral.
What should...