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...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hi,
About the function : nrf_fstorage_write(nrf_fstorage_t const * p_fs,uint32_t dest,void const * p_src,uint32_t len,void * p_param);
I customized an array of data ,but...
I am doing a ble project with three roles exist simultaneously, slave, scanner and broadcaster. i used the 'ble_radio_notification_init' and a rtc to see when the radio is...
Hello Devzone Community,
I'm a couple weeks into learning, working with Nordic ncs, Zephyr RTOS and west and friends. I'm working on an out-of-tree driver, and am stuck...
Hi
I am working with a central_and_peripheral_hr sample (nRF Connect SDK v1.8.0) and I want to get unconnectable directed advertising with scan request callback and high...
Hi, I am using two nRF5340DKs and trying to run the BLE throughput sample. After pristine build, flashing both boards and putting one into peripheral mode and one into central...
Hi Everyone,
Happy New year in Advance.
I have added <project_name>.overlay file in project/src folder. as per instructions in https://docs.zephyrproject.org/latest...
Hello, I am using SDK nRF5_SDK_15.3.0_59ac345 with nrf32832 in BLE central mode and want to connect the closest peripheral device with a name prefix with "XYZ_ ". I know that...
Hi Team ,
After a few transmission of data i m getting continuously NRF ERROR RESOURCES , i have referred few of links which suggested to increase the NRF_SDH_BLE_GAP_EVENT_LENGTH...
Hello,
I'm developing a master device which requires 512Hz of sampling using the ADC, triggered by RTC0 via PPI. I'm trying to send these data using ANT but, since transmission...
Hello,
I'm trying to interface nRF52832 with an AFE IC which has to dialogue with nRF via SPI. Since this IC requires an external clock source, and Here is said that this...
Dear ,
I am new to the Nordic platform and started using VScode to build up and test some examples from the SDK.
I was using an nRF52840 dongle and trying to replicate...
Hi.
I'm enabling a BLE sniffer on rRF52840 DK to listen to packets between Windows and the other one BLE board, I can get advertising packets but Wireshark can't switch...
Our mission is prevention the increasing cases of missing persons. We wish to design a positioning device which can track the location of our users for their safety.
...
How we can get to know about the ADC sampling is done. On the basis of the sampling done i want to do furture opration like the stop sampling,Continues sampling. How i can...