Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
I'm hitting a wall with implementing nRF7002 + nRF52840 without Zephyr.
I've worked with nRF52's for about 8 years now and on about 30+ products, all using the original...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
The OSCILLATORS documentation says:
" The device starts at 64 MHz. For 128 MHz, it must be configured when the CPU starts and before any peripherals that use the high-frequency...
Hi, I am currently migrating my project from nRF Connect SDK v2.5.3 to v2.9.0 / sysbuild.
Unfortunately, my devicetree configuration for a mcp2515 CAN interface is not accepted...
Hi
I've recently switched to NCS v3.0.0 because it now has TDM peripheral support for nRF54H20, however since there is no specific examples to use TDM, I've used I2S example...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
Hello, I am following the instruction on dev academy - nrf connect sdk intermediate lesson 2 excercise 1, but I can't select data tab on memory explorer.
I can select only...
Hi,
I configured for using security BT_SECURITY_L2 for a device that I had previously configured for using BT_SECURITY_L4. When I try to connect with an Android phone that...
Hello,
I was given an existing code with a possible bug in it relating to RAM retention and I'm trying to make sense of what I'm seeing. I am using NRF52832 with SDK 17...
nRF52832, SDK17.1, s132 I work with SPI and it works on the this project with SDK15. But I have transferred this prj to the SDK17.1 and I can't make SPI work. I don't get...
Function: Now we have developed a function similar to usb file upgrade on the application side by ourselves (which requires operating bank1, writing the Settings page, involving...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
Hi Sir ,
I am running the nrf/samples/bluetooth/direction_findinding_connectionless_rx App on an nRF52833-DK with nrf Connect SDK 2.7.0 and toolchains v1.6.0 version.
...
Hello, please help. I want to use nrf54L15 to connect to Bluetooth devices (Bluetooth headsets or other Bluetooth devices) and test the throughput between them. Is there any...
I’m working on a BLE setup where:
A Nordic nRF52840-DK runs as the Central (it scans for devices with a specific name, then initiates a connection).
A Raspberry...