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)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hi:
A peculiar problem:
I configured an Arduino (atmega328P) to be a receiver and an atmega8A to be a Transmitter Things are fine. The Arduino receives a 10 byte string...
We are developing a beacon device with 10dBm power amplifier. During software development we noticed the control signals provided by ble_common_opt_pa_lna_t align poorly with...
Hi,
As title ,
I try to add the NUS service that show on the ble_app_uart project into Multi-link project.
But it doesn't work .
I want to a central connected to at...
I want to use PWM on only one output pin. I'm using a nrf51422 and softdevice s130.
I want to be able to set the PWM and then change it again (a sequence). This is to be...
I have tried using the pre-built nRFUart Example in the Master Emulator API (2.1.11.1) and get the above error
I also tried rebuilding - no change.
I do have a PCA10000...
Hi everyone,
I'm seeing a weird issue with one of my two instances of 2ch PWMs where if I receive data from TWI, my PWM1 stops functioning and TWI stops functioning as...
A characteristic can be read/write/notify.
I have seen cases in Nordic's examples where there is an internal boolean "is_notify", and when the user sets it from the central...
I'm using an nRF51822 on a custom board with Nordic's serial DFU example from SDK v10.0.0. I'm trying to find a way to exit the serial DFU without the DFU trying to update...
Hello,
I wanted to know if is any way of changing the Pins for the UART and still get the data through the USB connected from the PC to the DK? Or do I need to always physically...
Hello,
I am stitching together two examples in nRF_SDK11:
I started with example
ble_app_multilink_central
The I added code, includes, to main.c and...
Hello,
I've got a problem, and I don't know what is happening.
I've programmed several nRF51822, and my program doesn't works until I connect the debbuger to nRF51822...
I'm interested in creating a bluetooth dongle that defaults to a hid proxy mode in a manner similar to a number of csr based dongles.
What this means is it presents itself...
In libuweave project there is an example demonstrating communication between nRF51/52 and android client app. The Android client application is named SimpleLock.apk. But I...
Hi
I am trying to use nrf51822 as both peripheral and central device for my application.
nrf51822 as peripheral checked satisfactorily with a smart phone as central device...