As subject, the key is using prj.conf, compilation errors will occur, if do not use prj.conf, c ompilation pass but 54L15 not work(no logs aft pwer on). Is fast pair(locator...
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...
use s130-0.5.0
A1 connect B1 with BLE_GAP_ADV_TYPE_ADV_DIRECT_IND, after this, A1 is slave, B1 is master,A1 can't send any type advertisement
use s130-1.0.0
A1...
Good afternoon,
I have developed a custom board based on nRF51822 device and SD-110-v8. For debugging I have been usign the Ulink2 tool with Keil. Now, I want to implement...
This is not working for me. My goal is to use printf() in my code. I follow the steps outlined in this link
..including calling initialise_monitor_handles(); before calling...
I was able to measure current with the test probes I have. However, I really liked the idea of test probes that were like the ones in the drawing below. I have not seen test...
I am using the PWM library in this repository for a nRF51822. I write the following code to generate a ~ 30% dutycycle 500 kHz PWM output:
#define V_CLK 5
static void...
Hello,
I am using Timer_2 with two CC registers configured, 2 PPI channels (one for each CC register in the timer), and one GPTIO_TE to make a PWM to control dimming on...
hi,
my nrf51822dk was downloaded s110 hrs demo,and it was advertising,i used a ble sniffer dongle to get the advertising data.the AdvData is "0B 09 4E 6F 72 64 69 63 5F 48...
Why is it a standard in nordic-supplied code to initialize structs with memset like so? An example would be:
ble_gatts_char_md_t char_md;
memset(&char_md, 0, sizeof(char_md...
//Edit:
So Hung Bui just told me in another question, that there is indeed a buffer of size 6 or so?
How can I decrease that to 1 (i.e. disable it) so that only the latest...
I have the nRF52 DK and cannot determine the silicon revision on it. Is it the 'Engineering A' revision and therefore is subject to all the Errata that is currently published...
there are 3 modules to test(A1,B1,C1)
*2. A1 connect with B1(B1 is master, A1 is slave), C1 is power off, B1 as slave attempt to connect C1 with BLE_GAP_ADV_TYPE_ADV_IND...