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,
I setup one ble mesh network, and it works good for a while. But I encounted a problem that when I power off the mesh node (note: the voltage drops slowly) and then...
Hello,
I am working on nRF51822-QF-AAFQ chip using SDK 12.3.0 in IAR embedded workbench.
My question is, can I impliment DFU in nrf51822 chip?
If possible suggest Starting...
Hello All,
I am trying to add DFU service in the small example with the custom service.
But is not working, facing issues.
I am working on the nrf52810 board with...
Hi all
I am trying to pair nrf52840 (as a central) with ESP32 (as peripheral).
Now I want to get the service uuid so that i can pass to advertising service in ESP32 code...
When restrating the controller, are there any information stored in memory regarding the paired devices or is this up to each implementation to do this manually.
1. If there...
Please tell me about AFH (Adaptive Frequency Hopping).
SDK:15.3.0 例:ble_app_multirole_lesc DeviceA:EYSHJNZWZ(nRF52832)
In AFH (Adaptive Frequency Hopping), the frequency...
Hi,
I am trying to write my own uart init and irq handler routines by accessing the registers directly as per the data sheet. I also referred to https://devzone.nordicsemi...
By some strange reason the thread with my previous question cant accept any replies (and missing the toolbar that appears on the other threads: "Reply Like More"), so will...
Hello,
I accidentally set my board in boot mode and then lost power, then after power on again, the board seems in a total dumb mode: invisible in Device Manager, LED5...
Hello everyone.
I don't know how to start the program when using Soft device.
In the case of example such as example / peripheral / blinky, if it is executed once from...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hi,
I am working on low power mode with DK to apply optimization to our project.
And I verified DK with ble_uart_app can go down to less than 5uA in system on mode which...
I'm still trying more TCP stress testing similar to this inquiry . However, now I'm getting highly repeatable lockups on the node I am doing testing with.
Application code...
I was doing some stress testing of TCP connections and saw an oddity go by that has me scratching my head.
Here's the order of events as best as I can figure from correlating...