It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
Hi, I am using the nrf uart app to communicate with a smart phone and the NRF52. I am trying to detect whenever it is sent a value between 0 and 60 from the phone, and save...
Hi,
I'm working on nRF51822 with SDK 11.0.0 softdevice s130
I have an nRF module acting as central and smartphones (iOS and Android) acting as peripheral.
I tested...
Hello, what is the BLE max range w/out usin PCB antenna?
And what range ll be if i reducing the connection interval down to the minimum 7.5ms, set Tx power to +4dBm using...
I am using the nrf51822-QFAC-R in an application where the realization of the antenna is very challenging, and I expect to have an antenna |S11|=-1dB, with variations of the...
Hello, I want to clear things up a bit, all these concepts are starting to overwhelm me somehow. I want to know:
What can have UUID and handle? I understand that profiles...
I want to use ATMEGA 328 to send a packet over to the chip as follows:
SPDR = packet ;
Can some one kindly post what the content of this packat should be ?
is it possible...
hi,
i am working on FDS. here i am able to write number of records and also able to read them back.
but while updating i deleted one of the old record and writing new...
Hello,
I have some problems with UART communication with my nRF51 DK.
When I connect it through USB cable, all is ok. But when I connect pins: P0.09(TXD), P0.11(RXD) to...
Hello, i have a question.
Can nRF51822(s120) handle more than one connection at same time?
Let me explain: i have one server(nRF51), and two(or more) clients(nRF51 and mobile...
I've got an application that does a lot of nRF51822 GPIO wiggling and the timing needs to be controlled. In one spot I simply set a pin high then low like this:
nrf_gpio_cfg_output...
As shown in title, I am using the ubuntu 14.04 in virtualbox.
When I connect the Nordic 51822 development kit to my PC, I can only detect the serial number of this device...
keil uvision
Hello. I don't know how to get away from the warning "last line of file ends without a newline".
I added new line, but nothing change. It happened with my own...
Dear Sir,
Here I would like to disable the Adversting idle power down dynamically but in some situation it will fail.
The APP_ADV_TIMEOUT_IN_SECONDS is 180 seconds as...
I implemented a custom Bluetooth service on the nrf52_sdk similar the BLE LED project in the mbed site however when I copy the hex file and look at the debug output at the...
I am trying to setup a couple systems to use the Nordic rf sniffer. I have a pca10000, a pca10001 ver 2.0, a pca10001 ver 2.1 and a pca10031.
I loaded all with the rf sniffer...