We use the NRF Mesh Android Library (and are developing with iOS version as well). An issue that we are running into on a small number of devices is that the library things...
This is a continuation of this ticket. nrf54l15 zigbee end-device is bound with its On/Off client cluster to a On/Off server cluster of another ZigBee smart lamp.
I can...
I am testing a custom board prototype and having trouble getting I2C to work.
During testing, I was able to observe activity on the SDA line, although it consisted of only...
Hi team,
Please find below logs. While programing this error occurs. please find the logs and do needful. Earlier programing happens now it's not happened. Based on below...
Hello together,
i am trying to connect to an Azure Blob Storage Container via https with a nrf9160 but I am only getting error 111 (connection refused). For that I am...
Dear Support,
I'm using nCS v3.1.1 and the Matter example project. Could you please provide a simple example showing how to use GPIOTE + DPPI + TIMER capture?
My goal...
Hi,
I am using two nRF52833 devices with the nRF5 SDK. They are paired and bonded to each other. Occasionally, I encounter the following error in peer_manager_handler :...
I am attempting to port a custom ble service from sdk12 to sdk 14 and am a bit confused as to how to increase my uuid count. In sdk12 I did it like this:
uint32_t err_code;...
Hi
I am using wireshark 2.0.1(64 bit).When i am trying to capture the ble packets it showing error.I have attached the Wireshark error message.BLE Sniffer version 1.0.1.I...
In the Bluetooth Light Controller example for the client in main.c these constants are defined:
#define SERVER_COUNT (3)
#define CLIENT_COUNT (SERVER_COUNT + 1)
Why...
Hi Nordic,
Sorry if I missed and repeated a question, just point me to the previous answer if it has been posted before.
I am trying the DFU example found in the SDK...
Hello,
I'm wondering that it is ok to route ANT line through board-to-board connector to chip antenna.
Because there is no space to place nRF52832 and chip antenna together...
Hi,
I've seen that SDK 12.3.0 contains a new version of the application sample using the Eddystone protocol for BLE. I would like to know if this version is compatible...
I am using the template example for S130(works fine).
I tried adding a simple Pin interrupt on the code but it didn't call the pin interrupt handler everytime I press the...
For applications using the application UART Module ) via APP_UART_FIFO_INIT() without hardware flow control - how does an application put the UART peripheral to sleep?
...
Hello Nordic staff (or anyone in the know),
I saw this post from @newtom almost a year ago which concluded that I2S master library does not support 32bit words from mics...
Hello there,
I am a beginner, i want to know what changes should i make in the already existing example "ble_app_uart" so as to make my nrf51 development kit able to transfer...
In the file app_sdcard.c of the SDK13.0.0, an assert is done when calling app_sdc_init() with a pin P0.0. Can i safely use P0.0 with the assert deactivated or should i use...
Hi;
I am using nrf51822 qfaa device with sdk12.3. I compiled eddystone example code and it worked with nrf51dk(nrf51422_qfac) board. Also, i have a board that has nrf51822_qfaa...
I would like to use the POFCON register thresholds to create a crude battery level indicator. I noticed that the POFCON register definition in the nRF52832 Product Spec has...
Hello everyone,
I'm currently migrating from a functional code IAR to Eclipse GCC.
It compiles fine and I got the hex files.
However I have some troube to flash the...