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 download the hex file in nRF5_SDK_11.0.0-2.alpha_bc3f6a0\examples\ble_peripheral\ble_app_beacon\hex\ble_app_beacon_s132_pca10040.hex directly into the nrf52-DK. But the...
Hi,
By using the PWM exampl in SDK 0.9.2, I can generate a 1MHz PWM signal without problem.
However, it seems that the function provided by SDK can just set upto 1MHz...
just when I send command to nrf51 to stop advertising by calling sd_ble_gap_adv_stop I got error NRF_ERROR_INVALID_STATE . what's the source of this error ?
static void...
In the past nRFGo Studio worked fine. Then I reinstalled windows due to an unrelated problem (and changed from 32 bit to 64 bit), and now it reliable freezes.
Most often...
To have a reference receiver to evaluate a new antenna design i would like to use the nRF52 development kit.
Therefore i am looking for a example application that can be...
Hi,all,
in the Core 4.2, the sentence with word 'Controller' and 'Host' have appeared many times.
like 'When a Host performs the auto connection establishment procedure...
Hello,
I'm using a custom board (nRF51822 QFACA chip), with the optional 32KHz crystal.
When, I use the SDK 5.1.0 and the S120, my code works perfectly. But when I try...
I would like to develop some BLE applications using the nRF52 Preview DK, that embed a NRF52 revision AA. S132 soft device 2.0.0-8.alpha documentation says that is not compatible...
I've been developing some ble code for a custom board. Recently, I just finished creating a new smaller board. When I load my code onto it, I notice that I have trouble discovering...
Can the nRF52 be programmed by 6-pin J-Link Adapter by just connecting the following 4 pins,
Pin 1 : 3.3v Supply,
Pin 2 SWDIO,
Pin 4 SWDCLK,
Pin 5 GND,
Can pins 3...
I want to save custom data in NV address. Which address is safe to save custom data in NV?
I'm working on nRF51822-xxAC with very simple and small code.
And, using s110...
My project for nRFs has a few configurations for different boards.
So, how to enable 'batch build' button to build all configurations by one click? Currently this in disabled...
code.c
ui_flash.c
ui_flash.h
Hi guys,
So we are building the Ibeacon project , and faced with some problem:
The chips falls hard reset periodically when trying...