Hi Nordic team, 您好,北欧团队,
I am developing nrf54L05 in VS code with NCS.I want to configure the SEGGER_RTT_printf to my project.Is it correct to change the CMakeLists.txt...
Hi,
I am trying to run the nRF91x1: DECT NR+ Shell example on my nRF9161 SDK board.
I get this crash when the code runs
Can you point me to the explanation of what...
Hello,
Is there documentation, or an example, explaining how to avoid accessing peripherals owned by the SoftDevice controller in an Application?
I found this:
docs...
Hi
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
Hello,
I'm currently working with a custom board using the nRF5340 SoC, and I'm running into unexpected current consumption behavior.
When the device is in advertising...
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...
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...
We've got two SPI slaves that we need to talk to with the 52840 (PCA10056 dev kit for now) using SPI Manager. In the initialization of these devices, I'd like to use nrf_spi_mngr_perform...
when I use flash to storage my data,I call the fds_record_write(&record_desc, &record) ,and it return success,but my machine run err, my ble broadcast is missed.I used the...
I'm trying to understand what is meant in section 5 of the BLE on Android primer: "The peripheral device should disconnect itself when it gets disconnected by the client....
Hellou, I am developing application which need data array store to flash manager. I used for some function for storing data (nrf_fstorage_init(), nrf_fstorage_erase(), nrf_fstorage_write...
Hi!
I'm trying to merge the flash_fds example with the ble_app_uart, and the twi example. My intention is to read a value from TWI, store it in flash and then send the...
Hello,
I would like to know how can I configure the parameter NRF_SDH_BLE_GAP_EVENT_LENGTH for a determined NRF_SDH_BLE_GATT_MAX_MTU_SIZE when enabling data extension. ...
hi team,
i was using nrf52840 with sd 5.0 and developed a custom application using ble_app_proximity in 14.1. my use case is my device should hand shake only with my mobile...