Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
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...