When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
Hi,
1. It was measured that SWD0_SELECT needs to be connected to VDD to program the external nRF54L15 2. Will the document or the program be modified here to make it consistent...
Hello,
I have some code running on an NRF52832 using NRF Connect SDK 2.5.1 which initalizes my BLE with a random private resolvable adress so that I can easily reconnect...
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...
When connect to iphone4s, whitelist.irk will be generate,and whitelist.irk_count will be add 1
After that connect to Nexus 7 II bouth irk and addr will be generate,and...
Hello all,
I've had problems for several weeks with RF24 Library (enhanced fork). I use different Arduino and NRF24l01+. I know very well different documentation, and I...
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...