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...
I'm trying to set up VS code to use it with the NRF Connect SDK. I've created an application from basic/blinky example. My problem is VS code can't resolve any inclusions...
OK, like many people moving across from a different IDE/SOC environment, I'm finding navigating my way through setup and programming with Nordic SOC, even of simple tasks...
I've run into two oddities with the Connected Devices feature of nRF Connect for Visual Studio Code and two different nRF52840 dongles that are connected via a J-Link. In...
Hi,
I try to use zgp api and first try to call zb_zgps_delete_all_zgpd() but I receive an error from linker:
undefined reference to `zb_zgps_delete_all_zgpd'
Is there...
Using windows 10 OS, and SES v5.40.
I am using nRF52833 device in my project along with nRF5_SDK_for_Thread_and Zigbee_v4.1.0_32ce5f8 SDK.
I am using openthread protocol...
We want to use GPIO_12 as a wake up pin. (High -> open uart, Low -> close uart) Also, we have a timer and timeout set to 500ms. When we pull GPIO_12 to high, it seems not...
I'm working on NCS 1.6.1 for both nRF52840 and nRF9160.
I'm trying to put my devices into sleep mode so i reviewed some related tickets and found following ways.
NRF_REGULATORS...
Hello,
I am quite new to NCS. I am trying to sending UART data from nRF52dk_52832 to PC.
The example is nrf\samples\peripheral\lpuart.
If I enable the example with CONFIG_LOG...
Want to realize a function: stop broadcasting after a broadcast, update the broadcast content, and then start broadcasting again after the specified timeout. How can I judge...
I am using the nRF5_SDK_17.0.2_d674dde and the nrf5_SDK_for_Mesh_v5.0.0. I am using the nRF52 development kit and I want to know if I can use the flash fstorage on the mesh...
Hi. I am working on a project and am planning to offload most peripherals to the net core; a few are listed below. Is this a bad idea? I realize I might run out of flash memory...
hello ,
During my twim0 initialization, I have configured clear_bus_init as true and hold_bus_uninit as false. But i always get hold_bus_uninit as true.
then I dig into...
Hi!
We would like to install approx. 2000 pcs BLE devices in a mesh network. The device density is quite high (2x5 meters matrix, same level, no objects).
I think only...
I am looking for a automation where in the scripts should be able to send the CCCD(Client Characteristic Configuration Descriptor) response within one second.
1.Which tool...