At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Im following Lesson 8 Exercise 2 – DFU over USB.
My project is in its late stage and now I tried to add DFU over USB but Im getting #error "Serial recovery selected without...
Hi there
My costumer was not able to update the cpunet on a nRF5340.
A lot of troubleshooting now led to the insight, that the costumer used only the app_update.bin...
I had a project that was successfully building in Visual Studio code months ago (June 2024) with Toolchain 2.6.1 for the nRF52832. I have just had time to pick it back up...
Hi Support
I am just checking if Nordic supports hosts other than NRF hosts for the nRF7002 WIFI chip.
I am looking for support for the STM32U5 / STM32H5 mcus - for...
We are develping the BT production by using the Nordic sample program (SampleSoft_NRF5340-AUDIO-DK). ( nRF Connect SDK version is SDK25.0. ) Does this software certify to...
I have a existing design using nrf52810 soc I want send and recieve data using uart --->nrf52810 to nrf52810-->to uart data is custom and have approx 120 bytes, should I send...
I know this exact symptoms has been described many other times, and I apologize. However, I carefully searched through all the previously asked questions in merit and could...
when I run this application, it display Error :
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/asset_tracker_v2/README.html
*** Booting nRF Connect...
We're experiencing up to 1s of delay between waking up from SYSTEMOFF mode and executing from main. The traces from PPK show when the wakeup is triggered from an external...
I try to build https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/tree/main/bootloader_samples/smp/mcuboot_smp_ble . But west build failed with a lot of undefined...
hi support team,
i was testing pgps, the dk board should be ok, because pgps testing in ncs2.5.0 is ok, however when testing in ncs2.7.0, it failed.
the log in ncs2.5...
Hi,
I have run into an issue where i get the following:
If i'm reading this correctly, it is saying that SUPL_CLIENT_LIB depends on NEWLIB_LIBC being set to y. The problem...
Hello!
I need to create the following kind of application to nRF5340:
APP core: various peripherals (modem, I2C ICs etc) + business logic;
NET core:
BLE stack ...
Many DevZone tickets inquire about programming the nRF9160 modem firmware through the SWD interface using nrfjprog or other command-line tool on a PC. Several of those tickets...