Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
Hi,Team,
I am developing Long Range and Pawr using nrf54l15-dk.
For the Long Range example I refer to E:\NCS\v2.8.0\nrf\samples\bluetooth\central_and_peripheral_hr and...
We previously used the nRF52832 (with Segger Embedded Studio) and implemented OTA updates for it, along with developing a custom APK.
Now, we are using the nRF5340 (with...
My nRF52840 DK needs to interface with a convential device using the data bus and address bus. The following diagram (P.27) from the nRF52840 PDK user guide.shows the data...
Hi,
I got a question on IQ Sampling with the direction_finding_connectionless_tx/rx example.
Settings:
Sample Spacing = 125 ns
Sample Sapcing (Reference Period...
Hi,
I have an nRF5340 DK, and my BLE project runs fine on it. However, when I flash the same code onto my custom board, bt_enable() returns error -11 , which seems to...
Hi
In the newer versions of nRF Connect for VS Code, the NCS and toolchain version can be configured per build-configuration.
Is it possible to configure the desired versions...
Hi all, will need to post short as I am getting a "cannot create ticket" error.
Hi all,
I'm quite new to nrf, zephyr and embedded of this complexity but have completed...
This is odd, one thread can access i2c API just fine.
Another tread the same API call causes Secure Fault.
(These threads are mutually exclusive btw), the environment...
Hi,
I am trying to get the GPS coordinates from nrf9160 devkit so far I am following this guide . I was successfully able to get the coordinates once using:
However...
I have implemented a ublox ANNA-B402 on a custom board and am trying to flash code using the debug out header (P19). I am using Segger Embedded Studio and am flashing code...
Hi,
I have twp device: one peripheral and one central. My peripheral is sending out high payload data continiously. And my central is sending data ()in 10Hz frequency. However...