I installed NRF connect I successfully built project when I flash I get success, but actually I can see project is not flashed what and how can I debug that ?
Hi,
I am using the nRF52840 with nRF-SDK version 16.0.
At random intervals, I encounter the following error:
"[00:02:51.009,460] <error> app: ERROR 1813 [Unknown error...
Hi everyone,
We found that the LIS2MDL_INT interrupt from the compass on P1.06 affects communication between the app core and the network core.
About 3 seconds after...
Hello,
I've an issue that I can't find clear instructions for the nRF5340 serial recovery for the network core.
Being able to update both cores from the bootloader level...
Hi , am developing the st7789v_minimal_sample application using Nrf52840. after creating minimal application am facing some unrecognisable issue. which am stuck can you please...
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...
Are there any plans to include CMSIS-NN libraries in the SDK?
If so when?
If not, what build flags should I use to get the fastest runtime?
Thanks,
Quinn
how can I store outputs sent from JLINK SEGGER_RTT to a file?
how can I send data on RTT channel 1, is there any instruction for that?
/** loop */
sprintf (buffer,...
I'm trying to adapt the DFU bootloader to work with a SPI slave as the transfer mechanism, but I'm running into issues getting the SPI communication up and running. I've added...
I'm trying to load ble_app_hrs_c on the nrf51dk and im getting the error
"error: L6047U: The size of this image (34328 bytes) exceeds the maximum allowed for this version...
Hi,
I am trying to receive BLE advertisements on Ch38 (=2426MHz) without using SoftDevice, i.e. with direct register access. However "EVENTS_DISABLED" is very rarely called...
Nrf52832 based on sdk14.2 development as a slave, when linked with the iPhone, pairing and binding, and then get ancs service; and Android phone connection, direct communication...
I am working on a project working with remote connectable beacons. One of the easiest ways to save power in these applications is to reduce advertising speed, however, this...
Can anyone give me a tip on porting the code below, which works great in sdk12, to sdk14? I'm using the nrf52832 and the ble_app_hids_keyboard example and need to get a real...
Hi, I'm kind of a newbie, haven't had much experience with embedded outside of arduinos etc.
So I started to look at this: https://learn.sparkfun.com/tutorials/nrf52832...
for sdk15.0, SES,
is the twi_scanner example known to work with nrf52810?
getting errors,
undefined reference to nrfx_twim_init, nrfx_twim_enable, nrfx_twim_xfer
Hi,
I am studying the GPIOTE example from SDK 14. I did some modification adding other led and doing the leds blinking in differents times (LED1 blink each 1 sec and LED2...
Hi,
The nRF52832 does not support Long Range and i was wondering if the use of "RADIO_MODE_NRF_250KBIT" would increase the range. My application is a mesh network.
Do...
Hello Everyone,
I am using nrf51822 with S130.
Currently I am using arduino following this repo to program nrf51822 and its working fine. However, I want to shift to keil...
Hi there
For test purposes, I first implemented a simple serial reading & parsing function in polling mode of a gps device (sending @ 1 Hz).
Everything works fine when...
Hello,
i am evaluating the nRF52840 on the nRF52840-Preview-DK. I have connected an ADC to the devkit via SPI and my code reads data from the ADC via GPIOTE, PPI and SPIM...