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...
I've been through the tutorial of connecting the NRD52 board to my PC, but my PC isnt recognizing it at all. No pop up for any usb devices. I've tried different cables and...
Dear Nordic Team,
Thanks for supporting.
currently i am try to interface MMA8453 accelerator with ble proximitty example .Already i have interfaced peripheral example...
Hello, I am new to NRF. and actually i dont have other MCU experience, beside adrduino.
my question is not about BLE/BLE+,
it's more about how to use NRF5283 in keil question...
SDK 13 Alpha
The header guard in serialization/connectivity/codecs/s132_s140/serializers/ble_l2cap_conn.h looks like this:
#ifndef BLE_L2CAP_CONN_H__
#define BLE_L2CAP_CON__H__...
Hello,
I really like the new nRF52840, especially it's Bluetooth 5 capabilities. The thing is that i cannot figure out if i would be able to make nRF52840 based devices...
Hello,
I have tried to debug ble_app_uart_pca10040_s132 application included in nordic SDK12.2 with Segger Embedded studio v3.12, but even though I don't get error while...
I have been working on an application for iOS for a few months now, and I want to give my users the best experience possible, when it comes to the peripheral I intend to use...
I would like to test the Fatfs demo using a target spi flash memory chip. The example code calls out sd card fatfs driver. Can I assume that spi flash memory is the same as...
I'm building a software for the nrf5822 using pc10028. I'm using CMake and after following both morf.lv/modules.php and devzone.nordicsemi.com/.../ I successfully made the...
Hello Noridc,
Liking your solutions, and I appreciate the thorough documentation.
Working on layout and so I was looking carefully at your reference design Gerbers for...
Peer manager worked fine for bonding on my pca10040 board. However, when I flashed the code to my prototype, built with a SparkFun nrf52832 prototype board, I received PM_EVT_ERROR_UNEXPECTED...
Hi team,
Iam using sdk12.1.0(ble_app_beacon and ble_app_hrs_c) , i modified the advertising data and sending to other end.other end one scanner is receiving the data .but...
Hi,
i am beginner to Nordic i want to work with MMA8652FCR1 using NRF52 DK board is there any example to understand What is TWI and How to work with it. and also how i can...