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...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
Hi,
we are planning to implement RTOS in our application. we are exploring both freertos and rtx. any comments on these parameters will help us in making the decision;...
I need to write some code at the NDK level to access some Bluetooth features that aren't exposed at the Java level. For example, I want to have a 2nd bluetooth adapter on...
SDK Version: 9.0.0 Softdevice: S110 v8.0.0
I'm currently trying to send streams of data from an Android app to a nrf51. However, at some point, Android side writes to the...
Hello,
Our device based on nRF51822 with SD110 v.8.0.0.
The firmware use defined area in top of the flash to store some data.
The "RAW" functions sd_flash_write and sd_flash_page_erase...
Hi Team,
Is it possible to scan on one channel and advertise on another channel?
Say node-A will scan on ch-37 and advertise on ch-38 while
node-B will scan on ch-38...
I'm trying to use the NRF51DK to talk to this EEPROM ( www.st.com/.../CD00290537.pdf) . I've started by trying to modify the twi sensor example. One of the things that's different...
I am new to nRF51:
how do I change the softdevice from 110 to 130 in the example project ble_app_uart (and in general) within the Keil µVision IDE.
There is no option...
Hi,
I am developing a product for the 433MHz band. Due to the space constraints I had cut the ground plane to very small and also had to rearrange the components away from...
Hello everyone,
This image was copy from "infocenter.nordicsemi.com".
I'm trying nRF51-DK (IoT SDK) with Coap server , (raspberry pi with Coap client by python example...
Hi,
we are using RTC2 with APP_IRQ_PRIORITY_LOWEST. But the code hanged inside the interrupt handler. when we did step through debug, we came to know that in nrf_drv_common...
In nrf52_SDK/examples/peripherals/rtc we tried adding the UART prints and verified. It was working fine for RTC0 but fails to do for RTC1. Could you please give any hint on...
Hello together..
i have a problem with the nRF51 DK.
I tried a little bit with this DEVkit i.e. copy the blinky example to the JLINK storage.
This works fine.
Regarding...
Hello,
I am developing a new product using S130 on nRF51822(QFAC). My product use LCD as spi interface and ADXL345 sensor as i2c interface, also test it, works well without...
Hi all:
To saving power I implement the function to read data after interrupt is triggered..
below are my codes..
My expectation is..
Let CPU enter idle mode to wait...