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...
On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
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...
SDK 9.0
nRF51
PCA10028
I want use nRF51 gazell function one host multi device. Reference example code "gzp_dynamic_pairing",host and device can auto pairing .
But in host...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hey Guys,
Who can tell me what are the differences between the timer0, timer1 and timer2?
And if I want to set up timer interrupt in timer mode, the interrupt will be...
Hi everyone,
I took the example Ble_app_uart and I modified the Nus service for send data in Indicate mode.
With MCP I discover service and enable service (0x02->indicate...
Hi, every one,
In my application , we need to bond my device with host , and then our application will go to deep sleep by calling sd_power_system_off. When I wake up my...
Hi,
I have made some customs pcbs, the main one use the PCA10004 reference design and the small boards use PCA10000. I can get 25 meters on LOS (I think it can go far way...
Hello
Until recently I have been using a JLink EDU to program and test nRF51xx devices from Keil 5.14.
I recently bought a Ulink2 and would like to do the same but have...
Silly question, but I haven't gotten into a good rhythm with the debugger. Every time I try to use the debugger when a soft device is programmed, I can't seem to ever hit...
I'm trying to port the Dual Bank BLE DFU Bootloader to a custom board that we have. The only modification I have made in the bootloader was that I changed it so the internal...
I'm working in a project & I want to use the PWM application provided by the SDK with the bluetooth module, I want to control the LEDs light intensity using the PWM, the PWM...
I'm having difficulty with using PWM library with softdevice. The app_pwm_init function returns
NRF_SUCCESS but call to app_pwm_enable does not generate an output.
...
Hello,
Is that possible to connect to a device that is not advertising ? (a kind of wifi not send SSID)
In my case I know what mac address to connect so it's useless...
The critical section code in app_util_platform is controlled by the symbol SOFTDEVICE_PRESENT. Do I have to set it up in the project or is there something else that controls...
Hi,
My problem is next. I want to use some of examples for nrf51822 on costum board but code stuck at sd_softdevice_enable(). As I cant see where is this function defined...