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:
...
-> 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 fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
I'm attempting to add the bonding components from the ble_app_hids_keyboard example to the ble_app_uart example. I've gotten everything configured to the point where I can...
I am connected with this correct com port but Device discovery is failing to start.
First it says NO response from master emulator then it fails to start. Please help me...
Hi, I see that in the nrf52810 reference layout ( Nrf52810 Reference Layout ), all the capacitors and inductor have 0402 or 0603 footprint. i would like to switch the foot...
i followed this custom service tutorial.
but when i changed the RAM_START and RAM_SIZE address it getting below error, im using S132v5 softdevice
<warning> nrf_sdh_ble...
Are the PCB antennas provided in eagle library of NRF52810 ( github ) require any additional components for impedance matching or i can directly add the PCB antenna to ANT...
I downloaded radio_test.c from Nordic and complied it to output a .hex file. Now I want to flash this .hex file onto nRF52832. Does it require to softdevice and bootloader...
Hello (I'm new to this nRF-world...).
I am searching for a small "nRF-52832 clock" (arm mounted watch) that at least reports the "surrounding/room temperature" (not only...
Hello
SDK12.3, nRF51822
Example Gazelle from SDK works fine. If I use the softdevice (add ble_stack_init) then the program freezes in the nrf_gzll_enable
I want to do changes for firmware upgrade nrf52832 with SDK BLE_2.0.1 for the mesh.
I need DFU (Bootloader)UART for our application to upgrade nrf52832 firmware by the host...
Hi
I have written this code based on a sample from SDK12. The board is a pca10040 and nRF52832 chip. It seems like after disconnection from the master device the Softdevice...
Dear support team,
Channel survey (RSSI report for each data channels) are now available on S132v6. However, for users who need to use v4.0.2, is there alternative method...
I am using the Hackable Kit from Electronut labs and using their Bumpy , black magic probe alternative for programming. I would like to control a servo motor precisely at...
My code is on the multi-link example and it works well when I use another nrf52dk board as the "Nordic_Blinky" peripheral device, but it can't find my other BLE device.
...
Hello
I am running gls example on SDK14.2.
I paired after flashing program to my DK board, and then turn off power.
And turned on again, but i can't connect to my DK...
HI. I used a translator.
I am using the RNG example of SKD15.
I know that when I set the range of the random number to 1 byte, the number from 0 to 255 is generated. ...