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...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Good day!
I am working on a custom board which has NRF52 and am using SDK 12.2.0 and in that, I want to stream BNO055 data. The base code I'm using is ble_app_hrs. The problem...
I want to set gpio using one interrupt and want to clear it using another interrupt funtion?
It seems i can only use the toggle funtion ,if i use the nrf_drv_gpiote_out_set...
Problem Statement: For one of our requirement we have to switch tx power in steps in ascending order continuously.
We are using ble_radio_notification feature to achieve...
Hi,
I'm trying to receive sensors data from three fdc1004 that have the same address. Can you have three TWI interfaces at the same time? How do you modify the nfr_drv_twi...
Hello,
I've just started using Segger Embedded Studio v3.30 for my development and I've been having trouble setting it up. I followed the instructions in this blog but...
Hi, I am programming on Thingy 52 to try to get it work like one of my nRF 52840 DK. Basically, I want Thingy to send beacons with data periodically and another Thingy to...
I have followed the tutorial given in the Nordic Devzone for using eclipse and haven't faced any problems while compiling and uploading the example "blinky".
I made sure...
Hi, ,
I am working on the nrf52832 development kit and want to program it as an I2C master. I have download the nRF SDK v12.3 but I am unable to understand the code written...
Hi guys
I am wondering what could be better for my system:
Multiples nRF52 central and peripherals (uart input/uart output to simulate keyboard and display)
SDK 13 ...
HI,
We use nrf52832 on a device with sdk 14.1.
Our product has to work at different temperature (between 20 and 70°C).
We did some measure and found this :
...
Hi, I have met an issue that the "ANT_CONFIG_TOTAL_CHANNELS_ALLOCATED" can't set more than 15 in ant_multi_channels example. Now I have a project that it need receive 100...
Hello all,
I am having some trouble changing the color of the LED in the Thingy via code in C# with Unity. I am picking up on a project and the previous workers managed...
Dear comrades, I am trying to advertise a simple packet with the nRF8001 embedded in the RedBearLab Blend Micro board using it as a beacon.
I am using the ble_broadcast...
i was using the serial example in examples/peripheral/serial and i Want to display integer value int i=1234 on the serial terminal(putty).I want to convert the int value to...