I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
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...
Hello,
Currently, Nordic only provides an Android/IOS Application (Device Manager) for firmware update and other (Zephyr) functions.
For Windows, we currently rely on...
I am using the MESH distributor sample from the nRF Connect SDK (v2.8.0) on an nRF52840 development board. My aim is to use the RC oscillator (RC source) instead of the low...
1. Our system is configured with circuit config3 of the nRF52833 WLCSP, where an external power supply of 1.8V is applied to VDD.
Power sequence : USB connection -> VBUS...
Hello everyone, how are you? I
'm doing some communication tests between nRF52840 boards. I measure RSSI at different distances.
The problem is that in my tests, the RSSI...
I am exploring the possibility of using ncs v2.8.0 for Mesh with Coded PHY on the nRF52840dk/ nRF52840 board . I know this is not officially supported.
I started with the...
I am developing with the nRF5340 using NCS version 2.8 and want to test RSA 2048-bit encryption. However, there is only an example for 4096-bit encryption. Could you explain...