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'm having a weird hardfault and, I can't make sense of it.
Here's what I do know:
nrf sdk 9.0.0;
nrf51422 on a dk;
I have RTC1, SPI0, and TWI1 enabled (also a uart for...
Hello,
call of app_pwm_init() function forces logic 1 on PWM enabled pin after advertising timeout expires. Why? It causes my LED to turn completely on after advertising...
Hello,
In my code I would like to switch between BLE advertising and listening nearby devices (and save their RSSI) in the same code. After each advertising period, I would...
i have use nrf51822 and android app(nRFuart)
i was masure currunt through DSO but i think its not accurate...
i can't masure exect(high accurate) currunt consumption in...
I read through the following post and still couldn't get debug info out.
I have tried the settings there and from another post with no luck. I'm using putty on a win 8...
Hello everyone,
I am trying to enable notification on a characteristic based on the code example from nAN36.
Unfortunately the sd_ble_gatts_hvx() function returns:
...
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello,
I desperatly try to implement a bootloader with the s310 softdevice. When I received the data to be written (via BLE), I erase the flash:
std::uint32_t rc = NRF_ERROR_BUSY;...
Hi,
When will the user guide be available? I have the PCA10040 V0.9.0 2015.39 PCBA that I got from the Global Tour. I am using the nRF51 Development Kit User Guide v1.0...
I try to build example projects in 32k limit Keil uVision. I'm not able to build some of the projects (e.g. Heart Rate Service) because of the 32k limit for the compiler....
Hi Nordic developers,
I'm using TWI software driver provided by NORDIC.
I need to have 400 kbps frequancy.
I have seted TWI_DELAY() to 0 and TWI_MASTER_TIMEOUT_COUNTER_LOAD_VALUE...
I'm an Android developer and I bought the NRF51822-Beacon kit. All I want to do is be able to "see" the beacon using Android's onLeScan() bluetooth call. However, the beacon...
Hi people!
We are having an issue with our custom PCBs using the nRF51822. They are programmed and debugged using a custom external test board, using the SEGGER J-link...
Dear developers;
I am aware of the fact, that the nRF51 S110 softdevice (supports concurrent Peripheral and Broadcaster role) does not support connections to multiple Central...
Hi, do you guys have any recommended parts for transmitting audio through Bluetooth? I would also like something that is compatible with iOS and Android if possible. Thanks...