Hi,
We are currently in the research and development phase for a new line of IoT devices designed to work over the Matter protocol. After thorough evaluation, we found the...
Hi,
I started the LBS example on the nRF52DK_52832 kit and connected the PPK2 kit to the P22 pins for measuring power consumption. I am not sure if I did something wrong...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Hello everyone,
I'm facing a weird issue where the nRF52832 would reset and upon reading the RESETREAS reg, the value is 0x10001 which, from the data sheet, indicates that...
Hi,
I am using a custom board which as nrf52832 as the core device
When I try to compile with the ARMCC compiler the whole project compiles and works but when I switch...
Hello everybody,
i can't pass the test case GAP/DISC/NONM/BV-02-C with PTS Tool
My System:
nRF51822
SDK 12.3.0
Softdevice S130
The tool tells me to prepare...
I use access_model_pulish to send group message by a server, and make other servers listen. the message can go through, but after 5~30 mins, one of the receiver server cannot...
Hi,
i want to set up an eddystone beacon (UID Frame) application using the timeslot API, because i already use the softdevice for other advertisement.
So, i get started...
Hi All,
My configuration:
nrf52832 microcontroller
Softdevice S132 V4.0.2
Nordic SDK 13.0
I have problem with MacOS computer.
If I try to connect via BLE using...
Hi
We're trying to transfer a zip file OTA that consists of both the softdevice and the app. We are using nrf52840 with SDK 14.2.0 and softdevice v6.0.0-6.alpha, and are...
Hi Nordic,
this isn't a request for help, just to let you know that there is a small bug in ble_dfu.c in SDK14.0.
When calling ble_dfu_buttonless_init, the init struct...
I am developing a Bluetooth Mesh program to run on the nRF52832 development board. I started by modifying the "nrf5_SDK_for_Mesh_v1.0.0_src\examples\light_switch\server" program...
Having spent some number of hours figuring out production flashing and field updates, I think I now understand the current methodology. The biggest challenge was to sort out...
Hi,
I am trying to use random number generator as implemented in ".../examples/peripheral/rng" from SDK14.2 in a project but receiving compile problems as shown below. ble_app_hrs_rscs_relay...
Hi,
I noticed that my current NRF52 based prototype is consuming 4.5mA as soon as I enable the BLE functionality, when its off its only 1.6mA
I send the chip to a sleep...
Hello !
I was wondering How the interval connection was calculated in the Android application nRF Connect ?
Do you use a special/ hided function ?
I tried to get it...
Hello,
I want to set up client and 3 servers which will send data from sensors to client with high data rate. Currently I am testing light switch example from Mesh SDK 1...