I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
I'm looking at adding USB DFU to my project, (Not USB DFU recovery in the bootloader, but in runtime) and was trying this example. It fails to build for the nordic...
Hi,
im develop a keyboard by ncs sdk in nrf52840,and one funcation is that power off/on the keyboard ny fn key .i see the CAF: Power manager module , It doesn't seem to...
Hello, I've been developing on a Nrf5340 board and I am trying to gather pressure sensor data from both a adafruit mprls pressure sensor breakout board on i2c and then a Honeywell...
I've been tasked with studying adding Auracast to an application. One fundamental thing I can't get my head around is what is the s/w requirement - i.e. do I need 3rd party...
Hello everyone
I need to install Nrfutil offline, computers may not have access to the internet, i follow this istruction and prepare the offline directori whit the comand...
I am using download_client library in C++ project. I have to include coap.h but when I compile I get this error:
C:/ncs/v2.7.0/zephyr/include/zephyr/net/coap.h:744:16: error...
I am developing a BLE application on the nRF52 platform using FreeRTOS. My application involves custom BLE services and characteristics, and I am encountering a hard fault...
Hey,
We have a library (rust) responcible for communicating with the BLE peripheral Using btmgmt dbus messages to bluez.
We have never initiated a dedicated `aagent` in...
Hello All,
I am developing matter over thread based devices (Border router and End Devices) and for that I have chosen fanstel's MIG02C40F (nrf5340 + nRF7002) hardware...
Hello, Our board connects and remains connected to our server with only eDRX sleep periods. When a disconnect occurs we want to know if it's a connection issue to our server...
All examples from zephyr/samples/subsys/usb/audio don't work.
Both examples fail with the same message:
SDK version: 2.8.0 Board: PCA10175, revision 0.8.2
Is it expected...
Hi,
I´m developing a small ZigBee based sensor with Zephyr and the NCS and wondering how to add a remaining battery (%-based) attribute. The macro ZB_ZCL_DECLARE_POWER_CONFIG_ATTRIB_LIST...
Hello, sorry for disturb!
I meet build error as blow, how can I fix it? thx
BTW, I have installed zap tool manually( https://github.com/project-chip/zap/releases ),...
Hi,
I have a current leak on a new board.
I'm using a nrf52840.
My development environment is nRF Connect SDK v2.6.0.
I am using power management on I2C1.
When I...