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,
I am using 2 nRF52832, one for ESB Tx and one for ESB Rx used to send payload through UART using SDK11.
Tx board is used has a low power transmitter which transmit...
hi all,
i am a begineer to nordic. i want to send data over ble and read that using master control pannel.
please say wat api i want to use and how to use. please give detail...
Hello I'm new of nRF seriese.
nRF51822CEAAD00(0x004d)
SD130 ver2.0.1
kail Ver5.18
SDK11.0.0
I just finished the tutorial and now I'm making my new project with twi...
Hi, I am using Heart Rate rate monitor code to send floating value instead of unit16_t.
I am using the heart rate service to send the data. Instead of using simulated sensor...
Hi,
I am new to nRF5x BLE devices.
I need to create a project and would like you to help me out.
I need to connect two nRF51822 devices. If one of the devices goes...
hi dear officers
since the datasheet states that value 1 stand for connected, does it mean this pin is active-low.
in order to physically reset the device, could i connect...
I have tried ble_app_uart_c project in SDk 9 , SDK 10 or SDK11 , but they have the same problem.
Problem is that slave(SDk 9,ble_app_uart) can send data to master(by terminal...
While trying to bond an iPhone 6 (running nRF MCP App) with an nRF52 with S132 2.0.0 I encountered the following error:
On the first try, when the iPhone is not yet paired...
I am trying to set up a button interrupt by adding the following functions:
void button_interrupt_handler(nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_gpio_pin_toggle...
Dear Sir,
When nRF51822 is a slave, it should be updated software through Master(Z-Wave CPU) remotely.
How can we update SoftDevice software in nRF51822? UART, SPI, or...
My code detects an external signal using GPIOTE. Whenever the signal falls, GPIOTE calls a handler, audio_stimulus_handler . The code is shown below. Essentially, after detecting...
I have a nrf51-dk. I would like to the pincode to be stored in some configuration settings which is written in non-volatile memory. I do not want the pincode to be hard-coded...
I want to place a IoT application on an Application chip and connect it to a Connectivity chip running the BLE IoT SoftDevice.
Does the nRF5 IoT SDK support serialization...